review-plan

Review runbook plans for TDD sequencing and metadata issues.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/ddaanet/edify-plugin --skill review-plan-ddaanet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plan
Source: https://github.com/ddaanet/edify-plugin/tree/main/skills/review-plan
Command: npx skills add https://github.com/ddaanet/edify-plugin --skill review-plan-ddaanet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review runbooks and runbook-phase files to detect quality issues, enforce proper GREEN/RED sequencing, validate prerequisites and metadata, and produce a structured audit with actionable fixes.

Core Features & Use Cases

  • Detect GREEN phase anti-patterns and RED/GREEN sequencing violations in TDD cycles.
  • Validate prerequisites, script usage, and reference integrity across runbook artifacts.
  • Generate a comprehensive runbook-review report detailing issues fixed and ones requiring escalation.

Quick Start

Run a per-phase review to generate a plans/<feature>/reports/runbook-review.md with all fixes applied.

Frequently Asked Questions about review-plan

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

FAQPage Schema
How do I automate runbook quality reviews for TDD phases?

Automate runbook quality reviews by identifying and fixing issues across GREEN/RED phases, ensuring adherence to TDD and workflow constraints. The tool outputs a consolidated runbook-review report detailing fixes applied and issues requiring escalation.

What is GREEN and RED phase sequencing validation in TDD runbooks?

GREEN and RED phase sequencing validation detects anti-patterns and sequencing violations in TDD cycles within runbook plans. It checks phase artifacts to ensure proper test-driven development flow and general workflow constraint adherence.

How do I validate runbook prerequisites and reference integrity?

Validate runbook prerequisites and reference integrity by checking phase artifacts, reference patterns, and project context. The review process verifies metadata, references, and script usage across all runbook artifacts to detect quality issues.

Can I review runbooks generated by the /plan command?

Yes, you can review runbooks generated by /plan. The tool specifically applies phase-based corrections to these runbooks, validating metadata, references, and script usage while generating a comprehensive audit report with actionable fixes.

How do I generate a runbook-review report with actionable fixes?

Generate a runbook-review report by running a per-phase review on your runbook files. The output is a structured plans/<feature>/reports/runbook-review.md file detailing all quality issues fixed and ones requiring escalation.

What are common TDD runbook anti-patterns and how do I fix them?

Common TDD runbook anti-patterns include GREEN phase violations and RED/GREEN sequencing breaks. The review tool identifies these quality issues and applies phase-based corrections automatically, outputting a consolidated audit of fixes applied.