# Trading Debate

> Run the TradingAgents swarm debate to vet financial hypotheses via Knowledge Graph orchestration.

- Skill: `knuckles-team/trading-debate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add knuckles-team/trading-debate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/knuckles-team/trading-debate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Knuckles-Team (https://skillmd.com/u/knuckles-team)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/knuckles-team/trading-debate

---


# Trading Debate Skill

Use this skill to orchestrate multi-agent debate to peer-review and risk-veto trading hypotheses using `graph-os`.

## Workflow
1. Accept a `ResearchHypothesis` or `AlphaFactor`.
2. Trigger `graph_orchestrate` with `start_debate`.
3. Read the responses from different agent personas (e.g. Risk Manager, Macro Analyst).
4. If risk threshold is breached, submit `submit_risk_veto` via `graph_orchestrate`.
5. Re-evaluate consensus. If consensus is reached, link hypothesis to `TradingStrategy` in KG.

