autoplan

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

1|Updated Jul 23, 2026
One-click install
npx skills add https://github.com/sanjanb/my-agent-harness --skill autoplan-sanjanb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/sanjanb/my-agent-harness/tree/main/skills/autoplan
Command: npx skills add https://github.com/sanjanb/my-agent-harness --skill autoplan-sanjanb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a plan through multiple review perspectives (CEO, design, engineering, DX) normally means answering 15-30 intermediate questions across separate review passes. This Skill automates the full review gauntlet, applying six decision principles to resolve routine choices and surfacing only genuine taste decisions at a final approval gate. ## Core Features & Use Cases - Sequential Multi-Perspective Review: Reads the CEO, design, engineering, 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 approaches, borderline scope, and reviewer disagreements without interrupting the user. - Final Approval Gate: Surfaces only the decisions that genuinely require human taste, producing one fully reviewed plan from a single command. - Use Case: You have a drafted implementation plan and want the complete review pipeline run automatically — invoke autoplan to get a fully reviewed plan with auto-made decisions and one consolidated approval checkpoint. ## 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?

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 using six decision principles and presenting only taste decisions at a final approval gate.

What decisions does autoplan make on its own?

It auto-resolves close approach choices, borderline scope calls, and disagreements between reviewers using six decision principles. Decisions requiring genuine human taste are held back and surfaced together at a final approval gate.

Can autoplan run in headless or spawned agent sessions?

Yes. In spawned sessions it auto-chooses recommended options without prompting, and in headless sessions it blocks when a required question cannot be answered. Interactive sessions fall back to prose decision briefs if AskUserQuestion is unavailable.

When should I use autoplan instead of individual review skills?

Use autoplan when you want the complete review gauntlet in one pass without answering 15-30 intermediate questions. Use individual skills like plan-eng-review or plan-ceo-review when you want to focus on a single perspective with full interaction.

What happens if the question tool fails during autoplan?

The skill retries a genuinely failed call once, then branches by session type: spawned sessions auto-choose the recommended option, headless sessions report BLOCKED, and interactive sessions render the decision brief as prose and wait for a typed reply.