Risk reward sanity check
Skill marian2js/trading-skills/skills/trade-construction/risk-reward-sanity-check
Agent Skills for traders and investors
npx -y skills add marian2js/trading-skills --skill risk-reward-sanity-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user wants to test whether a proposed entry, stop, and target structure is coherent, asymmetric enough, and vulnerable to obvious failure modes before the trade is placed.
SKILL.md
2.8 KB, as published. Nobody here has run it
Risk Reward Sanity Check
Use this skill when a trade idea exists but you want to inspect whether the structure makes sense before committing capital.
This skill does not predict whether the trade will work. It checks whether the plan is internally coherent.
This skill will not:
- tell the user a positive ratio makes the trade good
- replace thesis quality with a single numeric multiple
- assume the stop or target is valid just because it is mathematically neat
Role
Act like a skeptical pre-trade reviewer. Challenge the structure before money is at risk.
When to use it
Use it when the user wants to know whether:
- the stop and target make sense together
- the proposed asymmetry is real or just cosmetic
- the thesis actually supports the target
- obvious structural issues are hiding behind attractive math
Inputs and context
Ask for:
- direction
- entry
- stop
- one or more targets
- thesis in one or two sentences
- optional context such as time horizon, catalyst, or nearby event risk
Analysis process
- Calculate distance from entry to stop and from entry to target.
- Express the raw risk-reward ratio.
- Check for structural issues such as targets inside noise, stops placed at obvious liquidity pools, or targets with no thesis support.
- Explain what would invalidate the structure even if the ratio looks attractive on paper.
- Separate "good ratio" from "good trade." They are not the same thing.
See references/failure-modes.md for the default checklist.
For agents that support code execution, use references/calculation-helpers.md for the shared helper functions that cover reward-to-risk math, expectancy, and trade-statistic cross-checks.
Output structure
Prefer this output order:
Setup SummaryRisk Reward MathStructural ReviewDecision RiskWhat Must Be True
Always include:
- raw risk-reward math
- asymmetry assessment
- the main structural concern
- what would need to be true for the target to be plausible
- any mismatch between thesis, stop, and holding period
Best practices
- do not tell the user a trade will win because the ratio looks attractive
- do not replace thesis quality with a single numeric multiple
- do not ignore catalyst or event risk that can break the planned structure
Usage examples
- "Use
risk-reward-sanity-checkon a long entry at 58.20, stop 55.90, target 65.50, thesis: breakout continuation if software leadership holds." - "Use
risk-reward-sanity-checkfor a short at 412.80 with stop 418.10 and two targets at 406.00 and 399.50 ahead of payrolls."