What problem does it solve? When a Game Design Document (GDD) is revised, architecture decision records (ADRs) written against the old version can silently become outdated. This Skill detects which ADRs are affected by a GDD change and guides you through resolving each one. ## Core Features & Use Cases - Change Detection: Diffs the current GDD against its previous git version to summarize changed and unchanged sections. - Impact Classification: Scans all ADRs in docs/architecture and classifies each as Still Valid, Needs Review, or Likely Superseded based on referenced requirements. - Guided Resolution: Walks through each affected ADR individually, offering options to mark superseded, update in place, keep, or skip, then updates the traceability index. - Use Case: After revising your combat-system GDD, run this Skill to find that ADR-0003 assumed a hit-point formula that no longer exists, mark it superseded, and write a change impact report. ## Quick Start Run propagate-design-change on design/gdd/combat-system.md to find which architecture decisions are affected by my latest GDD revision.