What problem does it solve?
This Skill prevents risky, disorganized development by orchestrating a complete end-to-end lifecycle for non-trivial changes, ensuring discussion, research, planning, parallel execution, and verification happen in a structured sequence.
Core Features & Use Cases
- Six-phase orchestration: coordinates Discuss, Research, Plan, Execute (waves), Verify, and Ship for complex work.
- Parallelized research and wave-based execution: dispatches multiple researcher agents and runs task executors in ordered parallel waves with dependency awareness.
- Guardrails and quality gates: enforces design approval before proceeding, uses plan validation, tracks progress in .planning/, and requires passing verification with bounded fix loops before shipping.
- Session resumption and stateful planning: persists human-readable artifacts under .planning/ and resumes from existing progress for interrupted sessions.
- Escape hatch behavior: clearly distinguishes when to use /quick instead, helping users route correctly.
Quick Start
Tell the orchestrator to run the full lifecycle by issuing: /project.