Skip to content

Roadmap & Queues

Decided Designed

Source: doc/Implementation_Roadmap.md · doc/Execution_Progress.md · doc/Phase_Readiness_Tracker.md · doc/governance/Agent_Work_Queue.yaml · doc/governance/Fallback_Tech_Debt_Register.md · doc/governance/Assumptions_Register.md · doc/Release_Go_NoGo_Checklist.md

What's already planned, queued, and gated in the repo. This section curates existing planning documents — it is not new roadmap. Every page links back to the canonical source.

Why this section exists

flowchart LR
    A[Many planning docs<br/>scattered across<br/>doc/, doc/governance/,<br/>doc/architecture/] --> B[Hard to answer<br/>'what's planned<br/>and where is it tracked?']
    B --> C[Product, ops, leadership<br/>need a single overview]
    C --> D[This section<br/>surfaces existing planning,<br/>doesn't invent new]

    classDef src fill:#fff3cd,stroke:#332701
    classDef us fill:#d1e7dd,stroke:#0a3622
    class A,B,C src
    class D us

Earlier in the portal's life we picked "fact-based, no roadmap". That rule still holds for the rest of the portal. This section is the exception — it surfaces what's already been decided, queued, or tracked in source docs, so product/ops can see status without grepping the repo.

At a glance — the planning surface

mindmap
  root((Planning surface))
    Phases & deliverables
      Implementation Roadmap
      Phase Readiness Tracker
      Detailed Implementation Plan
      Implementation Sequence
    Active work
      Agent Work Queue
      Execution Progress
      Feedback Resolution Log
    Gap & migration trackers
      App Platform Gap Tracker
      GPU Slice Implementation Checklist
      V3 Migration Execution Tracker
      Clustered App Gap Table
    Risk + assumptions
      Fallback Tech Debt Register
      Assumptions Register
      Scalability Security Watchlist
    Release gates
      Release Go/No-Go Checklist
      Phase Readiness signoff
      Production Platform Baseline

Pages

Page Coverage
Implementation roadmap The master phase plan: 11 pre-phases + 14 numbered phases. What to build, in what order, with prerequisites and done criteria.
Active work queue 406-item Agent Work Queue: status, role, priority, dependencies. Plus the live Execution Progress ledger.
Phase readiness Gating dashboard across architecture, governance, ops, and implementation baseline.
Gap trackers Per-area gap inventories — app platform, GPU slice, V3 migration, clustered apps.
Tech debt register Tracked runtime fallbacks + their retirement targets.
Assumptions register The 20 active MVP assumptions and their re-validation triggers.
Release readiness Go/No-Go checklist and the gates between dev → staging → production.

What's not in here

This portal still doesn't speculate about future product direction. Specifically:

  • No tier-1/tier-2/tier-3 wishlist invented for the portal
  • No "what we should add next" lists that aren't already in source planning
  • No external-review action items that haven't been formally adopted (they live in the source external review doc)

If a thing isn't already in doc/Implementation_Roadmap.md, doc/governance/Agent_Work_Queue.yaml, or a gap tracker — it isn't here either.

Status snapshot

pie title Agent Work Queue (406 tasks)
    "done" : 279
    "todo" : 123
    "blocked" : 4
pie title Agent Work Queue by role
    "A-backend" : 233
    "B-ui" : 123
    "C-ops" : 50

Where to look next