What problem does it solve?
It solves the problem of turning an approved multi-phase coding plan into reliable, test-driven work without overloading a single agent session, while ensuring each phase lands exactly one commit and passes the project test gate.
Core Features & Use Cases
- Multi-phase dispatch with sequential execution: Breaks a plan into
## Phases checklist items and dispatches the next pending ### Phase X: name section to a fresh subagent, enforcing ordering.
- Strict workflow gates: Verifies
make test is green and confirms exactly one new commit landed per phase before marking the phase done.
- Resumable from plan state: Re-invoking the skill resumes automatically from the first unchecked phase based on the plan file, including partially completed worktrees.
- Worktree and plan validation: Ensures the skill is run from the correct feature worktree and resolves the approved plan path via
.feature-plan-path, with fallback selection if missing.
Quick Start
Run /agent-dashboard:implement from inside your feature worktree after you hand off an approved plan by choosing Hand off to /agent-dashboard:implement in the plan approval probe.