What problem does it solve?
This skill provides a cohesive orchestration layer that coordinates sequential task execution, handles state, and delegates domain-specific work to the Developer agent, enabling resumable runs, robust validation, and a final summary report.
Core Features & Use Cases
- Orchestrates an entire phase's task list in dependency order, preserving input task sequencing where possible.
- Delegates task execution to the jp-worker-dev agent, enabling domain-specific routing to the right skills.
- Performs validation via /jp-task-validate, runs a code review and fix loop via /jp-codereview and /jp-codereview-fix, and logs results in the phase's changelog.
- Supports resumability through state.yaml so interrupted runs can be resumed without redoing completed work.
- Generates a consolidated summary with /jp-summary after all tasks complete.
Quick Start
Run /jp-execute <phase-path> to start or resume a phase's task execution.