What problem does it solve?
When a Game Design Document (GDD) is revised, existing Architecture Decision Records (ADRs) written against the old GDD can become stale or invalid, leading to misaligned technical architecture and wasted rework for game development teams.
Core Features & Use Cases
- Stale ADR Detection: Scans all ADRs and the architecture traceability index to identify which architectural decisions are affected by GDD changes.
- Impact Classification: Automatically classifies each affected ADR as Still Valid, Needs Review, or Likely Superseded based on alignment with the updated GDD.
- Guided Resolution Workflow: Walks users through updating superseded ADRs, modifying traceability records, and generating formal change impact documents.
- Use Case: When your team updates the combat system GDD, this skill instantly flags all related ADRs (e.g., combat networking, physics rules) that need revision, eliminating manual cross-referencing of dozens of documents.
Quick Start
Use the propagate-design-change skill with the path to your updated game design document to generate a full impact report for all related architecture decisions.