autoplan

Execute CEO, design, and engineering review rules in sequence.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ingoatl/propertycentral --skill autoplan-ingoatl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/ingoatl/propertycentral/tree/main/.claude/skills/gstack/autoplan
Command: npx skills add https://github.com/ingoatl/propertycentral --skill autoplan-ingoatl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end review process by reading CEO, design, and engineering review rules from disk and executing them in sequence with deterministic decisions, delivering a complete plan with an explicit final gate.

Core Features & Use Cases

  • Auto-decision pipeline: follows 6 decision principles to surface taste decisions at a final approval gate.
  • Deterministic, repeatable reviews: runs CEO, design, and Eng checks in one pass with minimal human intervention.
  • Use Case: teams that want consistent, rapid plan reviews and fast iteration cycles.

Quick Start

Run /autoplan to trigger the full CEO, design, and Eng review pass on the current plan.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I automate end-to-end code review and plan approval in one command?

Automating end-to-end code review requires a pipeline that reads review rules from disk and executes them in strict sequence. This Skill runs CEO, design, and engineering checks in one pass to output a consolidated plan with deterministic decisions and a final approval gate.

What is a deterministic review pipeline for software engineering plans?

A deterministic review pipeline executes CEO, design, and engineering checks in strict sequence to minimize human intervention. It applies six decision principles to surface taste decisions at a final gate, ensuring repeatable and auditable plan reviews.

How do I run CEO, design, and engineering review phases in a single pass?

To run all three review phases in a single pass, trigger the automated pipeline command. It reads the respective skill files from disk and executes the CEO, design, and engineering checks in strict order to deliver a complete, consolidated plan.

Can I reduce back-and-forth during plan reviews for fast iteration cycles?

Yes, you can reduce back-and-forth by using an automated review pipeline that surfaces taste decisions only at a final approval gate. This delivers consistent, rapid plan reviews by handling deterministic decisions upstream, making it ideal for fast iteration cycles.

Does automated review planning require external dependencies to execute?

No external dependencies are required to execute the automated review planning. The pipeline operates independently by reading the necessary CEO, design, and engineering skill files directly from local disk storage to generate its consolidated output.

When should I use a single-command review pipeline instead of manual checks?

Use a single-command review pipeline when your team needs consistent, rapid plan reviews with minimal human intervention. It is ideal when you want to reduce back-and-forth and surface only subjective taste decisions at a final, auditable approval gate.