autoplan

Run multiple review skills sequentially with auto-decisions and a final approval gate.

1|Updated May 25, 2026
One-click install
npx skills add https://github.com/chiruu12/nudge --skill autoplan-chiruu12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoplan
Source: https://github.com/chiruu12/nudge/tree/main/.agents/skills/gstack-autoplan
Command: npx skills add https://github.com/chiruu12/nudge --skill autoplan-chiruu12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, read, write, edit, glob, grep, websearch, askuserquestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the review of multiple review skills, making it easy to run a full review pipeline with auto-decisions and a final approval gate.

Core Features & Use Cases

  • Automated Review Pipeline: Reads and runs review skills sequentially with auto-decisions.
  • Decision Principle: Uses 6 decision principles to auto-decide and surface taste decisions.
  • Final Approval Gate: Surfaces decisions like close approaches, borderline scope, and codex disagreements at a final approval gate.
  • Use Case: Use this Skill when you need to run a full review pipeline without answering multiple intermediate questions, or when you want to proactively suggest reviews.

Quick Start

Run the autoplan skill to start the automated review pipeline.

Frequently Asked Questions about autoplan

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

FAQPage Schema
How do I automate code review pipelines without manual intermediate approvals?

You can automate review pipelines by running multiple review skills sequentially with auto-decisions, bypassing intermediate questions and surfacing borderline scope or codex disagreements at a final approval gate.

What is an automated review pipeline and how does the final approval gate work?

An automated review pipeline runs code, design, and documentation reviews sequentially. The final approval gate surfaces close approaches, borderline scope, and codex disagreements for human evaluation before proceeding.

How do I run multiple code review skills sequentially without answering intermediate questions?

Run the autoplan skill to execute a full review pipeline. It applies six decision principles to auto-decide intermediate steps and aggregates final outcomes at the approval gate without manual intervention.

Does the automated review pipeline support documentation and design reviews?

Yes, the automated review pipeline supports code, design, and documentation reviews. It sequentially runs the relevant review skills and uses auto-decisions to streamline the entire process.

What are the decision principles used for auto-decisions in the review pipeline?

The review pipeline uses six decision principles to auto-decide intermediate review outcomes and surface taste decisions, such as close approaches and codex disagreements, at the final approval gate.

Do I need Bash and WebSearch to run the automated review pipeline?

Yes, the automated review pipeline requires Bash, Read, Write, Edit, Glob, Grep, WebSearch, and AskUserQuestion to execute sequential review skills and manage auto-decisions.