propagate-design-change

Analyze GDD revisions and identify outdated architectural decisions.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill propagate-design-change-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: propagate-design-change
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/propagate-design-change
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill propagate-design-change-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically scans architectural decisions and the traceability index when a Game Design Document (GDD) is revised, identifying which decisions may be stale and guiding users through resolution.

Core Features & Use Cases

  • ADR Impact Analysis: Automatically checks all ADRs and the traceability index for changes in the GDD.
  • Change Impact Report: Generates a detailed report on the potential impact of GDD changes on architectural decisions.
  • Resolution Guidance: Provides step-by-step instructions for updating ADRs or other relevant documents.

Quick Start

Run the command: /propagate-design-change design/gdd/combat-system.md

Frequently Asked Questions about propagate-design-change

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

FAQPage Schema
How do I track the impact of GDD revisions on architectural decisions?

Automating ADR impact analysis tracks GDD revisions by reading and comparing your Game Design Document content with existing Architecture Decision Records. It identifies outdated decisions, checks the traceability index, and generates a detailed report on potential architectural impacts.

What is a traceability index in game development architecture?

A traceability index in game development architecture maps relationships between Game Design Documents and technical decisions. When a GDD is revised, the index is scanned alongside ADRs to detect which architectural decisions may be stale and require resolution guidance.

How to update ADRs after changing a Game Design Document?

To update ADRs after changing a Game Design Document, run an automated impact analysis command targeting your GDD file path. This provides step-by-step resolution guidance for updating affected Architecture Decision Records and other relevant documents.

Does this ADR impact analysis tool require Git and YAML parsing?

Yes, ADR impact analysis requires Git commands and YAML parsing to function properly. The automated scanning process also needs file read and write access to compare GDD content, check the traceability index, and update outdated architectural decisions.

What is the best way to identify outdated architectural decisions in game development?

The best way to identify outdated architectural decisions is to automate ADR impact analysis on GDD revisions. This approach automatically scans all Architecture Decision Records and the traceability index, detecting stale decisions and guiding users through the necessary updates.

When do I need to run an ADR impact analysis on my game design documents?

You need to run ADR impact analysis whenever you revise a Game Design Document. This ensures that any changes to game design requirements are automatically checked against your traceability index and existing architectural decisions to prevent stale documentation.