# Sensitivity Charts

> Visualize how changes in variables affect outcomes. Use for risk analysis and decision support.

- **Type:** Skill
- **Install:** `agentstack add skill-linuszz-business-strategy-planning-skills-sensitivity-charts`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [linuszz](https://agentstack.voostack.com/s/linuszz)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [linuszz](https://github.com/linuszz)
- **Source:** https://github.com/linuszz/business-strategy-planning-skills/tree/master/bp-financial-analysis/skills/sensitivity-charts

## Install

```sh
agentstack add skill-linuszz-business-strategy-planning-skills-sensitivity-charts
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Sensitivity Charts

## Metadata
- **Name**: sensitivity-charts
- **Description**: Sensitivity analysis and tornado charts
- **Triggers**: sensitivity, tornado chart, what-if, variable impact

## Instructions

Perform sensitivity analysis for $ARGUMENTS.

## Framework

### Tornado Chart

```
         Base Case: $100M
              │
    ┌─────────┼─────────┐
    │    +$20M│         │-$10M  Price
    ├─────────┼─────────┤
    │   +$15M │         │-$8M   Volume
    ├─────────┼─────────┤
    │    +$8M │         │-$12M  Cost
    ├─────────┼─────────┤
    │    +$5M │         │-$3M   Mix
    └─────────┼─────────┘
              │
              ▼
```

### Variables to Test

| Variable | Range | Impact |
|----------|-------|--------|
| Price | ±10% | High |
| Volume | ±20% | High |
| Cost | ±15% | Medium |
| Mix | ±5% | Low |

## Output

```
## Sensitivity Analysis: [Decision/Project]

### Variable Impact Ranking

| Variable | Base | Low Case | High Case | Impact |
|----------|------|----------|-----------|--------|
| Price | $100 | $85 (-15%) | $115 (+15%) | $30M |
| Volume | 1M | 800K | 1.2M | $25M |
| Cost | $50 | $45 | $55 | $20M |
| Mix | 50/50 | 40/60 | 60/40 | $10M |

### Scenario Analysis

| Scenario | NPV | Probability | Expected Value |
|----------|-----|-------------|----------------|
| Base Case | $100M | 50% | $50M |
| Optimistic | $150M | 20% | $30M |
| Pessimistic | $60M | 30% | $18M |
| **Expected** | | | **$98M** |

### Key Findings

1. **Most sensitive**: Price (±$30M impact)
2. **Least sensitive**: Mix (±$10M impact)
3. **Breakeven**: [Analysis]

### Risk Mitigation

1. [Mitigation for most sensitive variable]
2. [Mitigation for second most sensitive]
```

## Tips
- Focus on top 5-7 variables
- Use realistic ranges
- Show both upside and downside

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [linuszz](https://github.com/linuszz)
- **Source:** [linuszz/business-strategy-planning-skills](https://github.com/linuszz/business-strategy-planning-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-linuszz-business-strategy-planning-skills-sensitivity-charts
- Seller: https://agentstack.voostack.com/s/linuszz
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
