What problem does it solve?
Thin orchestrator for Task Decomposition Protocol v2. Supports two modes: Plan Mode (/plan) to decompose a spec into a task DAG, and Execute Mode (/execute) to run tasks via isolated subagents. Delegates all state management to the tasker CLI, coordinating the lifecycle from specification to implementation.
Core Features & Use Cases
- Thin coordination layer that orchestrates the three-stage workflow: specify → plan → execute
- Dispatches sub-agents for planning, physical mapping, and task execution with consistent context
- Ensures commits and logging are enforced through hooks to provide traceability across the workflow
- Provides entry points and guidance for handling specs, artifacts, and FSM artifacts to support end-to-end planning
Quick Start
Start with /specify to develop the spec, then run /plan to decompose into tasks and /execute to implement and verify