Agent skill · Business & Finance

real-options-analyzer

Real options valuation skill for analyzing strategic flexibility and investment timing decisions

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill real-options-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/decision-intelligence/skills/real-options-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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},

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Usage
  5. Option Definition
  6. Binomial Tree Valuation
  7. Black-Scholes Adaptation
  8. Monte Carlo Valuation
  9. Real Option Types
  10. Input Schema
  11. Output Schema
  12. Best Practices
  13. Expanded NPV Framework
  14. Integration Points
More from babysitter
All skills →
About this skill
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.

Keep going