What problem does it solve?
Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol.
Core Features & Use Cases
- Cold-start execution: Every step includes a self-contained context brief, no prior context needed.
- Adversarial review gate: Each plan is reviewed for completeness, dependencies, and anti-patterns.
- Branch/PR/CI workflow: Generates branch and PR plans when git/gh are available; otherwise direct mode.
- Parallel step detection: Builds a dependency graph to enable parallel execution where possible.
- Plan mutation protocol: Supports splitting, inserting, skipping, reordering with audit trails.
- Zero-runtime risk: Markdown-only skill compatible with Claude Code loader.
Quick Start
Provide a construction plan for a given objective by supplying a one-line goal.