What problem does it solve?
Many review workflows are fragmented, slow, and require repeated AskUserQuestion prompts that interrupt flow. autoplan consolidates CEO, design, and engineering reviews into a single, deterministic pipeline that auto-decides intermediate prompts using explicit principles, producing a fully reviewed plan with telemetry and restore points.
Core Features & Use Cases
- Sequential Full-Pipeline Review: Runs CEO → Design → Eng reviews in strict order and enforces phase transition checks.
- Auto-Decisions with Audit Trail: Applies six decision principles to answer intermediate questions, logs every automated choice, and surfaces taste decisions for final approval.
- Safety and Restore: Creates a restore point before changes, writes local telemetry to ~/.gstack/analytics, and follows explicit filesystem and codex boundary rules to avoid leaking skill internals.
- Use Case: Run autoplan on a feature branch to get a complete, production-ready plan, with architecture checks, design gaps surfaced, and merge-ready engineering tasks.
Quick Start
Run /autoplan to execute the full CEO, Design, and Eng review pipeline on the current plan and produce a reviewed plan file.