autoplan

Runs CEO, design, engineering, and DX plan reviews sequentially with automated decisions.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill autoplan-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/adamtpang/summon.company/tree/main/.claude/skills/autoplan
Command: npx skills add https://github.com/adamtpang/summon.company --skill autoplan-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full plan review normally means invoking four separate review skills and answering 15-30 intermediate questions. This Skill chains the CEO, design, engineering, and DX reviews into one pipeline and auto-decides routine choices using six decision principles, surfacing only genuine taste calls at a final approval gate. ## Core Features & Use Cases - Sequential multi-review pipeline: Reads the CEO, design, eng, and DX review skills from disk and executes them in order against a plan file. - Auto-decision engine: Applies six decision principles to resolve close calls automatically, escalating only borderline scope or disagreement cases to a final approval gate. - Session-aware behavior: Detects interactive, headless, spawned, and Conductor sessions and adapts prompting (AskUserQuestion vs prose decision briefs) accordingly. - Use Case: You have a drafted plan file and want the full review gauntlet without babysitting it — invoke autoplan, then approve the consolidated result at the end. ## Quick Start Ask the assistant to run autoplan on your 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 the autoplan skill with a plan file present. It reads the CEO, design, engineering, and DX review skills from disk and runs them sequentially, auto-deciding routine questions and surfacing only taste decisions at a final approval gate.

What decisions does autoplan make automatically versus ask about?

It applies six decision principles to resolve routine and close-call choices automatically. Borderline scope, close approaches, and reviewer disagreements are escalated to a final approval gate as decision briefs with recommendations and completeness scores.

Does autoplan work in headless or CI sessions?

Yes. The preamble detects the session kind. In headless sessions it blocks when a question cannot be answered; in spawned sessions it auto-chooses recommended options; in Conductor sessions it renders decisions as prose instead of calling AskUserQuestion.

What happens when AskUserQuestion is unavailable during a review?

The skill follows a documented fallback: spawned sessions auto-choose the recommended option, headless sessions stop as BLOCKED, and interactive sessions render the decision brief as prose with an ELI10 explanation, completeness scores, and a recommendation, then wait for a typed reply.

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 focus on one review dimension and answer its questions interactively. Autoplan is for running the full gauntlet end-to-end with minimal interruption.