autoplan

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill autoplan-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/autoplan
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill autoplan-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing a plan across CEO, design, engineering, and developer-experience perspectives normally requires answering 15-30 intermediate questions across multiple review passes. This Skill reads the full review skills from disk and runs them sequentially, auto-deciding routine tradeoffs using six decision principles and surfacing only genuine taste decisions at a final approval gate. ## Core Features & Use Cases - Sequential multi-perspective review: Executes the CEO, design, engineering, and DX review skills in order against a single plan file. - Auto-decision engine: Applies six decision principles to resolve close approaches, borderline scope, and codex disagreements without interrupting the user. - Final approval gate: Surfaces only the decisions that genuinely need human taste, producing one fully reviewed plan per invocation. - Use Case: You have a draft implementation plan and want the full review gauntlet without babysitting each reviewer. Invoke the autoplan skill and receive a plan that has passed all four review lenses with decisions documented. ## Quick Start Ask the assistant to run the autoplan skill to auto-review your current plan file end to end.

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 tradeoffs and stopping only at a final approval gate.

What decisions does autoplan make on its own?

It applies six decision principles to resolve close approaches, borderline scope items, and codex disagreements automatically. Only genuine taste decisions are surfaced to the user at the final approval gate.

When should I use autoplan instead of individual review skills?

Use autoplan when you want the full review gauntlet without answering 15-30 intermediate questions. Use individual skills like plan-ceo-review or plan-eng-review when you only need one perspective reviewed.

Does autoplan work in headless or spawned sessions?

Yes. In spawned sessions it auto-chooses recommended options and skips interactive prompts, while headless sessions block when a required question cannot be answered. Interactive sessions fall back to prose decision briefs if AskUserQuestion is unavailable.

What are the limitations of automated plan review?

Auto-decisions follow fixed principles and may not match your taste on subjective calls, which is why borderline items are held for the final gate. It also depends on the gstack review skills being installed on disk.