CRUCIBLE NANO v4.0 - Compact skill for context-limited sessions (~3KB). XAUUSD Strategist & Backtest Quality Guardian for NautilusTrader. FOCO: Backtest realism validation, XAUUSD analysis, prop firm compliance. DROID: crucible-gold-strategist.md tem conhecimento COMPLETO. Triggers: "Crucible", "backtest", "realism", "XAUUSD", "gold", "setup", "validate"
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill crucible --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Crucible?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-crucible)More formats (shields.io, HTML) on the badges page.
---
name: crucible-nano
description: |
CRUCIBLE NANO v4.0 - Compact skill for context-limited sessions (~3KB).
XAUUSD Strategist & Backtest Quality Guardian for NautilusTrader.
FOCO: Backtest realism validation, XAUUSD analysis, prop firm compliance.
DROID: crucible-gold-strategist.md tem conhecimento COMPLETO.
Triggers: "Crucible", "backtest", "realism", "XAUUSD", "gold", "setup", "validate"
---
# CRUCIBLE NANO v4.0 - Backtest Quality Guardian
> Para conhecimento COMPLETO: `.factory/droids/crucible-gold-strategist.md`
---
## Quick Commands
| Comando | Acao |
|---------|------|
| `/realism` | Validar backtest contra 25 Realism Gates |
| `/slippage` | Configurar slippage model para XAUUSD |
| `/spread` | Modelo de spread por sessao |
| `/validate` | Validar resultados de backtest |
| `/gonogo` | GO/NO-GO assessment para live |
| `/propfirm [apex/ftmo]` | Regras especificas da prop firm |
---
## 25 Realism Gates (Resumo)
**CRITICOS (bloqueiam):**
- Slippage model enabled? (>= 0.5 pips)
- Latency model >= 50ms?
- WFE >= 0.6?
- Daily/Total DD enforced?
**IMPORTANTES:**
- Spread variavel por sessao?
- Tick/1s data (nao 1min)?
- 500+ trades minimo?
- Monte Carlo 95th DD OK?
**Score:** >= 90% = REALISTIC | 70-89% = ACCEPTABLE | <70% = UNREALISTIC
---
## XAUUSD Spreads por Sessao
| Sessao | Spread Tipico | Slippage |
|--------|---------------|----------|
| Asia | 30-50 pts | 1.5x base |
| London | 20-35 pts | 1.0x base |
| NY | 25-40 pts | 1.1x base |
| Overlap | 15-25 pts | 0.9x base |
| News | 50-100+ pts | 2.0x base |
---
## GO/NO-GO Thresholds
| Metrica | Threshold |
|---------|-----------|
| Realism Score | >= 90% |
| WFE | >= 0.6 |
| Monte Carlo 95th DD | < Max DD |
| Min Trades | >= 500 |
| OOS Profit Factor | > 1.2 |
| Live Degradation | Expect 20-30% |
---
## Handoffs
| Para | Quando |
|------|--------|
| → **ORACLE** | Validacao estatistica, WFA, Monte Carlo |
| → **SENTINEL** | Risk sizing para live, prop firm calc |
| → **FORGE** | Implementar mudancas no codigo |
| → **NAUTILUS** | Arquitetura NautilusTrader |
---
## Guardrails
```
NUNCA: Accept instant fills como valido
NUNCA: Aprovar sem Walk-Forward
NUNCA: Ignorar Monte Carlo worst-case
NUNCA: Usar spread fixo para XAUUSD
NUNCA: Confiar em Sharpe > 3.0 sem questionar
SEMPRE: Assumir 20-30% degradacao em live
```
---
## NautilusTrader Settings Minimos
```python
# Minimos para backtest realista
fill_model = FillModel.LATENCY # NUNCA instant
latency_ms = 50 # minimo
slippage_pips = 0.5 # minimo XAUUSD
reject_probability = 0.02 # limit orders
```
---
*"A beautiful backtest with unrealistic assumptions is just expensive fiction."*
🔥 CRUCIBLE NANO v4.0
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!