review-all-gdds

Detect cross-CDD inconsistencies across module indexes, dependencies, rules, and scenarios.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill review-all-gdds-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-all-gdds
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/review-all-gdds
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill review-all-gdds-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill catches problems that only appear when multiple CDDs are reviewed together, such as contradictions, stale references, ownership conflicts, and design drift across a product or game system set.

Core Features & Use Cases

  • Cross-document consistency checks: Compares dependencies, rules, tuning knobs, and acceptance criteria across all system CDDs.
  • Design holism review: Looks for competing value loops, cognitive overload, dominant paths, and principle alignment issues that single-document reviews miss.
  • Scenario walkthroughs: Traces multi-module user flows to uncover broken state transitions, contradictory messaging, double-processing, and undefined behavior.
  • Use case: Run it after multiple CDDs are drafted or revised to make sure the full system stays coherent before architecture work begins.

Quick Start

Ask the agent to review all in-scope CDDs in the repository and return a cross-document consistency, design-holism, and scenario-issue report.

Frequently Asked Questions about review-all-gdds

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

FAQPage Schema
How do I check multiple game design documents for cross-document inconsistencies?

To check multiple game design documents for cross-document inconsistencies, run a cross-CDD review that simultaneously reads all in-scope CDDs to compare module indexes, dependencies, rules, tuning knobs, and acceptance criteria. This process detects contradictions, stale references, and design drift across the system set before outputting a revision report.

What is design holism analysis in multi-module product reviews?

Design holism analysis in multi-module product reviews is a technique that evaluates the entire system for competing value loops, cognitive overload, dominant paths, and principle alignment issues. These are structural conflicts that single-document reviews miss when assessing interconnected product or game systems.

How do I trace multi-module user flows to find broken state transitions?

You can trace multi-module user flows by conducting scenario walkthroughs across all in-scope CDDs. This method traces user paths through multiple modules to uncover broken state transitions, contradictory messaging, double-processing, and undefined behavior that only surface during cross-document analysis.

When do I need to run a cross-CDD consistency check?

You need to run a cross-CDD consistency check after multiple CDDs are drafted or revised, but before architecture work begins. This ensures the full product or game system stays coherent and catches ownership conflicts and stale references early in the design phase.

Can I use scenario walkthroughs to detect tuning conflicts across game modules?

Yes, you can use scenario walkthroughs alongside cross-document consistency checks to detect tuning conflicts across game modules. By comparing tuning knobs and tracing multi-module user flows, the review identifies contradictory parameters and double-processing issues across the system set.