What problem does it solve?
Executes end-to-end, task-planned implementations by consuming a YAML requirements file produced by /p:task-plan, coordinating dependency-aware execution, layered validation, and automatic progress updates.
Core Features & Use Cases
- Orchestrates plan → code execution using p:minion-builder, p:minion-watson, p:minion-impl-inspector, and p:minion-security-officer for a complete lifecycle from plan to validated completion.
- Executes tasks in dependency order, delegating builds/tests, failure investigation, and security review to specialized minions while preserving a clean main-context.
- Performs two-phase validation loops after implementation and updates requirements.yaml with implementation_complete status, dates, and open-items when needed.
Quick Start
Run /p:implement in the project root to execute the planned tasks using the generated requirements.yaml.