What problem does it solve?
Phase-driven execution prevents messy, partially-complete changes by turning a multi-step build or migration into a controlled sequence with explicit checkpoints and validation.
Core Features & Use Cases
- Phased planning and deliverables: Breaks work into numbered phases with clear outputs and dependency-aware parallelism.
- Parallel scoped agent execution: Dispatches independent tasks to parallel agents with strict scope boundaries per phase.
- Integration checkpoints with fail-fast fixes: Runs typecheck, tests, and build after each phase and blocks progression on failures.
- Audit-friendly progress tracking: Writes plan and progress records into docs and requires a checkpoint commit per phase.
Quick Start
Ask the assistant to run the Phase Execution Skill for your project goal by first writing a phased plan (or using your provided one), then executing each phase with parallel scoped agents and integration checks, committing after every phase, and finally summarizing completed phases.