autoplan

Run CEO, design, and Eng skill reviews to generate a validated plan.

Updated Dec 13, 2017
One-click install
npx skills add https://github.com/dogeared/tnra --skill autoplan-dogeared
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/dogeared/tnra/tree/main/.claude/skills/gstack/autoplan
Command: npx skills add https://github.com/dogeared/tnra --skill autoplan-dogeared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AutoPlan runs an end-to-end review pipeline by loading CEO, design, and Eng skills from disk and applying a structured decision framework to produce a ready-to-ship plan.

Core Features & Use Cases

  • Auto-run CEO, design, and Eng reviews from disk to generate a fully reviewed plan with minimal prompts.
  • Six decision principles surface tradeoffs and determine when to proceed or request human input.
  • Single-command orchestration (/autoplan) that can be integrated into CI/CD-like workflows for fast, repeatable reviews.

Quick Start

Run /autoplan to execute the full CEO, design, and Eng reviews and produce a validated plan.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I generate a fully reviewed software plan without intermediate prompts?▼

You can generate a complete software plan without intermediate prompts by running a single trigger that executes end-to-end CEO, design, and Eng reviews automatically from disk files.

What is an automated auto-review pipeline for software development?▼

An automated auto-review pipeline loads CEO, design, and Eng skill files from disk and applies structured decision principles to produce a ready-to-ship, fully reviewed plan.

Do I need specific skill files on disk to run an automated plan generation workflow?▼

Yes, automated plan generation requires CEO, design, and Eng skill files to be present on disk to execute the review pipeline and surface decisions for human validation.

Can I integrate an automated code-review pipeline into CI/CD workflows?▼

Yes, you can integrate single-command orchestration into CI/CD-like workflows to run automated design and engineering reviews for fast, repeatable plan generation.

How does blast-radius checking work in automated software review workflows?▼

Blast-radius checks in automated review workflows surface decisions and gates by evaluating the potential impact of proposed actions, determining when to proceed or request human validation.

When should I request human input during an automated dev-workflow plan generation?▼

Human input is requested during automated plan generation when six decision principles surface tradeoffs that require explicit gates for human validation before proceeding.