autoplan

Runs CEO, design, and engineering plan reviews sequentially with auto-decided intermediate questions.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/bobbo01/B2BPlatform --skill autoplan-bobbo01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/bobbo01/B2BPlatform/tree/main/.agents/skills/gstack-autoplan
Command: npx skills add https://github.com/bobbo01/B2BPlatform --skill autoplan-bobbo01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full plan review normally means invoking three separate review skills and answering 15-30 intermediate questions. This Skill reads the CEO, design, and engineering review skills from disk and executes them sequentially at full depth, auto-deciding intermediate questions with 6 decision principles so you get a fully reviewed plan from one command. ## Core Features & Use Cases - Sequential Review Pipeline: Executes CEO, design, and eng review phases in strict order, each building on the previous phase's outputs. - 6 Decision Principles: Auto-answers intermediate questions using completeness, boil-the-lake, pragmatism, DRY, explicit-over-clever, and bias-toward-action rules. - Final Approval Gate: Surfaces taste decisions (close approaches, borderline scope, codex disagreements) and User Challenges for human judgment instead of auto-deciding them. - Use Case: You have a rough plan file on a feature branch and want the full review gauntlet without babysitting every prompt. Run /autoplan, then approve or override the surfaced taste decisions at the end. ## Quick Start Ask the assistant to run autoplan on the current plan file to execute all reviews automatically and present the final approval gate.

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 in one command?

Invoke /autoplan with a plan file on your branch. It reads the CEO, design, and eng review skills from disk and runs them sequentially, auto-deciding intermediate questions with 6 decision principles and surfacing taste decisions at a final approval gate.

What decisions does autoplan make without asking me?

Mechanical decisions with one clearly right answer are auto-decided silently, and taste decisions are auto-decided with a recommendation but surfaced at the final gate. Premises and User Challenges, where both models agree your stated direction should change, are never auto-decided.

Does autoplan skip the actual review analysis?

No. Auto-decide replaces who answers the questions, not the analysis. Every section of the loaded review skills runs at full depth, including reading code and diffs, producing required artifacts, and logging each decision in an audit trail.

Can I run the CEO, design, and eng reviews in parallel?

No. Phases must execute in strict order: CEO, then design, then eng. Each phase builds on the previous phase's outputs, and the pipeline verifies required artifacts are written before starting the next phase.

What happens if no design doc exists before running autoplan?

The skill offers to run /office-hours first to produce a structured design doc, or you can skip and proceed with a standard review. If office-hours runs, the design doc check is re-run before continuing the pipeline.