autoplan

Reads CEO, design, and Eng review skills to produce a fully reviewed plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-review pipeline that reads the CEO, design, and Eng review skills from disk and runs them to a fully reviewed plan with auto-decisions.

Core Features & Use Cases

  • End-to-end auto-review of CEO, design, and Eng skill files
  • Six-decision principle guided automation that surfaces taste decisions and final approvals
  • Generates a complete plan status (DONE or DONE_WITH_CONCERNS) and logs telemetry for auditing

Quick Start

Run the autoplan command to execute the full review pipeline on the current project.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I automate the engineering design and code review pipeline for a new project plan?

You can automate the engineering design and code review pipeline by running a single command that sequentially processes CEO, design, and engineering review skill files to output a fully reviewed plan.

What is an auto-review pipeline for software engineering plans?

An auto-review pipeline is an automated process that reads design and engineering review skill files from disk and applies decision principles to generate a complete plan with DONE or DONE_WITH_CONCERNS status.

How does automated code review handle intermediate questions during plan generation?

Automated code review handles intermediate questions by applying six decision principles to auto-answer them, surfacing only taste decisions at a final approval gate before producing the plan.

Can I run automated design and engineering reviews without manual intervention?

Yes, you can run automated design and engineering reviews without manual intervention by executing the autoplan command, which fully follows the review skills from disk to generate a complete plan outcome.

Does the automated engineering review pipeline log telemetry for auditing?

Yes, the automated engineering review pipeline logs telemetry during the sequential CEO, design, and Eng review phases to provide full auditing capabilities for the generated plan.

What are the limitations of fully automated code and design review pipelines?

The limitation of fully automated code and design review pipelines is that they may return a DONE_WITH_CONCERNS outcome, requiring human intervention to resolve surfaced taste decisions at the final approval gate.