impact-analysis

Trace ID chains to identify impacted artifacts and estimate change effort.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/bs-koo/gx-pm --skill impact-analysis-bs-koo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impact-analysis
Source: https://github.com/bs-koo/gx-pm/tree/main/plugins/gx-pm/skills/impact-analysis
Command: npx skills add https://github.com/bs-koo/gx-pm --skill impact-analysis-bs-koo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Changes in requirements, screens, DB schemas, or interfaces create ripple effects across artifacts. This skill helps analyze the scope of impact by tracing ID chains and identifying which artifacts need updates and where, reducing risk of missed dependencies.

Core Features & Use Cases

  • ID-chain based impact analysis across requirements, screens, DB, and interfaces.
  • Quantifies direct, cascading, and indirect effects and estimates workload.
  • Generates an initial change request draft aligned with affected artifacts.

Quick Start

Follow the impact-analysis workflow to analyze a change request and produce an initial impact report.

Frequently Asked Questions about impact-analysis

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

FAQPage Schema
How do I trace the impact of a requirement change across screens and DB schemas?

It works by tracing ID chains across requirements, screens, DB schemas, and interfaces to identify affected artifacts. This maps direct, cascading, and indirect effects to reduce the risk of missed dependencies.

How do I estimate effort for a change request across multiple artifacts?

By quantifying direct, cascading, and indirect effects on affected artifacts, the analysis generates an initial project timeline. It drafts a change request outlining required edits to estimate effort.

What is the best way to map cascading effects when modifying interfaces?

Tracing ID chains from the modified interface to connected requirements and screens maps these cascading effects. It identifies indirect dependencies and outlines required edits to prevent missed updates.

Can I generate a change request draft directly from my impact analysis?

Yes, the analysis generates an initial change request draft aligned with affected artifacts. It outputs structured details of required edits and an initial project timeline based on traced ID chains.

Does impact analysis work without predefined traceability matrices?

The process relies on tracing ID chains across requirements, screens, DB, and interfaces. Established traceability through these ID links is necessary to accurately map direct, cascading, and indirect effects.