What problem does it solve?
Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent projects, where each step carries its own context for cold-start execution.
Core Features & Use Cases
- Cold-start, self-contained steps: any fresh agent can execute a step without prior memory.
- Adversarial review gate: built-in quality checks for completeness, dependencies, and anti-patterns.
- Dependency graph and parallelization: clear serial and parallel workflows with explicit rollback strategies.
- Multi-agent coordination: supports cross-team workflows and task partitioning across subsystems.
- Plan mutation and memory: updates plans and persists memory indexes for continuity across sessions.
Use cases include planning large features across PRs, migrations spanning sessions, and coordinating work across sub-agents.
Quick Start
Generate a multi-session construction plan for a complex feature broken into PR-sized steps.