From gdd
Review GDD diagram files for completeness, consistency, edge cases, design quality, and Mermaid syntax — returns APPROVED, APPROVED_WITH_WARNINGS, NEEDS_WORK, or BLOCKED
How this skill is triggered — by the user, by Claude, or both
Slash command
/gdd:plan-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<SUBAGENT-STOP>
Read all diagram files in scope:
$ARGUMENTS lists specific files, read those.*.md files in docs/gdd/ (excluding drafts/).For each gap: [SEVERITY] [COMPLETENESS] <description> — Suggestion: add <X> to <diagram>
For each inconsistency: [SEVERITY] [CONSISTENCY] <description> — Found in: <file1> vs <file2>
For each missing edge case: [SEVERITY] [EDGE_CASE] <scenario> — Impact: <what could go wrong>
For each concern: [SEVERITY] [FEASIBILITY] <concern> — Consider: <alternative>
For each issue: [WARNING] [SYNTAX] <description>
arch-ddd-contexts.md is in scope)arch-*.md?For each issue: [SEVERITY] [DDD_CONTEXT] <description> — Suggestion: <fix>
APPROVED — No critical issues, no warnings
APPROVED_WITH_WARNINGS — No critical issues, but has warnings
NEEDS_WORK — At least one [CRITICAL] issue; main agent must fix before proceeding
BLOCKED — Fundamental design problem; main agent must rethink the approach
GDD Diagram Review Report
=========================
Files reviewed: <list>
Verdict: <APPROVED | APPROVED_WITH_WARNINGS | NEEDS_WORK | BLOCKED>
Issues:
<list all findings, grouped by check dimension>
Summary: N critical, N warnings, N suggestions
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub vivaxy/claude-code-plugins-vivaxy