risk-manage
Installation
SKILL.md
risk-manage
Portfolio state, sizing, halt logic, source-weight updates, and heartbeat. The risk layer is the most-tested and most-audited skill in the family — the agent is not permitted to override its outputs.
When to use
Run this skill on every per-tick trigger (hourly cron + event-driven), after
signal-gen has written signals.json and before trade-execute reads
risk.json.
Also run on:
- Market resolution (a sub-workflow that updates Brier scores and source weights).
- Human override:
action: pause,action: resume,action: close_all.
Do not run the human-override actions from another skill. can_resume rejects
non-human callers; the pause and close_all actions are also human-initiated.