What problem does it solve?
This Skill provides a single-entry orchestrator to run the entire development workflow end-to-end so users do not need to manually invoke each phase, manage artifacts, or track session state across multiple subagent runs.
Core Features & Use Cases
- Phase orchestration: Chains discover, architect, thorough_plan, implement, review, and end_of_task as separate subagent sessions.
- Mandatory checkpoints: Pauses at major phase boundaries for explicit user confirmation and enforces gates before proceeding.
- Session and artifact tracking: Initializes and updates .workflow_artifacts/<task-name>/, maintains a cost ledger, and records session state for resume.
- Safety and resume: Skips conditional phases based on profile and freshness checks, enforces fresh review sessions for unbiased assessment, and supports resume from the last completed phase.
- Use case: Run the full pipeline for feature work, cross-service migrations, or multi-repo refactors while preserving auditable artifacts and cost accounting.
Quick Start
Run the full pipeline for a task by saying: /run add health endpoint