/vt-c-pd-analyze-changes¶
Analyze impact of new information on design workflow state
Plugin: core-standards
Usage: /vt-c-pd-analyze-changes [--item FILE]
/vt-c-pd-analyze-changes¶
Analyze pending inbox items and determine their impact on design artifacts.
Usage¶
/vt-c-pd-analyze-changes # Analyze all pending items
/vt-c-pd-analyze-changes --item FILE # Analyze specific item
Prerequisites¶
Run /vt-c-pd-inbox-scan first to detect new items.
What It Does¶
- Loads pending items from
.design-state.yaml - Reads and analyzes each item's content
- Determines severity (critical, major, minor)
- Identifies affected areas (PRD, prototype, specs)
- Applies impact matrix to recommend return phase
- Generates aggregated impact report with options
Impact Assessment¶
| Artifact | Impact Levels |
|---|---|
| PRD | HIGH (scope change), MEDIUM (feature detail), LOW (minor clarification) |
| Prototype | HIGH (major UI rework), MEDIUM (component changes), LOW (styling) |
| specs | HIGH (new features), MEDIUM (acceptance criteria), LOW (technical notes) |
Severity Classification¶
- CRITICAL: Blocks release, safety/compliance, fundamental flaw
- MAJOR: Significant usability problem, missing feature, scope change
- MINOR: Polish item, minor confusion, nice-to-have
Output¶
Produces an impact report with: - Item-by-item analysis - Aggregated impact assessment - Recommended routing options - Trade-offs for each option
Next Step¶
After analysis, run /vt-c-pd-route-decision to execute the routing.
Part of Iterative Design Loop¶
New Input → /vt-c-pd-inbox-scan → [/vt-c-pd-analyze-changes] → /vt-c-pd-route-decision
▲
YOU ARE HERE
Routes To¶
pd-analyze-changes skill