autoplan

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

Updated May 15, 2026
One-click install
npx skills add https://github.com/tgmarinho/canetaco --skill autoplan-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/tgmarinho/canetaco/tree/main/.claude/skills/autoplan
Command: npx skills add https://github.com/tgmarinho/canetaco --skill autoplan-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full plan review normally means invoking four separate review skills and answering 15-30 intermediate questions. This Skill chains the CEO, design, engineering, and DX reviews into one pipeline, auto-deciding routine choices with six decision principles and surfacing only genuine taste calls at a final approval gate. ## Core Features & Use Cases - Sequential multi-review pipeline: Reads the CEO, design, eng, and DX review skills from disk and runs them in order against a plan file. - Auto-decision engine: Applies six decision principles to resolve close calls automatically, logging each decision for audit. - Final approval gate: Surfaces only borderline scope, close approaches, and cross-model disagreements as decision briefs at the end. - Use Case: You have a draft implementation plan and want the full review gauntlet without babysitting it. Invoke autoplan, walk away, and return to a fully reviewed plan with a short list of taste decisions to approve. ## Quick Start Ask the assistant to run autoplan on your current plan file to execute all four reviews automatically and present the final decisions for approval.

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 with your plan file. It reads the CEO, design, eng, and DX review skills from disk and runs them sequentially, auto-deciding routine choices and presenting only taste decisions at a final approval gate.

What decisions does autoplan make on its own versus ask me about?

It auto-decides routine choices using six decision principles. It only asks about taste decisions: close approaches, borderline scope, and cases where the codex cross-model review disagrees with the primary review.

Does autoplan work in plan mode?

Yes. The skill file is treated as executable instructions in plan mode, and its AskUserQuestion calls satisfy plan mode's end-of-turn requirement. If no AskUserQuestion variant is available, the skill stops and reports BLOCKED.

Why does autoplan report BLOCKED — AskUserQuestion unavailable?

The skill requires an AskUserQuestion tool variant (native or MCP) to present decision briefs. If neither is registered in the host environment, it cannot ask the final approval questions and halts instead of silently auto-deciding.

When should I run individual review skills instead of autoplan?

Run individual skills like plan-ceo-review or plan-eng-review when you want to control each review's questions interactively, or when only one review dimension matters. Autoplan trades that control for a single unattended pipeline.