cambium ▸ docs/reality-check/03-execution-backlog.md
updated 2026-03-29

Cambium Execution Backlog

Date: 2026-03-28

Purpose

This backlog is the current ordered list of the meaningful work still outstanding for Cambium.

It replaces the older assumption that repo verification and architectural enforcement were still broken. Those items are now closed. What remains is the real platform work: durability, request-context consistency, production hardening, OAuth hardening, and the newly added AutoResearch primitive.

Current Verification Snapshot

As of 2026-03-28:

Backlog Rules

  1. Do not start broad new product-surface work before P0 truth gaps are closed.
  2. Prefer work that makes an existing claim true over work that only expands scope.
  3. Each completed item must leave the repo in a better verified state than before.
  4. Every item must define explicit done criteria before implementation begins.

Closed Items

These items are no longer open backlog work:

  1. Repo-wide verification integrity
  2. Architectural enforcement tooling

Priority Order

P0 — Truth and durability

  1. Quorum policy persistence
  2. Budget persistence
  3. Audit persistence
  4. Cortex intent persistence
  5. Lifecycle persistence
  6. Workspace auth-context propagation

P1 — Operational hardening

  1. Loom E2E coverage
  2. Production-mode startup and runtime hardening
  3. OAuth hardening and operator-path rationalization

P2 — New product capability

  1. AutoResearch core primitive
  2. AutoResearch safety and governance
  3. AutoResearch observability and Loom surface
  4. Obadiah integration for AutoResearch

P3 — Follow-up alignment

  1. Docs and PRD maturity alignment
  2. AutoResearch advanced features

Item 1 — Quorum Policy Persistence

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 2 — Budget Persistence

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 3 — Audit Persistence

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 4 — Cortex Intent Persistence

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 5 — Lifecycle Persistence

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 6 — Workspace Auth Context and API Consistency

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 7 — Loom End-to-End Coverage

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 8 — Production-Mode Startup and Runtime Hardening

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 9 — OAuth Hardening and Operator-Path Rationalization

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 10 — AutoResearch Core Primitive

Spec:

Outcome:

Dependencies:

Current repo reality:

Item 11 — AutoResearch Safety and Governance

Spec:

Outcome:

Dependencies:

Item 12 — AutoResearch Observability and Loom Surface

Spec:

Outcome:

Dependencies:

Item 13 — Obadiah Integration for AutoResearch

Spec:

Outcome:

Dependencies:

Item 14 — Docs and PRD Maturity Alignment

Spec:

Outcome:

Dependencies:

Item 15 — AutoResearch Advanced Features

Spec:

Outcome:

Dependencies:

Suggested Next Implementation Sprint

If Ralph is going to pick these up sequentially, the best next sprint is:

  1. Item 1 — Quorum policy persistence
  2. Item 2 — Budget persistence
  3. Item 3 — Audit persistence
  4. Item 6 — Workspace auth context and API consistency
  5. Item 4 — Cortex intent persistence

That sequence closes the biggest truth gaps without starting new product surface area too early.

Suggested AutoResearch Entry Sprint

Once Item 1 through Item 6 are sufficiently closed, the best AutoResearch entry sprint is:

  1. Item 10 — AutoResearch core primitive
  2. Item 11 — AutoResearch safety and governance
  3. Add minimal API controls for launch, pause, resume, stop
  4. Add minimal session/result visibility before full Loom polish