biz-impact-analysis

Generate a structured business impact report from git diffs and ECW mappings.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Aimeerrhythm/enterprise-change-workflow --skill biz-impact-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biz-impact-analysis
Source: https://github.com/Aimeerrhythm/enterprise-change-workflow/tree/main/skills/biz-impact-analysis
Command: npx skills add https://github.com/Aimeerrhythm/enterprise-change-workflow --skill biz-impact-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use after code changes are complete to assess and communicate business impact across domains.

Core Features & Use Cases

  • Orchestrates a post-implementation impact analysis by dispatching the biz-impact-analysis agent to quantify effects on processes and stakeholders.
  • Integrates with ecw path mappings and knowledge files to produce a structured impact report, identify direct and indirect changes, and surface risk signals.
  • Automatically backfills cross-domain call data into the knowledge base for governance and traceability.

Quick Start

Run /biz-impact-analysis on the current branch to trigger a business impact assessment.

Frequently Asked Questions about biz-impact-analysis

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

FAQPage Schema
How do I assess business impact after code changes?

To assess business impact after code changes, run an analysis that reads git diffs and path mappings to generate a structured report quantifying effects on processes and stakeholders. It identifies direct and indirect changes while surfacing risk signals.

What is cross-domain impact analysis in software engineering?

Cross-domain impact analysis is the process of evaluating how code modifications affect interconnected systems and stakeholders. It uses path mappings and knowledge files to trace dependencies and automatically backfills call data for governance and traceability.

When do I need to run a business impact assessment?

You need to run a business impact assessment after code implementation is complete, specifically when verification passes for high-priority changes. It can also be triggered on-demand to evaluate cross-domain effects and update the knowledge base.

Can I use git diff to identify risk signals in modified code?

Yes, you can use git diff to identify risk signals by analyzing the produced diffs alongside path mappings. This process generates an impact report that highlights direct and indirect changes, helping surface potential risks across domains.

What's the best way to generate a structured impact report from code modifications?

The best way to generate a structured impact report is to orchestrate a post-implementation analysis that reads configuration files and git diffs. This approach identifies direct and indirect changes, quantifies stakeholder effects, and backfills cross-domain call data.

Why does impact analysis require path mappings and configuration files?

Impact analysis requires path mappings and configuration files to accurately trace cross-domain dependencies and map code changes to business processes. Without these inputs, the system cannot generate a structured report or automatically backfill call data into the knowledge base.