Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yonatangross avatar

Business Case

  • 113 installs
  • 213 repo stars
  • Updated August 4, 2026
  • yonatangross/orchestkit

Helps with ai & agent building tasks.

About

business-case is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • business-case
  • AI & Agent Building
  • AI-coding skill

Business Case by the numbers

  • 113 all-time installs (skills.sh)
  • +6 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #3,968 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yonatangross/orchestkit --skill business-case

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs113
repo stars213
Last updatedAugust 4, 2026
Repositoryyonatangross/orchestkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Business Case

Financial frameworks for investment justification and decision support.

When to Use Each Framework

FrameworkUse When
ROIQuick sanity check; time value of money doesn't matter much
NPVMulti-year investments; gold standard for GO/NO-GO
IRRComparing projects competing for the same budget
Payback PeriodLeadership asks "how fast do we break even?"
TCOBuild vs. buy; total cost including hidden/ongoing costs
Sensitivity AnalysisHigh uncertainty; need to stress-test assumptions

Decision Tree

Is the investment multi-year?
  YES → Use NPV (+ IRR to compare alternatives)
  NO  → ROI is sufficient

Is this a build vs. buy decision?
  YES → TCO comparison across all three options
  NO  → Skip TCO, use NPV/ROI

Are assumptions uncertain?
  YES → Add sensitivity analysis (3 scenarios)
  NO  → Base case only

Quick Reference Formulas

ROI = (Net Benefits - Total Costs) / Total Costs × 100%

NPV = Sum(Cash Flow_t / (1 + r)^t) - Initial Investment
  r = discount rate (10% enterprise, 15-20% growth, 25-40% startup)
  Decision: Accept if NPV > 0

IRR = discount rate where NPV = 0
  Decision: Accept if IRR > hurdle rate

Payback Period = Initial Investment / Annual Cash Flow
  Benchmarks: SaaS 6-12 mo, Enterprise platform 12-24 mo, Infra 24-36 mo

TCO = CAPEX + (OPEX × years) + Opportunity Cost + Hidden Costs

Business Case Template

# Business Case: [Project Name]

## Executive Summary
[2-3 sentences: what we're investing in and expected return]

## Financial Analysis

### Investment Required
| Item | One-Time | Annual |
|------|----------|--------|
| Development | $X | |
| License / SaaS | | $X |
| Implementation | $X | |
| Training | $X | |
| Maintenance | | $X |
| **Total** | **$X** | **$X** |

### Expected Benefits
| Benefit | Annual Value | Confidence |
|---------|--------------|------------|
| Time savings (X hrs × $Y/hr) | $X | High |
| Error reduction | $X | Medium |
| Revenue uplift | $X | Low |
| **Total** | **$X** | |

### Key Metrics
| Metric | Value |
|--------|-------|
| 3-Year TCO | $X |
| NPV (10% discount) | $X |
| IRR | X% |
| Payback Period | X months |
| ROI | X% |

## Sensitivity Analysis
| Scenario | Discount Rate | Year 1 Benefits | NPV |
|----------|---------------|-----------------|-----|
| Base case | 10% | $X | $X |
| Conservative | 15% | $X × 0.75 | $X |
| Optimistic | 8% | $X × 1.25 | $X |

## Risk Analysis
| Risk | Probability | Impact | Mitigation |
|------|-------------|--------|------------|
| | | | |

## Recommendation
[GO / NO-GO] — [one-sentence rationale]

TCO: Build vs. Buy vs. Partner

See rules/business-cost-benefit.md for the full 3-year TCO template and hidden cost checklist.

Key hidden costs to never omit:

CategoryBuildBuy
Opportunity costYes — team blocked from other workNo
Switching costsN/AYes — vendor lock-in
Downtime riskYou own uptimePartial SLA coverage
Security/complianceYour responsibilityShared

Common Pitfalls

PitfallMitigation
Simple ROI without time valueAlways use NPV for multi-year decisions
Ignoring soft costs (training, change mgmt)Add 30% buffer to implementation estimates
Optimistic benefit estimatesUse conservative estimates, document assumptions
Sunk cost included in forward analysisEvaluate future costs/benefits only
No sensitivity analysisAlways test conservative + optimistic scenarios

References

  • ROI & Financial Metrics — NPV, IRR, payback period formulas with code examples
  • Cost-Benefit & TCO — Build vs. buy TCO template, hidden costs, sensitivity analysis
  • ROI Calculation Guide — Detailed cost breakdown (CAPEX/OPEX/opportunity cost)
  • Build-Buy-Partner Decision — Scoring matrix across 5 dimensions

Related Skills

  • ork:market-sizing — Size the opportunity before building the business case
  • ork:competitive-analysis — Assess competitive context and moat for the investment
  • ork:product-frameworks — Full product strategy toolkit (prioritization, OKRs, personas)

---

Version: 1.0.0

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.