impact-quantification
Installation
SKILL.md
When to use
After an analytical finding surfaces a potential action, change, or opportunity. Use to produce a defensible numeric estimate that stakeholders can act on. Also use when prioritizing a backlog of initiatives — quantified impact is the primary ranking signal.
Process
- Classify the impact type — revenue growth, cost reduction, risk reduction, or efficiency gain. Each type has a different formula family (see
references/impact_quantification_framework.md). - Gather inputs — collect baseline metrics, affected population size, expected lift/reduction, time horizon, and confidence level.
- Build the point estimate — use
scripts/revenue_impact.pyfor revenue/growth scenarios orscripts/cost_savings.pyfor cost/efficiency scenarios. - Add uncertainty bounds — use
scripts/confidence_interval.pyto produce low/base/high estimates. Never deliver a single number without a range. - Document assumptions — fill in
references/assumption_documentation.mdfor every input that is estimated rather than directly measured; note the sensitivity of the output to each. - Package the estimate — complete
assets/impact_estimate_template.mdwith the range, assumptions, confidence, and recommended action; optionally build the fullassets/business_case_template.mdfor larger decisions.