一键导入
execute-trade
Orchestration skill for Ratatosk trade execution. Thesis → Council → Risk Check → Execute → Audit → Report. End-to-end trade lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestration skill for Ratatosk trade execution. Thesis → Council → Risk Check → Execute → Audit → Report. End-to-end trade lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestration skill: chains the full ADLC Build Loop. PRD → Brief → Council → Scaffold → Codegen → LDD → TDD → Council → PR. Use when implementing a new feature end-to-end.
Generate a bounded, schema-valid goal prompt from one validated Build Brief task for zero-context external execution.
Applicability-aware Definition of Done checklist. Core checks apply to every task; overlay checks activate only when the applicability manifest says the surface exists. Binary verification — pass or fail. Triggers at Phase 4 completion and Phase 5 entry.
Score whether each task is specific enough for autonomous, one-shot, production-ready execution.
Reviews code changes for understanding, blast radius, state, secrets, assumptions, and explainability. Produces a blocking comprehension artifact when implications are unclear.
Resolve ambiguous triage outcomes in the middle confidence band.
| name | execute-trade |
| description | Orchestration skill for Ratatosk trade execution. Thesis → Council → Risk Check → Execute → Audit → Report. End-to-end trade lifecycle. |
Chains the ADLC Build Loop adapted for investment operations. From market signal to executed trade with full audit trail.
Step 1: Trade Thesis (structured from market signal)
Step 2: STRIDE on trade execution
Step 3: Eval Council (HEAVY — investment-adapted)
Step 4: Risk Gate (HARD — position/drawdown/budget limits)
Step 5: Execute Trade (exchange API)
Step 6: Audit Log
Step 7: Stop Slop on report
Step 8: Report (Telegram)
Step 9: Feedback capture (post-settlement)
trade-thesis (Ratatosk domain PRD)security-review (STRIDE mode — trade execution)eval-council (HEAVY — 6 investment-adapted personas)This is a non-negotiable automated gate. No human override for limit breaches.
| Check | Limit | Action on Breach |
|---|---|---|
| Position size | Per-strategy max | BLOCK trade |
| Portfolio concentration | Max % in single asset | BLOCK trade |
| Daily drawdown | Max daily loss limit | BLOCK all trading |
| Budget | Remaining budget check | BLOCK trade |
| Calibration | Strategy calibration score | Reduce size or BLOCK |
Full structured audit entry:
{
"pipeline_run_id": "uuid",
"trade_id": "...",
"thesis_summary": "...",
"council_verdict": "approved",
"risk_gate": "passed",
"entry": { "price": 0, "size": 0, "time": "ISO8601", "exchange": "..." },
"exit_criteria": { "stop_loss": 0, "take_profit": 0, "time_exit": "ISO8601" },
"stride_summary": "...",
"calibration_score": 0
}
stop-slop (content mode on trade summary)| Trigger | Action |
|---|---|
| Risk limit breach | Immediate notification to Eric |
| Council BLOCKED verdict | Trade cancelled, thesis logged for review |
| Execution failure | Fix loop triggered, position check initiated |
| Loss exceeds 2x expected | Post-mortem triggered, calibration review |