From adr
This skill should be used when the user asks about "business case ADR", "MBA-style ADR", "cost-benefit ADR", "SWOT ADR", "executive ADR", "ROI ADR", or needs guidance on creating ADRs using the business case format for executive and financial analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adr:adr-format-business-caseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The Business Case format is designed for decisions requiring financial analysis, stakeholder sign-off, and executive-level documentation. It includes SWOT analysis, cost-benefit analysis, and ROI assessment.
The Business Case format is designed for decisions requiring financial analysis, stakeholder sign-off, and executive-level documentation. It includes SWOT analysis, cost-benefit analysis, and ROI assessment.
The Business Case format is:
# {NUMBER}. {TITLE}
Date: {DATE}
## Status
{STATUS}
## Executive Summary
{2-3 sentence overview}
## Business Context
{Business situation description}
## Problem Statement
{Business problem or opportunity}
## SWOT Analysis
### Strengths
### Weaknesses
### Opportunities
### Threats
## Options Considered
### Option 1: {Title}
**Cost**: {Estimate}
**Effort**: {High/Medium/Low}
**Risk**: {High/Medium/Low}
**Alignment**: {Strategic alignment}
## Decision
{Chosen option and justification}
## Cost-Benefit Analysis
### Costs
### Benefits
### ROI Assessment
## Implementation
### Timeline
### Resources Required
### Success Metrics
## Risk Assessment
{Risk table with likelihood, impact, mitigation}
## Stakeholder Sign-off
{Sign-off table}
Brief overview for executives:
Describe business situation:
| Category | Focus |
|---|---|
| Strengths | Internal positive factors |
| Weaknesses | Internal limitations |
| Opportunities | External potential gains |
| Threats | External risks |
For each option, document:
Costs:
Benefits:
ROI Assessment:
Include:
| Risk | Likelihood | Impact | Mitigation |
|---|---|---|---|
| {Risk 1} | High/Med/Low | High/Med/Low | {Strategy} |
| Role | Name | Date | Signature |
|---|---|---|---|
| Sponsor | |||
| Technical Lead | |||
| Finance |
Best for:
Consider other formats when:
Template available at:
${CLAUDE_PLUGIN_ROOT}/templates/business-case/adr-template.md
npx claudepluginhub zircote-plugins/adrGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.