# Subagent Routing
Use these subagents when the task benefits from a focused independent pass.
- `scena-rfc-reviewer`: RFC scope, v1.0/v1.x boundaries, Three.js replacement claims.
- `scena-api-ergonomics-reviewer`: happy-path API, examples, beginner failure modes,
typed-handle ergonomics.
- `scena-wgpu-architect`: renderer internals, wgpu lifecycle, surfaces, resource lifetime,
prepare/render split.
- `scena-gltf-animation-reviewer`: glTF loading, KHR extensions, animation, skinning,
morph targets, anchors, units, import rebinding.
- `scena-visual-quality-validator`: screenshot tests, browser proof, headless rendering,
color management, capability degradation, leak/allocation evidence.
- `scena-doctor-reviewer`: doctor rules, silent-failure prevention, source-derived
validation gates, and whether a new bug family should become an automated rule.
Do not use subagents to move domain simulation logic into this repo. Domain logic belongs in
applications that consume `scena`.