propagate-design-change

Analyze downstream impact of PRD changes across ADRs, PRDs, stories, and registry.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill propagate-design-change-cenconq25
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: propagate-design-change
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/propagate-design-change
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill propagate-design-change-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When PRDs change, downstream artifacts like ADRs, TR registries, stories, and other PRDs often no longer align. This skill analyzes the ripple effect of a PRD edit and surfaces a consolidated change-impact report to prevent drift.

Core Features & Use Cases

  • End-to-end ripple analysis: scans ADRs in docs/architecture, registry references, stories in production/epics, and other PRDs to collect all dependent artifacts.
  • Impact prioritization: categorizes findings as stale, potentially stale, or blocked to guide remediation.
  • Guided resolution walk-through: provides recommended actions and escalation paths for impacted ADRs, stories, and PRDs.
  • Non-destructive operation: reads artefacts without making edits; outputs a clear plan for the user to apply changes with other skills.

Quick Start

After updating a PRD, run the propagate-design-change skill to generate a comprehensive change-impact report.

Frequently Asked Questions about propagate-design-change

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

FAQPage Schema
How do I trace PRD changes across downstream artifacts like ADRs and stories?▼

To trace PRD changes across downstream artifacts, you can run a change propagation analysis that scans ADRs, registries, and stories referencing TR-IDs to surface a consolidated impact report. This identifies dependent artifacts affected by the edit.

What is the best way to analyze the ripple effect of a product requirement edit?▼

Analyzing the ripple effect of a product requirement edit involves scanning downstream documents for TR-IDs or configurable values to categorize findings as stale, potentially stale, or blocked. This prioritized impact report guides remediation to prevent document drift.

How do I identify which ADRs and epics are impacted when a PRD is updated?▼

To identify impacted ADRs and epics after a PRD update, scan architecture documents and production epics for references to the changed TR-IDs. The analysis collects all dependent artifacts and flags them based on their alignment with the new requirements.

Can I automatically update downstream stories and registries when a PRD changes?▼

You cannot automatically update downstream stories and registries when a PRD changes because this operation is non-destructive. It reads artifacts without making edits, instead outputting a guided resolution walk-through and actionable plan for you to apply manually.

Does change propagation analysis modify my architecture documents or registry files?▼

Change propagation analysis does not modify your architecture documents or registry files. It operates non-destructively by reading artifacts and producing a clear, prioritized impact report with recommended actions for you to execute using other tools.

When do I need to run a downstream impact report for my product documents?▼

You need to run a downstream impact report for your product documents immediately after updating a PRD. This ensures that any misalignment across ADRs, stories, and other PRDs is detected early and categorized before development drift occurs.