autoplan

Apply a six-principle framework to auto-review plans with audit logs.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Kakarottoooo/onegent --skill autoplan-kakarottoooo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/Kakarottoooo/onegent/tree/main/.agents/skills/gstack/autoplan
Command: npx skills add https://github.com/Kakarottoooo/onegent --skill autoplan-kakarottoooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-run end-to-end review across CEO, design, and engineering plans by applying a deterministic six-principle decision framework, enabling one-command generation of a fully reviewed plan with an auditable trail.

Core Features & Use Cases

  • End-to-end auto-review: reads CEO/design/Eng inputs and applies the 6 principles to decide intermediate steps.
  • Taste decisions surfaced at a final approval gate to resolve borderline cases.
  • Deterministic execution: a single command produces a fully reviewed plan with logs and restore points.
  • Auditability and safety: preserves restore points and logs autonomous decisions for accountability.

Quick Start

Run /autoplan to execute the full auto-review pipeline on your 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 review for CEO, design, and engineering plans?▼

Automate end-to-end review by running a single command that reads CEO, design, and engineering inputs, applying a fixed six-principle decision framework to auto-decide intermediate steps and produce a fully reviewed plan.

What is a deterministic review pipeline for engineering plans?▼

A deterministic review pipeline applies a fixed six-principle decision framework to plan inputs, ensuring reproducible execution that generates consistent reviewed plans with restore points and audit logs.

Does the automated review pipeline handle subjective design decisions?▼

The pipeline handles subjective design decisions by surfacing taste decisions at a final approval gate, allowing human reviewers to resolve borderline cases after autonomous processing.

How does audit logging work for autonomous plan review decisions?▼

Audit logging for autonomous plan review records all decisions for traceability and accountability, preserving restore points and logs to maintain reproducibility across multiple review domains.

Can I reproduce a reviewed plan after modifying the original engineering inputs?▼

You can reproduce a reviewed plan because the pipeline enforces determinism and maintains restore points, allowing you to re-run the command on modified inputs while preserving the audit trail.