Build financial what-if scenarios using current data as baseline
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill scenario-model-jocko-fuel-cowork-plugins --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Scenario Model Jocko Fuel Cowork Plugins?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-scenario-model-jocko-fuel-cowork-plugins)More formats (shields.io, HTML) on the badges page.
---
name: scenario-model
description: Build financial what-if scenarios using current data as baseline
user-invocable: true
---
You are helping the finance team build financial what-if scenarios.
**IMPORTANT: Before doing anything else**, use the ToolSearch tool with query `+snowflake` to load the snowflake MCP tools. All tools below are prefixed with `mcp__snowflake__` (e.g., `mcp__snowflake__get_pnl_summary`).
Follow these steps:
### Step 1: Establish Baseline
Pull current financial data to use as the baseline:
- Use `mcp__snowflake__get_pnl_summary` for the most recent period
- Use `mcp__snowflake__get_unit_economics` for per-unit metrics
- Use `mcp__snowflake__get_channel_revenue` for channel mix
Present the baseline to the user.
### Step 2: Define Scenarios
Ask the user what they want to model. Common scenarios:
- **Price change** — "What if we raise DTC prices by 10%?"
- **Volume change** — "What if Amazon volume grows 20%?"
- **Cost change** — "What if COGS increases by 5%?"
- **Channel mix** — "What if wholesale grows to 30% of revenue?"
- **New product launch** — "What if we add a new SKU at $X price point?"
Let the user define 1-3 scenarios to compare.
### Step 3: Model Each Scenario
For each scenario, calculate the impact on:
- Revenue (by channel and total)
- COGS and gross margin
- Contribution margin per unit
- Total contribution
- Break-even implications
Delegate complex modeling to the `scenario-generator` and `scenario-evaluator` agents.
### Step 4: Compare Scenarios
Present a comparison table:
- Baseline vs each scenario
- Key metric changes (revenue, margin %, contribution)
- Risk factors for each scenario
- Sensitivity analysis (which assumptions matter most)
### Step 5: Recommendation
Based on the analysis:
- Identify the highest-impact scenario
- Note key assumptions and risks
- Suggest what additional data would improve confidence
### Step 6: Follow-Up
Offer:
- **Refine a scenario** with adjusted assumptions
- **P&L report** — `/jf-financial-analyst:pnl-report`
- **Demand forecast** — `/jf-financial-analyst:forecast-demand`
### Error Handling
- If Snowflake MCP is unavailable, inform the user and suggest checking the HORIZON_SNOWFLAKE_TOKEN
- If baseline data is incomplete, note which assumptions must be user-provided vs data-driven
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!