autoplan

Runs CEO, design, DX, and engineering plan reviews sequentially with auto-decisions and a final approval gate.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill autoplan-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/autoplan
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill autoplan-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full multi-perspective review of a development plan normally means answering 15-30 intermediate questions across separate CEO, design, DX, and engineering review passes. This Skill automates that gauntlet: it reads each review skill from disk, runs them sequentially, auto-decides routine questions using 6 decision principles, and surfaces only genuine taste decisions at one final approval gate. ## Core Features & Use Cases - Sequential multi-phase review: Runs CEO (strategy/scope), design (7 dimensions, only when UI scope exists), DX (8 dimensions, only when developer-facing scope exists), and engineering (architecture, tests, security) reviews in order, each with dual voices from a Claude subagent and Codex. - Auto-decision engine: Applies 6 decision principles to resolve routine questions automatically, marking borderline calls as TASTE DECISION and agreed scope changes as USER CHALLENGE for the final gate. - Aggregated task output: Collects per-phase implementation task lists from JSONL files, dedupes them, and renders a prioritized task list plus TODOS.md updates at the Final Approval Gate. - Use Case: You have a draft implementation plan and want the full review gauntlet without babysitting it. Invoke autoplan, and it produces a fully reviewed plan with consensus tables, a test plan artifact, and one consolidated approval prompt. ## Quick Start Ask the assistant to run autoplan on your plan file to execute all review phases automatically and present the 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 run all plan reviews automatically in one command?

Invoke the autoplan skill on your plan file. It runs the CEO, design, DX, and engineering review phases sequentially, auto-deciding routine questions with 6 decision principles and presenting only taste decisions at a final approval gate.

What review phases does the autoplan pipeline include?

Phase 1 is the CEO strategy and scope review, Phase 2 is design review (only with UI scope), Phase 2.5 is DX review (only with developer-facing scope), Phase 3 is engineering review, and Phase 4 is the final approval gate with aggregated tasks.

Does autoplan still ask me any questions during the review?

Only at the Final Approval Gate. Routine decisions are auto-decided using the 6 principles, but taste decisions, challenged premises, and scope changes both models agree on are surfaced once at the end for your judgment.

What happens if Codex or the Claude subagent is unavailable during a phase?

The pipeline degrades gracefully per its degradation matrix: a Codex timeout or auth failure tags the phase as single-model and continues with the Claude subagent, and if both fail it proceeds in single-reviewer mode.

Where does autoplan write the aggregated implementation tasks?

Each review phase writes task JSONL files under ~/.gstack/projects/<slug>/. The Phase 4 aggregator filters them by branch and recent commits, dedupes by component, files, and title, and renders a prioritized list in the final gate message.