autoplan

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

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills --skill autoplan-lgj-jonathan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills/tree/main/gstack/autoplan
Command: npx skills add https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills --skill autoplan-lgj-jonathan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full review gauntlet on a plan normally means answering 15-30 intermediate questions across CEO, design, and engineering reviews. This Skill runs all three review phases automatically, deciding routine questions with 6 decision principles and only surfacing genuine taste decisions at one final approval gate. ## Core Features & Use Cases - Sequential Review Pipeline: Executes CEO, design, and eng review phases in strict order, each at full depth, reading the actual review skill files from disk. - Auto-Decision Engine: Applies 6 principles (completeness, boil lakes, pragmatic, DRY, explicit over clever, bias toward action) to answer intermediate questions, with a full audit trail of every decision. - Final Approval Gate: Surfaces taste decisions (close approaches, borderline scope, codex disagreements) and User Challenges where both models disagree with your stated direction. - Restore Point: Captures the plan file's original state before any changes so you can roll back and re-run. - Use Case: You have a rough plan file for a new feature. Run /autoplan and get back a fully reviewed plan with scope, architecture, and UX decisions made, plus a short list of judgment calls to approve. ## Quick Start Ask the AI to run autoplan on your current plan file to execute the full CEO, design, and engineering review pipeline automatically.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I run all plan reviews automatically without answering questions?

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

What decisions does autoplan make on its own versus ask me about?

Mechanical decisions with one clearly right answer are auto-decided silently. Taste decisions (close approaches, borderline scope, codex disagreements) are auto-decided but surfaced at the final gate. User Challenges, where both models disagree with your stated direction, are never auto-decided.

Does autoplan skip analysis depth compared to running reviews manually?

No. It reads the full CEO, design, and eng review skill files from disk and executes every section at the same depth, producing all required outputs like diagrams, tables, and registries. Only the question-answering is automated.

Can I undo changes autoplan makes to my plan file?

Yes. Before modifying anything, autoplan saves the plan file's full contents to a restore point in ~/.gstack/projects/ and prepends a comment with the restore path. Copy the original state back and re-run to start over.

When should I use individual review skills instead of autoplan?

Use individual skills like /plan-ceo-review or /plan-eng-review when you want to answer every question yourself or only need one type of review. Use autoplan when you want the complete pipeline with minimal interruption.