grad-real-options
Apply real options analysis to value managerial flexibility embedded in investment decisions. Use this skill when the user needs to evaluate projects with significant uncertainty and flexibility, assess the value of deferring or expanding investments, compare traditional NPV with expanded NPV, or when they ask 'should we wait to invest', 'what is the option to abandon worth', or 'why does NPV undervalue this project'.
pinned to #4e7f4f8updated last month
Ask your AI client: “install skills/grad-real-options”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/grad-real-optionsmetahub onboarded this repo on the author's behalf.
If you own github.com/asgard-ai-platform/skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
225
Last commit
last month
Latest release
published
- #ai-agent
- #anthropic
- #claude
- #claude-agent-skills
- #claude-code
- #coding-agent
- #knowledge-base
- #mcp
- #methodology
- #open-source
- #prompt-engineering
- #skills
- #taiwan
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.4e7f4f8· last month
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
64 words · 421 chars — "Apply real options analysis to value managerial flexibility embedded in investme…"
README is present and substantial
33,936 chars · 20 sections · 3 code blocks
Tags / topics declared
13 total — ai-agent, anthropic, claude, claude-agent-skills, claude-code, coding-agent (+7)
README has usage / example sections
no labeled section but 3 code blocks document usage
Homepage / docs URL declared
https://vault.asgard-ai.com/skills/
Description is substantive
Description is 64 words.
Documentation present and substantive
Documentation present (SKILL.md, 658 words).
Documentation shows usage
Documentation includes 2 code examples.
Release history
1- releasecurrent4e7f4f8warnlast month
Contents
Overview
Real options theory applies financial option pricing logic to corporate investment decisions. It recognizes that managers can adapt their decisions as uncertainty resolves — deferring, expanding, contracting, or abandoning projects. Traditional NPV, which assumes a now-or-never commitment, systematically undervalues projects with significant flexibility.
When to Use
- Evaluating investments with high uncertainty and managerial flexibility
- Comparing staged vs. committed investment strategies
- Valuing natural resource extraction, R&D, or platform investments
- When NPV is near zero but the project has strategic optionality
When NOT to Use
- For routine, low-uncertainty investments where NPV suffices
- When flexibility is contractually or practically absent
- If the option exercise conditions are unclear or unquantifiable
Assumptions
IRON LAW: Traditional NPV undervalues projects with significant
managerial flexibility. Expanded NPV = Static NPV + Option Value.
Ignoring optionality leads to systematic underinvestment in
high-uncertainty, high-flexibility projects.
Key assumptions:
- Managers can and will exercise flexibility optimally
- Underlying asset value follows a stochastic process
- Option exercise is feasible (legal, organizational, technical)
- Market exists (or proxy exists) to estimate volatility
Methodology
Step 1 — Identify Embedded Options
| Option Type | Description | Example |
|---|---|---|
| Defer | Wait for better information | Land development |
| Expand | Scale up if successful | Platform investment |
| Contract | Scale down if conditions worsen | Modular production |
| Abandon | Exit and recover salvage value | R&D project |
| Switch | Change inputs or outputs | Flex-fuel plant |
Step 2 — Map to Option Parameters
- Underlying asset value (S): PV of project cash flows
- Exercise price (K): investment cost or salvage value
- Time to expiration (T): decision window
- Volatility (sigma): uncertainty in project value
- Risk-free rate (r): discount rate for option pricing
Step 3 — Value the Option
Use binomial lattice or Black-Scholes analog. See references/ for mathematical formulations.
Step 4 — Compute Expanded NPV
Expanded NPV = Static NPV + Option Value. If expanded NPV is positive, the project merits investment or preservation of the option.
Output Format
## Real Options Analysis: [Project]
### Static NPV
- NPV = $X (using traditional DCF)
### Embedded Options Identified
| Option | Type | Value Driver |
|--------|------|-------------|
| [name] | [defer/expand/abandon/...] | [key uncertainty] |
### Option Valuation
| Parameter | Value |
|-----------|-------|
| Underlying (S) | $X |
| Exercise price (K) | $X |
| Volatility | x% |
| Time (T) | X years |
| Option value | $X |
### Expanded NPV
- Static NPV + Option Value = $X
- Decision: [invest / defer / preserve option]
Gotchas
- Volatility estimation for real assets is far harder than for traded securities
- Assumes optimal exercise — behavioral biases may cause premature or delayed exercise
- Option interactions matter: exercising one option may kill another (e.g., expand kills abandon)
- Real options can justify procrastination disguised as "preserving flexibility"
- Black-Scholes assumptions (continuous trading, log-normal returns) rarely hold for real assets
- Organizational capability to actually exercise options is often overestimated
References
- Dixit, A. & Pindyck, R. (1994). Investment Under Uncertainty. Princeton University Press.
- Trigeorgis, L. (1996). Real Options: Managerial Flexibility and Strategy. MIT Press.
- Myers, S. (1977). Determinants of corporate borrowing. Journal of Financial Economics, 5(2), 147-175.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/grad-real-options