Skip to content

Build Sequence

Use this build order:

  1. Repo scaffold and Docker foundations
  2. Domain model and shared schemas
  3. TradingView ingest and normalizer
  4. Live state engine
  5. Decision and scoring engine
  6. Journal and analytics engine
  7. News and timing filters
  8. MCP server
  9. Single-page control center UI
  10. 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