threejs-app-director
Installation
SKILL.md
Three.js App Director
Own the complete non-game 3D application outcome. Do not invent game objectives, scoring, failure, or progression unless the experience genuinely needs them.
Read references/app-patterns.md for the matching application archetype.
For imported-model orientation, manipulation, simulation, terrain, or other
spatially complex work, read ../../references/spatial-contracts.md.
Route The Work
| Need | Skill |
|---|---|
| Models, composition, materials, lighting, shaders, VFX | ../threejs-visual-systems/SKILL.md |
| Cameras, controls, picking, selection, configuration, manipulation, UI | ../threejs-interaction-systems/SKILL.md |
| Rendering, loading, input bugs, profiling, optimization | ../threejs-debug-profiler/SKILL.md |
| Browser QA, visual regression, production release | ../threejs-qa-release/SKILL.md |
| Game mechanics or game feel inside a mixed experience | ../threejs-gameplay-systems/SKILL.md |