autoplan

Execute stored review skills sequentially with auto-decisions for plan approvals.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end reviews by reading the stored review skills from disk and executing them sequentially.

Core Features & Use Cases

  • Automated multi-skill orchestration: runs CEO, design, eng, and DX reviews in a fixed sequence with auto-decisions.
  • Consistency and speed: delivers a fully reviewed plan with a single command, reducing manual back-and-forth.
  • Use Case: teams with frequent review cycles can compress weeks of coordination into hours by chaining existing skills.

Quick Start

Run the full auto-review gauntlet on your active plan file.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I automate end-to-end plan reviews across multiple teams?

Automate end-to-end plan reviews by chaining CEO, design, engineering, and DX review skills sequentially. This orchestrator reads stored skills from disk and executes them in a fixed order with auto-decisions, ensuring fast and consistent plan approvals.

What is the best way to run sequential review skills with auto-decisions?

Running sequential review skills with auto-decisions requires an orchestration tool that reads on-disk skill definitions and executes them in a defined order. This approach applies auto-decisions across each stage to deliver a fully reviewed plan with a single command.

Do I need specific on-disk skill definitions to automate my workflow planning?

Yes, automating workflow planning requires on-disk skill definitions with valid SKILL.md frontmatter and a defined execution order. These prerequisites allow the orchestrator to read and execute the chained reviews sequentially without manual intervention.

Can I compress frequent review cycles into a single automated workflow?

Yes, you can compress frequent review cycles into an automated workflow by chaining existing review skills. This orchestrator handles edge cases and logs outcomes, reducing manual back-and-forth and compressing weeks of coordination into hours.

How does automated multi-skill orchestration handle edge cases and logging?

Automated multi-skill orchestration handles edge cases and logging by reading stored review skills from disk and executing them sequentially. It applies auto-decisions throughout the fixed sequence and logs the outcomes of each review stage for consistency.

Why does autoplan require a valid SKILL.md frontmatter for execution?

Autoplan requires a valid SKILL.md frontmatter to correctly read and parse the stored review skills from disk. This frontmatter defines the execution order and ensures the sequential orchestration of CEO, design, engineering, and DX reviews runs without errors.