What problem does it solve?
Orchestrates fragmented programming work by converting multi-step coding requests into a clear, trackable execution plan that maps each step to the exact specialized skill to use. It prevents ad-hoc skill substitution, reduces coordination overhead, and makes multi-agent delegation repeatable and auditable.
Core Features & Use Cases
- Plan generation: Analyze a request, detect domains and dependencies, and produce a GitHub-flavored markdown execution plan with step-level skill assignments.
- Mode guidance: Recommend and enforce Manual or Delegated execution modes with criteria for when to use each.
- Skill validation & delegation: Read a skills catalog to select exact skill names, verify availability, and produce delegation prompts for sub-agents while preserving the plan as the source of truth.
- Progress tracking: Save and update EXECUTION_PLAN.md files with checkbox-based progress, status updates, and notes from executed steps.
- Use case examples: Building features that span frontend/backend, large refactors requiring parallel work, and security-sensitive tasks that need sequential manual review.
Quick Start
Create an execution plan for adding JWT authentication to my Express.js API, choose manual or delegated execution, and save the plan to EXECUTION_PLAN_auth.md.