What problem does it solve?
Break ambiguous or large user goals into a validated, actionable plan by producing a directed acyclic graph of atomic tasks with clear dependencies, priorities, and verification points so downstream agents can execute reliably.
Core Features & Use Cases
- Phase identification and atomic tasks: Split goals into 2-5 phases and extract 1-15 minute atomic tasks with clear inputs, outputs, and assigned agents.
- Dependency mapping and DAG validation: Determine data and resource dependencies, enforce acyclicity, and inject checkpoints to resolve cycles.
- Wave sequencing and critical path: Group tasks into execution waves to maximize parallelism, compute the critical path, and flag high-priority tasks.
- Effort estimation and quality gates: Assign XS–XL effort estimates, aggregate plan effort, and automatically insert Inspector verification tasks for each implementation task.
- Use Case: Planning a multi-file feature addition or large refactor where ordering, parallel work, and verification must be explicit before execution.
Quick Start
Decompose the goal "Add a health check endpoint that reports database and model status" into an executable DAG with waves, dependencies, effort estimates, and verification tasks.