Business Case Builder
Builds a sponsor-ready business case grounded in costs, benefits, risks, and evidence whenever budget or timeline justification is needed.
Docs & OfficeIntermediate★ 537⑂ 118AI score 6/10Last updated: Sep 15, 2026
What it does
- Drafts a business case for an initiative across four axes: costs, benefits, risks, and evidence.
- Triggers specifically when a sponsor or decision maker asks you to justify budget or timeline.
- Reads
references/task-context.md(task context contract) and thenreferences/business-case.md(the method), keeping output format and authority boundaries consistent. - Preserves unknowns instead of inventing numbers, and separates implementation, verification, deployment, and acceptance so claims stay honest.
- When invoked from the
@fdeworkflow, it reuses the existing sanitized context and scope instead of re-running discovery.
Who it's for
- PMs and strategy leads who need an approval document for internal investment.
- Consultants, solution engineers, and forward-deployed engineers presenting rationale to clients.
- Team leads standardizing decision documents that surface assumptions and risk.
Examples
- "We need 3 engineers for 6 months to build a new data pipeline — write the business case for exec approval." → cost breakdown, expected benefits, key risks with mitigations, evidence list.
- "Draft a memo explaining to the sponsor why the legacy migration needs two more quarters."
- "Turn our PoC results into a case for company-wide rollout funding," clearly separating verified outcomes from unverified assumptions.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/suboss87/FDEOps/HEAD/skills/business-case/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/business-case folder from the GitHub repo suboss87/FDEOps into my ~/.claude/skills/business-case/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/suboss87/FDEOps.git && mkdir -p ~/.claude/skills && cp -r FDEOps/skills/business-case ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repository:
git clone https://github.com/suboss87/FDEOps.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r FDEOps/skills/business-case ~/.claude/skills/ - Verify that
~/.claude/skills/business-case/references/containstask-context.mdandbusiness-case.md; if missing, copy them from the repo's sharedreferences/directory. - Restart Claude Code and test with a prompt like "Write a business case to justify the budget for project X."
View source on GitHub ↗License: MIT