real-options-analyzer
Real options valuation skill for analyzing strategic flexibility and investment timing decisions
npx skills add a5c-ai/babysitter --skill real-options-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Real Options Analyzer ## Overview The Real Options Analyzer skill provides capabilities for valuing strategic flexibility in investment decisions. It extends traditional NPV analysis by quantifying the value of options to defer, expand, contract, abandon, or switch, enabling better decision-making under uncertainty. ## Capabilities - Option identification and framing - Binomial tree valuation - Black-Scholes adaptation - Monte Carlo option valuation - Decision tree representation - Sensitivity to volatility - Strategic option types (defer, expand, abandon, switch) - Integration with NPV analysis ## Used By Processes - Strategic Scenario Development - What-If Analysis Framework - Investment Decision Analysis ## Usage ### Option Definition ```python # Define real option real_option = { "type": "option_to_expand", "underlying_project": { "name": "Manufacturing Plant Phase 1", "base_npv": 5000000, "initial_investment": 20000000, "volatility": 0.35, # annual volatility of project value "dividend_yield": 0.03 # cash flow yield }, "option_characteristics": { "expansion_cost": 15000000, "expansion_factor": 1.5, # 50% capacity increase "exercise_window": {"start_year": 2, "end_year": 5},
- Overview
- Capabilities
- Used By Processes
- Usage
- Option Definition
- Binomial Tree Valuation
- Black-Scholes Adaptation
- Monte Carlo Valuation
- Real Option Types
- Input Schema
- Output Schema
- Best Practices
- Expanded NPV Framework
- Integration Points
What does the real-options-analyzer skill do?
Real options valuation skill for analyzing strategic flexibility and investment timing decisions
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill real-options-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
