autoplan

Automate sequential CEO, design, and engineering reviews for repository plan files.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/24601/gastack-pre-fork --skill autoplan-24601
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/24601/gastack-pre-fork/tree/main/autoplan
Command: npx skills add https://github.com/24601/gastack-pre-fork --skill autoplan-24601

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces the manual work of running sequential cross-functional reviews by automating CEO, design, and engineering review phases, applying consistent decision rules, and producing a reviewed plan with a final approval gate.

Core Features & Use Cases

  • Sequential Pipeline: Executes CEO → Design → Eng phases in strict order and verifies required outputs between phases.
  • Auto-Decisions with Audit Trail: Applies six decision principles to answer intermediate questions, logs decisions, and surfaces taste or user-challenge items at the final gate.
  • Restore Points & Telemetry: Captures restore points, writes local telemetry, and respects proactive and telemetry user settings.
  • Use Case: When you have a plan file or branch and want a single command to run a full, reproducible review suite that produces a merge-ready plan and a clear list of outstanding taste decisions.

Quick Start

Run /autoplan on your plan file to produce a fully reviewed plan with auto-decisions and a 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 automate sequential code reviews for a repository plan file?▼

You can automate sequential code reviews by running a single command that executes CEO, design, and engineering review phases in strict order. It verifies required outputs between phases to produce a merge-ready plan.

What is an automated cross-functional review pipeline for pull requests?▼

An automated cross-functional review pipeline executes scripted CEO, design, and engineering checks on a repository branch. It applies consistent decision rules to auto-resolve intermediate questions and logs telemetry for audit trails.

How do I run a single-command review suite that produces a merge-ready plan?▼

To run a single-command review suite, execute the command on your plan file or branch. It reads local skill review definitions, applies auto-decisions, and surfaces outstanding taste decisions at a final approval gate.

Does the automated review pipeline support restore points and telemetry logging?▼

Yes, the automated review pipeline captures restore points and writes local telemetry during execution. It respects proactive and telemetry user settings while preserving an audit trail of all decisions.

Can I use automated engineering reviews for both feature plans and merge request workflows?▼

Yes, you can use automated engineering reviews for repo-based feature plans and pull/merge request workflows. It applies the same sequential pipeline and decision principles to both contexts to produce merge-ready outputs.

What are the limitations of automating review decisions with six decision principles?▼

Automating review decisions with six principles resolves intermediate questions automatically, but surfaces taste or user-challenge items at the final gate. It cannot auto-approve subjective design choices, requiring manual review.