Orchestrate
Use this skill to run a complete workflow in a new project or major feature.
When to use
- •You have a product mission + technical docs.
- •The work spans multiple steps or files.
Instructions
- •Discover docs and summarize requirements.
- •Plan tasks with clear acceptance criteria and file scope.
- •Validate the plan with security + architecture reviewers in parallel.
- •Implement tasks via TDD (tests first, then code).
- •Verify with a hard gate and evidence (tests/run logs).
Delegation (parallel when independent)
- •Planner:
/planner - •Security validation:
/validator-security - •Architecture validation:
/validator-architecture - •Tests:
/test-writer - •Implementation:
/implementer - •Final gate:
/verifier