From meta-skills
Generates a multi-sheet .xlsx financial impact model with live cross-sheet Excel formulas, three scenarios (Conservative/Base/Optimistic), and a consistent input/formula/result color convention. Use when building a revenue projection, ROI model, growth-strategy financial model, or business case that needs a real working spreadsheet rather than static numbers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meta-skills:business-impact-modelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces a client-ready, multi-sheet Excel workbook that turns a set of
Produces a client-ready, multi-sheet Excel workbook that turns a set of assumptions into a Year-1 revenue projection, an investment plan, and an ROI/KPI dashboard — with live cross-sheet formulas so every number recalculates when an input changes. It runs three scenarios side by side (Conservative / Base / Optimistic) from a single assumptions block.
Read references/model-structure.md to
understand every sheet, its columns, and the color/formula conventions.
Generate the starter workbook (deterministic — always prefer the script over hand-building cells):
python scripts/build_model.py # -> business_impact_model.xlsx
python scripts/build_model.py /path/to/output.xlsx # custom output path
The script requires openpyxl (pip install openpyxl); it exits with a
clear message if missing. No network access.
Open the workbook and replace the blue placeholder inputs on
Assumptions & Inputs with the client's real numbers across the three
scenario columns. All black and green cells are formulas and update
automatically — do not overwrite them.
Add or rename pillar/revenue-stream build sheets to match the engagement
(one sheet per pillar). Mirror the existing formula pattern so the
Y1 Revenue Projection, Investment Plan, and ROI & KPI Dashboard
roll-ups keep referencing them.
Sanity-check: every result cell should change when you edit a blue input,
and the workbook should open with zero #REF!/#DIV/0! errors.
business_impact_model.xlsx (default in the working directory, or the path you
pass) — a workbook with these sheets: Cover & Summary, Assumptions &
Inputs, one or more Pillar build sheets, Y1 Revenue Projection,
Investment Plan, ROI & KPI Dashboard.
=Assumptions!C7*'Pillar 1'!N8),
never hard-coded results — this is the whole point of the model.openpyxl is installed elsewhere.npx claudepluginhub sujanbhuiyan/skills --plugin agency-skillsProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.