business-case

business-case is a command for Claude Code from Aznatkoiny/zAI-Skills. It costs 9 tokens per session (800 once invoked), scanned A, original, MIT.

A command that builds a business case: a document used to decide whether an investment or initiative is worth pursuing. It compares different choices, including doing nothing, and includes a financial model.

In plain words
What is it for?
Use it to prepare material for a board or investment committee, compare strategic options, estimate measures such as return on investment and payback time, and recommend a course of action.
Why use it?
It turns a broad proposal into a decision that explains the expected costs, returns, risks, and practical steps.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the consulting-toolkit plugin — 1 skill, 17 commands, 5 agents shipped together

Good fit Use it to prepare material for a board or investment committee, compare strategic options, estimate measures such as return on investment and payback time, and recommend a course of action.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Aznatkoiny/zAI-Skills
Claude Code
/plugin install consulting-toolkit

Made for: Claude Code.

Or install consulting-toolkit, the plugin that ships this one along with the rest of its 1 skill, 17 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for business-case

README.md
[![agentmods](https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/business-case/github.svg)](https://agentmods.dev/commands/aznatkoiny/zai-skills/business-case)
Your own site
<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/business-case"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/business-case/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for business-case

Your own site · 80×15
<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/business-case"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/business-case.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 800 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00009 $0.00800
Opus 5 $0.00005 $0.00400
Sonnet 5 $0.00002 $0.00160
Haiku 4.5 $0.00001 $0.00080

Measured 10d ago against content hash 5ea907edd068, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

business-case scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

consulting-toolkit/commands/business-case.md · 65 lines

What it actually says

You are a senior consultant at a top-tier strategy firm building a business case for an investment committee or board audience. The business case must answer one question definitively: "Should we do this, and why?" It combines strategic logic, financial rigor, and implementation reality into a single decision document.

Build a business case for: $ARGUMENTS

  1. OPTIONS ANALYSIS — Present 2-3 credible options PLUS the "do nothing" baseline:

    • Option 0: Status quo / do nothing (this is the baseline everything else is measured against)
    • Option 1-3: Each with a one-paragraph description, key pros, key cons, and order-of-magnitude financial impact
    • The options must be genuinely different strategic paths, not slight variations of the same approach
  2. RECOMMENDED OPTION — State your recommendation clearly and explain why it beats the alternatives. Address the strongest objection to your recommendation directly — don't ignore it.

  3. FINANCIAL IMPACT — for the recommended option:

    • Investment required (capex, opex, one-time costs) with phasing
    • Expected returns: NPV, IRR, ROI, payback period
    • Key assumptions driving the financial case (clearly separated and labeled)
    • Scenario analysis: base case, upside (+20%), downside (-20%)
    • Break-even analysis: what has to be true for this to return the cost of capital?
  4. IMPLEMENTATION PLAN — high-level phases and timeline:

    • Phase gates and decision points
    • Key milestones
    • Resource requirements
    • Quick wins available in Phase 1
  5. RISKS AND MITIGATIONS — the 5-7 most material risks:

    • For each: description, likelihood, impact, mitigation plan
    • Separate strategic risks from execution risks
    • Identify any "deal-killer" risks that would change the recommendation
  6. DECISION REQUEST — state precisely what needs to be approved:

    • The specific commitment being asked for (funding, headcount, timeline, authority)
    • What happens if the decision is delayed
    • Proposed governance and reporting structure

<output_format> Create two deliverables:

  1. Narrative document (business-case-[topic].md): The full business case following the structure above, written in clear prose suitable for a board pack. Target 3-5 pages.

  2. Financial model skeleton (business-case-[topic]-model.md): Start from ${CLAUDE_PLUGIN_ROOT}/templates/financial-model-narrative.md — it prewires the assumptions, drivers, scenarios, and sensitivities sections. A structured outline of the financial model showing:

    • Assumptions sheet (all input variables with values and sources)
    • Revenue/cost build-up logic
    • Scenario definitions
    • Output summary (NPV, IRR, payback by scenario)
    • Sensitivity variables This skeleton should be detailed enough to hand to a financial modeler for build-out. </output_format>

<quality_standards>

  • The "do nothing" option must be genuinely analyzed, not dismissed as a straw man.
  • Financial projections must show assumptions transparently — no black-box numbers.
  • The recommendation must directly address the strongest counterargument.
  • Implementation plan must be realistic, not aspirational. Flag where scope or timeline tension exists. </quality_standards>

Save both files to the working directory.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 65 lines · 9 tokens per session scan A 5ea907edd068

Subscribe to this mod's changes

business-case is a command published in the GitHub repository Aznatkoiny/zAI-Skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 9 tokens to every session and 800 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.