autoplan

Runs CEO, design, and engineering plan reviews sequentially with auto-decisions and a final approval gate.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/VertaKhan/cs_gstack --skill autoplan-vertakhan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/VertaKhan/cs_gstack/tree/main/.claude/skills/gstack/autoplan
Command: npx skills add https://github.com/VertaKhan/cs_gstack --skill autoplan-vertakhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full plan review gauntlet normally means answering 15-30 intermediate questions across CEO, design, and engineering reviews. This Skill automates those intermediate decisions using 6 decision principles, so a rough plan goes in and a fully reviewed plan comes out with one command. ## Core Features & Use Cases - Sequential Review Pipeline: Loads the plan-ceo-review, plan-design-review, and plan-eng-review skill files from disk and executes them at full depth in strict order. - Auto-Decision Engine: Answers intermediate questions using 6 principles (completeness, boil lakes, pragmatic, DRY, explicit over clever, bias toward action) with an audit trail. - Taste Decision Gate: Surfaces close approaches, borderline scope, and codex disagreements at a final approval gate instead of interrupting mid-review. - Use Case: You have a plan file for a new feature and want the full review gauntlet without babysitting it. Invoke /autoplan, and it captures a restore point, runs all three review phases, logs every auto-decision, and presents only the judgment calls that need your input. ## Quick Start Ask the AI to run /autoplan on your current plan file to execute the full CEO, design, and engineering review pipeline with automatic decisions.

Frequently Asked Questions about autoplan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically review a plan without answering every question?▼

Invoke /autoplan with your plan file. It runs the CEO, design, and eng review skills at full depth, auto-deciding intermediate questions using 6 decision principles, and only surfaces taste decisions at a final approval gate.

What decision principles does the auto-review pipeline use?▼

Six principles: choose completeness, boil lakes (fix everything in blast radius), be pragmatic, enforce DRY, prefer explicit over clever, and bias toward action. Conflicts are resolved by phase-specific tiebreakers.

Does autoplan skip the actual analysis in each review phase?▼

No. Auto-decide replaces only who answers the questions, not the analysis. Every section of the loaded review skills executes at full depth, producing all required outputs like diagrams, tables, and registries.

Can I recover my original plan after running autoplan?▼

Yes. Phase 0 captures a restore point by writing the plan file's full contents to an external restore path before any changes. The restore file includes re-run instructions and the verbatim original plan state.

When does autoplan still ask the user for input?▼

It asks at the premises confirmation gate during the CEO phase and at the final approval gate for taste decisions, such as close approaches, borderline scope expansions, and codex disagreements.