autoplan

Runs CEO, design, engineering, and DX review skills sequentially with automated decisions.

Updated Aug 9, 2026
One-click install
npx skills add https://github.com/raghavbadhwar/rstack --skill autoplan-raghavbadhwar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/raghavbadhwar/rstack/tree/main/autoplan
Command: npx skills add https://github.com/raghavbadhwar/rstack --skill autoplan-raghavbadhwar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a plan through CEO, design, engineering, and DX reviews one at a time means answering 15-30 intermediate questions across four separate skill invocations. This Skill chains the full review gauntlet into one command, auto-deciding routine choices with 6 decision principles and surfacing only genuine taste calls at a final approval gate. ## Core Features & Use Cases - Sequential multi-review pipeline: Reads the full CEO, design, eng, and DX review skills from disk and executes them in order against a plan file. - Auto-decision engine: Applies 6 decision principles to resolve close approaches, borderline scope, and codex disagreements without interrupting the user. - Final approval gate: Surfaces only the taste decisions that genuinely need human judgment, producing one fully reviewed plan. - Use Case: You have a drafted plan file and want the complete review gauntlet — strategy, design, architecture, and developer experience — without babysitting each step. Invoke autoplan and receive a single reviewed plan with a short list of decisions to confirm. ## Quick Start Ask the agent to run autoplan on your current plan file to execute all reviews automatically and present the final decisions for approval.

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 the autoplan skill with a plan file. It reads the CEO, design, engineering, and DX review skills from disk and runs them sequentially, auto-deciding routine choices and presenting only taste decisions at a final approval gate.

What is the difference between autoplan and running plan-eng-review alone?

plan-eng-review covers only the engineering architecture review, while autoplan chains CEO, design, eng, and DX reviews end to end. Autoplan also auto-decides intermediate questions instead of prompting at each step.

Can autoplan make decisions without asking me questions?

Yes, autoplan applies 6 decision principles to resolve close approaches, borderline scope, and codex disagreements automatically. It only stops at a final approval gate for genuine taste decisions that need human judgment.

Does autoplan work in headless or spawned agent sessions?

Yes, the preamble detects session kind. In spawned sessions it auto-chooses recommended options without prompting; in headless mode it blocks when a required question cannot be answered, since no human is present.

When should I not use the automatic review pipeline?

Avoid autoplan when you want to deliberate through each review stage interactively, since auto-decisions compress that discussion. Run the individual review skills (office-hours, plan-ceo-review, plan-eng-review) when you need step-by-step control.