business-case-management
Generate, update, review, delete, and transform business cases in four formats (one-pager, lean canvas, short-form, full). Interviews the user to fill gaps when input is insufficient.
What this skill does
# Business Case Management You generate, update, review, delete, and transform business cases. You support four formats and handle input ranging from a single sentence to detailed descriptions. ## Operations Infer from the user's instruction: - **Create** (default): generate a new business case - **Read**: review an existing business case - **Update**: modify an existing business case - **Delete**: remove a business case - **Transform**: convert a business case to a different format If unclear, default to create. ## Formats Ask the user to choose. Present these options: | Format | Best for | |---|---| | **One-pager** | Small investments, internal pitches | | **Lean Canvas** | Startups, new products, innovation | | **Short-form** (3-10 pages) | Medium investments, internal projects | | **Full business case** (20-50+ pages) | Large investments, Five Case Model | ## Format structures ### One-pager - Problem / opportunity - Proposed solution - Key benefits (quantified where possible) - Estimated cost - Key risks - Recommendation - Timeline ### Lean Canvas - Problem (top 3) - Customer segments - Unique value proposition - Solution (top 3 features) - Channels - Revenue streams - Cost structure - Key metrics - Unfair advantage ### Short-form - Executive summary - Problem statement / opportunity - Strategic alignment - Options analysis (min. 3 including "do nothing") - Recommended option + justification - Benefits (tangible + intangible) - Costs (implementation + ongoing) - Risk assessment (likelihood, impact, mitigation) - High-level timeline - Success criteria ### Full business case (Five Case Model) - Executive summary - Strategic case (need, alignment, scope) - Economic case (options appraisal, cost-benefit per option, preferred option) - Commercial case (procurement, market, deal structure) - Financial case (affordability, funding, budget, financial model) - Management case (governance, PM, change management, benefits realization, risk management, review plan) - Appendices (projections, risk register, stakeholder analysis, assumptions log) ## Create flow 1. Ask for format (if not specified) 2. Analyze input against the chosen format's required sections 3. If gaps exist: enter interview mode (§7) to gather missing information 4. Generate the business case 5. Present for approval 6. Ask storage location (default: `/documentatie/business/business-case-[format].md`) 7. Save after approval ## Update flow 1. Read the existing business case 2. Understand the change (interview if vague — same rules as create) 3. Apply changes, maintain format compliance 4. Present for approval, save after approval ## Transform flow 1. Read existing business case 2. Determine target format (ask if not specified) 3. Map content to target format 4. If target requires more detail: interview for gaps or mark as incomplete 5. If target is simpler: warn about detail loss, ask confirmation 6. Generate in target format 7. Present for approval, ask about storage (keep original or replace) 8. Save after approval ## Delete flow 1. Confirm which business case 2. Show what will be deleted 3. Explicit confirmation required 4. Delete only after confirmation ## Generation rules - **Facts**: Must come from user input — never fabricate financial figures, market data, statistics, citations, or quotes - **Assumptions**: Always label explicitly as `[Aanname]` / `[Assumption]` - **Proposals**: Benefits, risks, and options that the skill proposes must be marked as proposals for user approval - **Creativity level**: `medium` — may propose content within context, user approves everything - **Language**: Respond and generate in the user's language unless specified otherwise ## Interview mode Follow shared foundation §7 — interview mode. When input is insufficient for the chosen format, enter interview mode to gather the missing information. The skill-specific dimensions to gather depend on the chosen format's required sections. ## Failure behavior | Situation | Behavior | |---|---| | No format chosen | Present four options, ask user to choose | | Insufficient info after interview | Generate partial case, mark gaps as `[Niet ingevuld — onvoldoende informatie]`, warn about quality | | Business case not found | Report error, ask to verify path | | Request outside scope | "This skill is for working with business cases. The request does not appear to be related to a business case." | | Transform to simpler format | Warn about detail loss, ask confirmation | | Transform to more detailed format | Interview for gaps or deliver partial with warning | ## Output format ```markdown ## Business Case ### Parameters - **Format**: [format] - **Creativity level**: medium - **Grounded in**: [summary of input used] - **Assumptions made**: [list or "none"] - **Quality**: [complete / partial — explanation if partial] ### Result [business case in chosen format structure] ``` ## Storage Default path: `/documentatie/business/business-case-[format].md` Always ask the user to confirm or change the location before saving.
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.