autoplan

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

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/dhnpmp-tech/project-agent --skill autoplan-dhnpmp-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/dhnpmp-tech/project-agent/tree/main/.claude/skills/gstack/autoplan
Command: npx skills add https://github.com/dhnpmp-tech/project-agent --skill autoplan-dhnpmp-tech

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 executes the entire review gauntlet in one command, auto-deciding routine questions with six decision principles and surfacing only genuine taste decisions at a final approval gate. ## Core Features & Use Cases - Sequential Review Pipeline: Loads the CEO, design, and engineering review skills from disk and runs them in strict order at full depth, with phase-transition summaries between each stage. - Six Decision Principles: Auto-answers intermediate questions using completeness, boil-the-lake scope expansion, pragmatism, DRY, explicit-over-clever, and bias-toward-action rules, with every decision logged to an audit trail. - Taste Decision Gate: Classifies decisions as mechanical or taste-based, surfacing close approaches, borderline scope, and codex disagreements for human approval at the end. - Use Case: You have a draft implementation plan on a feature branch and want it fully reviewed for strategy, UI/UX, and architecture without babysitting each review — invoke the pipeline and only weigh in on the handful of judgment calls that remain. ## Quick Start Ask the AI to run autoplan on the 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 run all plan reviews automatically in one command?

Invoke the autoplan skill with a plan file on your current branch. It loads the CEO, design, and engineering review skills from disk and runs them sequentially, auto-deciding intermediate questions using six decision principles and presenting only taste decisions at a final gate.

What decisions does autoplan make automatically versus ask about?

Mechanical decisions with one clearly right answer are auto-decided silently, such as running codex or evals. Taste decisions where reasonable people disagree — close approaches, borderline scope of 3-5 files, or codex disagreements — are surfaced at a final approval gate for human judgment.

Does autoplan skip the design review for backend-only plans?

Yes. During intake it greps the plan for UI terms like component, screen, form, button, modal, and layout, requiring at least two matches. The design review phase only runs when UI scope is detected; otherwise the pipeline proceeds from CEO review directly to engineering review.

Can I restore my original plan after running autoplan?

Yes. Before making any changes, autoplan writes the plan file's full contents to a restore point file under ~/.gstack/projects with a timestamp and branch name, and prepends an HTML comment to the plan file recording the restore path.

What happens if the codex CLI is unavailable during review?

All external voice failures are non-blocking. If codex auth fails, times out, or returns empty output, the pipeline proceeds with the Claude subagent only and tags results as single-model. If both fail, it continues in single-reviewer mode.