autoplan

Execute sequential CEO, design, eng, and DX reviews with auto-decisions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Autoplan reduces the manual overhead of coordinating multi-skill reviews by reading CEO, design, eng, and DX feedback from disk and running them in a deterministic, auto-deciding sequence.

Core Features & Use Cases

  • Orchestrates sequential reviews across CEO, design, eng, and DX with a single trigger.
  • Auto-decisions using six principles and surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate.
  • Proactively surfaces a fully reviewed plan when a plan file is present, enabling a move from questions to action.

Quick Start

Run /autoplan on the current branch to execute the full review gauntlet from the prepared plan.

Frequently Asked Questions about autoplan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a multi-stage engineering and design review pipeline?

To automate a multi-stage review pipeline, you can trigger a single command that reads CEO, design, eng, and DX feedback from disk and executes them sequentially with auto-decisions. This orchestrates the entire gauntlet deterministically from a prepared plan file.

What is an auto-deciding workflow for full-plan execution?

An auto-deciding workflow for full-plan execution runs sequential reviews across multiple domains and applies six decision principles to surface taste decisions like close approaches, borderline scope, and codex disagreements at a final approval gate.

How do I run sequential CEO, design, and DX reviews on a current branch?

You can run sequential CEO, design, and DX reviews by executing a single automation command on the current branch, which reads the full set of skills from disk and runs the complete review gauntlet on demand.

Can I surface taste decisions like borderline scope and codex disagreements automatically?

Yes, you can surface taste decisions like borderline scope and codex disagreements automatically by applying six decision principles during the sequential review process, guiding outcomes to a final approval gate.

Does the automated review workflow require a plan file present on disk?

Yes, the automated review workflow proactively surfaces a fully reviewed plan when a plan file is present on disk, enabling a direct move from questions to action without manual coordination overhead.

What are the limitations of relying on a deterministic sequence for multi-skill reviews?

The deterministic sequence relies on reading predefined skills from disk, meaning it does not dynamically adapt its review stages mid-execution and requires all relevant CEO, design, eng, and DX skills to be properly prepared beforehand.