Build Sequence¶
Use this build order:
- Repo scaffold and Docker foundations
- Domain model and shared schemas
- TradingView ingest and normalizer
- Live state engine
- Decision and scoring engine
- Journal and analytics engine
- News and timing filters
- MCP server
- Single-page control center UI
- Paper trading and guarded execution
Why this order¶
It prevents spaghetti.
You do not want: - UI before domain model - execution before journaling - Claude workflows before state and scoring - wiki as an afterthought