autoplan

Execute CEO, design, and engineering review skills sequentially to produce an approved plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AutoReview pipeline eliminates manual triage by orchestrating CEO, design, and Eng reviews stored on disk and executing them in sequence with deterministic auto-decisions, producing a single, fully vetted plan.

Core Features & Use Cases

  • End-to-end auto-review: reads CEO, design, and Eng skill files and runs them in order to generate a plan with minimal human input.
  • Six decision principles: uses six guardrails to drive auto-decisions and surface taste decisions at the final approval gate.
  • Single-command workflow: /autoplan runs the entire pipeline, returning a complete plan ready for review or shipping.
  • Design-doc alignment: ensures the plan aligns with existing design and architecture goals, reducing back-and-forth during reviews.

Quick Start

Invoke /autoplan to run the full auto-review pipeline and generate a complete plan from your on-disk skills.

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 plan review process?

Automate engineering plan reviews by running a single command that executes CEO, design, and engineering skill files in sequence. The pipeline applies six guiding principles to make auto-decisions and produces a fully vetted plan ready to ship.

What is an end-to-end auto-review pipeline for code plans?

An end-to-end auto-review pipeline orchestrates CEO, design, architecture, and test reviews stored on disk, executing them in sequence with deterministic auto-decisions to generate a single, fully approved engineering plan.

How do I align my engineering plan with existing design and architecture goals?

Align engineering plans with design and architecture goals by running an automated review pipeline that checks your plan against existing design docs, reducing back-and-forth during manual reviews.

Can I run a full CEO, design, and engineering review with a single command?

Yes, you can run a full CEO, design, and engineering review with a single command. The pipeline reads local skill assets from disk and executes them in order to generate a complete, approved plan.

Do I need local skill files on disk to use the automated planning pipeline?

Yes, the automated planning pipeline requires local skill files on disk. It reads CEO, design, and engineering review skills from your local assets and relies on Claude gstack tooling to coordinate deterministic task execution.

How are taste decisions handled during the automated plan review?

Taste decisions are surfaced at the final approval gate. The pipeline uses six guiding principles as guardrails to drive deterministic auto-decisions throughout the review process, deferring subjective taste decisions to the end.