Strategy Documentation Operating Standard
Operator Contract
This page defines what a state-of-the-art strategy page must look like in QGTMAI. It applies to both GitHub docs and Notion. The goal is not to sound institutional. The goal is to let a reviewer govern capital without reverse engineering the repo.
The Standard
A strategy surface is only considered complete when it is:
- technically accurate,
- explicit about runtime posture,
- explicit about evidence quality,
- visually scannable,
- and honest about the gap between thesis and implementation.
Required Sections On Every Strategy Page
- Identity
- strategy name
- strategy ID
- code path
- category
- owner / review cadence
- Thesis
- intuitive economic story
- why this edge should exist in precious metals
- Implementation Reality
- exact live logic
- what the code really emits
- what it does not yet do
- Inputs And Dependencies
- feature columns
- provider dependencies
- freshness assumptions
- PIT assumptions
- Portfolio Role
- expected holding horizon
- long-only vs long/short
- overlap with sibling sleeves
- Failure Modes
- structural failure
- feed failure
- execution failure
- governance failure
- Evidence Status
- validation packet
- replay link
- realized PnL / turnover / slippage status
- latest review date
- Promotion Rule
- why it may receive more capital
- why it must stay constrained
Visual Grammar
Good strategy documentation is dense but scannable. Use:
- one clear summary block at the top
- short tables for identity and posture
- explicit section headers
- a visible
Evidence Statusblock near the end - an explicit
Last Updatedmarker
Do not use:
- vague marketing language
- stale Sharpe claims without context
- narrative-only pages that hide runtime truth
- tables that imply live readiness when the implementation is still proxy-only
Runtime Labels
Use labels consistently:
| Label | Meaning |
|---|---|
active |
currently enabled in the daemon/runtime surface |
shadow |
wired enough to observe, not trusted enough for meaningful capital |
inactive |
registered but disabled |
research |
documented concept or blocked implementation |
runtime-only |
live-known daemon sleeve not represented in the static PM catalog |
Evidence Ladder
| Stage | Minimum Evidence |
|---|---|
| Research | narrative docs + code or design stub + explicit blockers |
| Shadow | walk-forward evidence + replay lineage or explicit replay gap + operator review |
| Paper | runtime wiring + tagged attribution + current operational evidence |
| Live Capital | current attribution, slippage review, decay review, and explicit promotion approval |
GitHub And Notion Parity Rules
GitHub and Notion do not have to look identical, but they must say the same thing about:
- strategy identity
- runtime posture
- validation status
- replay status
- promotion blockers
If one surface is richer than the other, the richer surface must be linked from the poorer one. Contradictory posture is not allowed.
Definition Of Done
A strategy documentation pass is done only when:
- the GitHub family docs are updated,
- the Notion row has packet and replay links,
- the strategy page body shows evidence status visibly,
- the runtime posture is truthful,
- the last-reviewed marker is current.
Current Gap To Close
As of April 16, 2026, the main remaining documentation gap is not missing prose. It is missing strategy-specific evidence artifacts and incomplete page-template normalization across the full strategy library.