From option-strategies
Recommend an options strategy given the user's directional view, volatility view, risk tolerance, and capital. Use this skill when the user describes a market thesis but does NOT yet know which options structure to use. Triggers: "what strategy should I use", "how should I play this", "I think X will rally / sell off / stay flat", "I want to bet on a move but cap loss", "I want to collect premium", "what's the best way to express this view", or any question where the user gives a thesis and asks for the corresponding multi-leg structure. Do not activate if the user already specifies the strategy — use `options-payoff` instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/option-strategies:strategy-selectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Given a user's market view, return a ranked list of candidate strategies with rationale, then hand off to `options-payoff` to visualize.
Given a user's market view, return a ranked list of candidate strategies with rationale, then hand off to options-payoff to visualize.
Probe for these dimensions (ask follow-ups for any that are missing):
| Dimension | Values |
|---|---|
| Direction | strongly bullish / mildly bullish / neutral / mildly bearish / strongly bearish |
| Volatility view | IV will rise / IV will fall / IV stays flat |
| Time horizon | days / weeks / months |
| Capital | rough $ size of position |
| Max loss tolerance | $ cap, or "uncapped OK" |
| Skill/experience | beginner / intermediate / advanced |
Refuse to recommend if the user can't articulate at least direction and time horizon — that's not "missing input", it's "no view".
| Direction × Vol View | IV will rise | IV will fall | IV flat |
|---|---|---|---|
| Strongly bullish | Long call | Call debit spread, Short put | Call debit spread |
| Mildly bullish | Call debit spread | Bull put credit spread, Covered call | Bull put credit spread |
| Neutral | Long straddle / strangle | Iron condor, Short straddle (advanced) | Iron butterfly, Calendar |
| Mildly bearish | Put debit spread | Bear call credit spread | Bear call credit spread |
| Strongly bearish | Long put | Put debit spread, Short call | Put debit spread |
Capped-loss preference → always pick the debit-spread / credit-spread variant, not the naked leg.
Uncapped-loss OK + small account → reject. Position sizing fails on a single bad day.
Cross out candidates that violate the user's constraints:
For each candidate, surface:
Pick the top-1 candidate, propose strikes anchored to current spot, then call options-payoff to visualize the payoff curve. If the user wants to see alternatives, render one chart per finalist.
Present as a comparison table, then ONE strong recommendation with the rationale and a note on the failure mode (what kills this trade). End with a question: "Want me to show the payoff for [top pick] with strikes set at [proposed K1, K2]?"
vol-term-structure / iv-surface if the user wants a vol-regime read.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dongzhuoyao/finance-option-skills --plugin option-strategies