.claude/skills/scenario-compare/SKILL.md
# /scenario-compare Skill Compare multiple scenarios with cost, timeline, complexity, and impact analysis. ## When to Use This Skill Use `/scenario-compare` when you need to evaluate and compare different architectural options: - Compare baseline vs proposed scenarios - Evaluate alternatives (e.g., AWS vs Snowflake BI tool options) - Create decision matrices for technology choices - Generate business case analysis - Create executive briefings comparing options ## Usage ``` /scenario-compare
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/scenario-compareInstall 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.
Compare multiple scenarios with cost, timeline, complexity, and impact analysis.
Use /scenario-compare when you need to evaluate and compare different architectural options:
/scenario-compare <primary-scenario> [comparisons] [options]
| Parameter | Description | Required |
|-----------|-------------|----------|
| primary-scenario | Base scenario to compare against | Yes |
| comparisons | Comma-separated list of comparison scenarios | Yes (≥1) |
| --metrics | Which metrics to compare (cost, timeline, complexity, impact, risk) | Optional |
| --stakeholder | Audience (executive, technical, financial) | Optional |
| --horizon | Time horizon (1yr, 3yr, 5yr) | Optional |
| --format | Output format (markdown, spreadsheet, presentation) | Optional |
User specifies:
Primary scenario (baseline)
Comparison scenarios (alternatives)
What to compare (optional)
cost - Setup and ongoing coststimeline - Implementation duration and phasescomplexity - Technical and operational difficultyimpact - Business benefit and riskrisk - Technical, organizational, financial risksvendor - Vendor lock-in and independencescalability - Growth potentialThe skill:
Reads scenario notes
Calculates derived metrics
Normalizes for comparison
Creates:
Generates markdown note with:
/scenario-compare "current-state" "Real-time Analytics Expansion, AWS QuickSight Option" --metrics all --horizon 5yr
Prompts:
Output: Scenario Comparison - Baseline vs Expansion vs QuickSight.md containing:
/scenario-compare "Tableau (Current)" "Looker Option, AWS QuickSight, Alteryx" --metrics cost,complexity,vendor --stakeholder financial
Output: Financial-focused comparison showing:
/scenario-compare "AWS (Current)" "Azure Option, GCP Option" --horizon 5yr --metrics cost,complexity,risk
Output: Detailed 5-year analysis including:
Calculates for each scenario:
Setup Cost
+ Hardware/Infrastructure
+ Software licenses
+ Integration/Migration
Annual Ongoing Cost
+ Compute
+ Storage
+ Licensing
+ Staffing
- Cost reductions
3-Year TCO = Setup + (Annual × 3)
5-Year TCO = Setup + (Annual × 5)
Creates comparison chart:
For each scenario:
Creates Gantt chart showing all scenarios aligned.
Scores each scenario on:
Technology stack (0-10)
Operational (0-10)
Vendor dependency (0-10)
Data movement (0-10)
User training (0-10)
Creates radar chart with 5 dimensions.
For each scenario:
Scores each risk:
Creates risk matrix with probability vs impact.
For each scenario:
Quantified benefits (£/year)
Qualitative benefits
Calculates ROI = (Benefits - Costs) / Costs
The skill tailors output based on stakeholder:
Recommendation: [Proceed with Scenario X] / [Further evaluation needed] / [Do not proceed]
Key Metrics:
- Setup Cost: £XXX
- Annual Cost: £XXX/year
- Implementation Timeline: X months
- ROI: XXX%
- Payback Period: X months
Top 3 Reasons:
1. [Primary benefit]
2. [Secondary benefit]
3. [Differentiator vs alternatives]
Top 3 Risks:
1. [Primary risk]
2. [Secondary risk]
3. [Mitigation]
Table with all scenarios:
For each metric (cost, timeline, complexity, risk):
Decision gates:
| Criterion | Required | Status | Notes |
|-----------|----------|--------|-------|
| Budget approval | ✓ | ❓ TBD | Need £XXX |
| Resources available | ✓ | ❓ TBD | Need X engineers |
| Executive sponsorship | ✓ | ❓ TBD | Pending approval |
| Technology readiness | ✓ | ✅ Ready | All technologies proven |
| Business case | ✓ | ✅ Strong | £X ROI justifies cost |
For each risk identified:
Final recommendation with:
/scenario-compare "baseline" "alternative" --metrics cost,timeline
Show only specific metrics for focused comparison.
/scenario-compare "baseline" "alternative" --horizon 5yr
Calculate TCO over 1yr, 3yr, 5yr, or 10yr.
/scenario-compare "baseline" "alternative" --detail executive
executive - 1-page summary, high-level metricsdetailed - Full analysis with assumptionscomprehensive - Include all sensitivities and scenarios/scenario-compare "baseline" "alternative" --sensitivities yes
Show impact of ±20% cost, ±3-month schedule, etc.
/scenario-compare "baseline" "alternative" --weights "cost:40, timeline:30, risk:30"
Custom weighting for Go/No-Go score calculation.
The /scenario-compare skill works with:
/diagram - Generate before/after diagrams for scenarios/impact-analysis - Analyze detailed impacts/architecture-report - Include comparison in architecture documentation/cost-optimization - Identify cost savings across scenariosScenario Setup Annual 3-Year TCO 5-Year TCO
─────────────────────────────────────────────────────────
Baseline £0 £10.9M £32.7M £54.5M
Proposed £234K £11.2M £34.0M £56.4M
Alternative £280K £11.4M £34.9M £57.9M
2026 Timeline
Q1 │Q2 │Q3 │Q4 │
─────────────────
[Baseline - No change ongoing ─────────────────────►]
[Proposed ─ Streamlit ─┬─ Looker ─┬─ Scale ──►]
[Alternative ─ QuickSight ─┬─ Decom ─►]
Impact
Low Medium High
P Low ●
r ● ●
o Medium ●
b ●
High ●
If comparison fails:
[[Canvas - Scenario Comparison]] - Baseline vs Expansion vs QuickSight[[Scenario - Real-time Analytics Expansion]] - Proposed scenario detailsAfter creating scenario comparison:
/project <scenario>)/archive)Invoke with: /scenario-compare <baseline> <alternatives>
Example: /scenario-compare "current-state" "Real-time Expansion, AWS QuickSight" → Generates detailed comparison
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi