autoplan

Runs CEO, design, and engineering plan reviews sequentially with auto-decided questions.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TarunTeja44/portfolio --skill autoplan-tarunteja44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/TarunTeja44/portfolio/tree/main/.agents/skills/autoplan
Command: npx skills add https://github.com/TarunTeja44/portfolio --skill autoplan-tarunteja44

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full plan review normally means answering 15-30 intermediate questions across CEO, design, and engineering review passes. This Skill runs the entire review gauntlet automatically, auto-deciding routine questions with 6 decision principles and only surfacing genuine taste decisions at a final approval gate. ## Core Features & Use Cases - Auto-Review Pipeline: Reads the CEO, design, and engineering review skills from disk and executes them at full depth, auto-deciding intermediate questions using 6 principles (completeness, boil lakes, pragmatic, DRY, explicit over clever, bias toward action). - Decision Audit Trail: Logs every auto-decision to the plan file with principle and rationale, and captures a restore point before modifying anything. - Final Approval Gate: Surfaces only taste decisions (close approaches, borderline scope, codex disagreements) for human judgment, with recommendations and downstream impact notes. - Use Case: You have a rough implementation plan on a feature branch. Invoke the auto review to get a fully reviewed plan with architecture diagrams, test plans, scope decisions, and TODOS.md updates — answering only a handful of final questions instead of dozens. ## Quick Start Ask the AI to run autoplan on my current plan file and auto-review it end to end.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I automatically review an implementation plan without answering every question?

Invoke the auto review pipeline on your plan file. It runs the CEO, design, and engineering reviews at full depth, auto-deciding routine questions with 6 decision principles and only asking you about genuine taste decisions at a final approval gate.

What decisions does the auto plan review make on its own?

Mechanical decisions with one clearly right answer are auto-decided silently, such as running codex or evals. Taste decisions like close approaches, borderline scope expansions, and codex disagreements are auto-decided with a recommendation but surfaced at the final gate for your confirmation.

Does the automated review skip analysis depth compared to manual review?

No. Auto-decide replaces who answers the questions, not the analysis. Every section still runs at full depth, producing required outputs like architecture ASCII diagrams, test coverage diagrams, failure mode registries, and completion summaries.

Can I recover my original plan after an automated review?

Yes. Before making any changes, the pipeline writes a restore point file containing the plan's verbatim original contents to a timestamped path, and prepends a comment to the plan file pointing to that restore location.

When is the design review phase skipped in the pipeline?

The design review runs only when UI scope is detected in the plan, meaning at least two matches of view or rendering terms like component, screen, form, modal, or dashboard. Plans without UI scope skip the design phase entirely.