skills/business-case-development/SKILL.md
Build compelling business cases to justify investments and secure funding. Quantify benefits, assess costs, manage risks, and present compelling ROI arguments to leadership.
npx skillsauth add aj-geddes/useful-ai-prompts business-case-developmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A strong business case combines financial analysis, strategic alignment, and risk assessment to justify investment decisions and secure leadership approval.
Minimal working example:
Business Case Template:
Project: Customer Portal Modernization
Date: January 2025
Prepared By: Product Manager
For: Finance & Executive Review
---
## Executive Summary
Proposal: Modernize customer portal with cloud-native architecture,
improve UX, and enable real-time features.
Investment Required: $800K (one-time)
Annual Operating Cost: $150K (vs $200K current)
Payback Period: 18 months
NPV (5-year): $2.1M
IRR: 45%
Recommendation: APPROVE - Strong financial case with strategic benefits
---
## Strategic Alignment
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | Financial Analysis | Financial Analysis | | Business Case Presentation | Business Case Presentation |
development
Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
development
Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
tools
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
development
Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.