action-review-plan

Audit implementation plans for completeness, unresolved decisions, and implementability.

1|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/simon-downes/agent-workspace --skill action-review-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: action-review-plan
Source: https://github.com/simon-downes/agent-workspace/tree/main/skills/action-review-plan
Command: npx skills add https://github.com/simon-downes/agent-workspace --skill action-review-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit implementation plans for completeness, unresolved decisions, and implementability. Spawns a subagent with a clean context window to audit the plan against quality criteria. Use this skill when reviewing a plan before implementation, checking a plan for gaps or unresolved decisions, validating that a plan is ready to hand off to an implementor, or when asked to "review this plan", "check the plan", or "is this plan ready".

Core Features & Use Cases

  • Spawns a plan-reviewer subagent to audit a plan in a clean context.
  • Checks plan against defined REVIEW-CRITERIA.md, surface findings, and guide handoff decisions.
  • Supports different plan sources: user-provided path, current draft, or explicit content for review.

Quick Start

Provide the plan content or path to review to initiate a quality gating review.

Frequently Asked Questions about action-review-plan

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

FAQPage Schema
How do I check an implementation plan for completeness before handing it off?

You can audit an implementation plan for completeness by spawning a subagent to review it against quality criteria, identifying gaps, and verifying claims against the project codebase root path.

What is a plan readiness audit in software engineering?

A plan readiness audit evaluates an implementation plan for completeness, unresolved decisions, and implementability using defined quality criteria before the plan is handed off to an implementor.

Can I validate that a plan is ready to hand off to an implementor?

Yes, you can validate handoff readiness by auditing the plan content against defined review criteria and the project codebase root path to surface any gaps or unresolved decisions.

Does the plan review process require the project codebase?

Yes, the plan review process requires the project codebase root path to verify conformance and validate that the claims made in the implementation plan are accurate.

What are the limitations of auditing a plan in a clean context?

Auditing a plan in a clean context limits the review to the provided plan content, review criteria, and codebase root path, meaning it cannot access external context or undocumented project history.