Propagate Design Change When a GDD changes, architectural decisions written against it may no longer be valid. This skill finds every affected ADR, compares what the ADR assumed against what the GDD now says, and guides the user through resolution. Usage: --- 1. Validate Argument A GDD path argument is required . If missing, fail with: "Usage: Provide the path to the GDD that was changed." Verify the file exists. If not, fail with: "[path] not found. Check the path and try again." --- 2. Read the Changed GDD Read the current GDD in full. --- 3. Read the Previous Version Run git to get the pre…