review-plan / default

Review action plans for structure, safety, and context_refs compliance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Collectively-Gary/GaryOS --skill review-plan-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plan / default
Source: https://github.com/Collectively-Gary/GaryOS/tree/main/data/skills/review-plan/default
Command: npx skills add https://github.com/Collectively-Gary/GaryOS --skill review-plan-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps prevent unsafe or incomplete AI execution by rigorously reviewing an action plan for completeness, testability, reversibility, and faithful handling of provided context references.

Core Features & Use Cases

  • Universal plan validation: Enforces required plan sections (Goal, Approach, Tools, Test plan, Success criteria, Rollback, Root-cause scope) plus scope and testability/reversibility requirements.
  • Context reference integrity checks: Confirms that captured context_refs are honored across the plan (or explicitly dismissed with reasoning).
  • Playbook-other guardrails: For playbook: other, requires an explicit artifact declaration and makes silent omission of context_refs an automatic rejection.

Quick Start

Have the AI review the latest stage plan for an action and either approve it if all required checks pass or return a specific rejection list if anything is missing or inconsistent.

Frequently Asked Questions about review-plan / default

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

FAQPage Schema
How do I review an AI action plan for safety and completeness before execution?

Reviewing an AI action plan for safety requires validating required structure, safety constraints, and context-faithfulness. This involves reading the action index and latest plan stage to verify seven required sections, including goals, tools, test plans, and rollback procedures.

What is context reference integrity in AI plan review?

Context reference integrity in AI plan review confirms that captured context_refs are explicitly honored across the plan or formally dismissed with reasoning. Silent omission of context_refs triggers an automatic rejection to prevent execution drift.

How do I validate rollback safety and testability in an AI execution plan?

Validating rollback safety and testability requires checking the action plan for explicit success criteria, a dedicated test plan section, and a comprehensive rollback strategy. The plan must demonstrate reversibility before passing the approval gate.

Does playbook-other require an explicit artifact declaration for plan approval?

Yes, playbook-other requires an explicit artifact declaration for plan approval. Plans within this workflow must stand alone and declare artifacts explicitly; missing declarations or context_refs issues result in section-referenced rejection feedback.

What happens when an AI plan fails the approval gate review?

When an AI plan fails the approval gate review, the system rejects it with a detailed section-referenced issue list. This rejection highlights specific failures in artifact declaration, context honoring, or missing structural sections.

When do I need a strict safety-first plan review for AI workflows?

You need a strict safety-first plan review for AI workflows when an action's latest plan stage must stand alone and be validated against captured context. It prevents unsafe execution by enforcing testability, reversibility, and governance constraints.