What problem does it solve?
This Skill coordinates the full Claude Code workflow so a project can move from intake through implementation, review, documentation, and commit without losing state or skipping required approvals.
Core Features & Use Cases
- Phase Orchestration: Advances one workflow phase at a time and resumes cleanly from saved state.
- Consent Gate Handling: Stops at approval points such as spec and swarm consent, then continues only after the user authorizes the next step.
- Failure Recovery: Handles integrate failures, workflow drift, and mid-run interruptions with explicit yield and resume behavior.
- Use Case: A developer starts a project run, lets the skill progress through planning and implementation, and returns only when a human decision is required or the workflow is complete.
Quick Start
Use the harness skill to continue the current workflow from its saved state until it reaches the next required consent gate or finishes cleanly.