Skip to content

WORK_STREAM.md — Active Work Items and Status Tracking

Date: 2026-02-21 Status: ACTIVE Purpose: Track ownership and completion of NEXT_STEPS.md tasks


How to Use This Document

  1. Claiming: When you start work on a task from NEXT_STEPS.md, add a row with status: CLAIMED
  2. Progress: Update status as work progresses (IN_PROGRESS, BLOCKED, etc.)
  3. Completion: Mark status: COMPLETED when the task is done
  4. Escalation: Mark status: BLOCKED if you hit a dependency or blocker; add note in "Blockers" column

P0: Foundation Layers (Week 1)

Task IDDescriptionOwnerStatusStartedCompletedSpecsNotes
venture-p0-1Venture Control-Plane Scaffolding (EventEnvelopeV1, TaskEnvelopeV1, PolicyBundle, FSM)Venture Platform TeamUNCLAIMEDTECHNICAL_SPEC, TRACK_C_CONTROL_PLANE, TRACK_A_ARTIFACT_DETERMINISM_SPEC4–6 days, 2–3 subagents parallel
venture-p0-2Venture Money Control & Treasury Ledger (auth, ledger, audit trail)Venture Treasury TeamUNCLAIMEDTRACK_B_TREASURY_COMPLIANCE_SPEC, API_EVENTS_SPEC, DATA_MODEL_DB_SPEC3–5 days, 2 subagents
venture-p0-3Artifact IR Schema Freeze & Deterministic Build (schema, idempotency, provenance)Venture Artifact TeamUNCLAIMEDTRACK_A_ARTIFACT_DETERMINISM_SPEC, SCHEMA_PACK3–4 days, 2 subagents

Week 1 Sync Points:

  • Day 2: Review schema definitions (API_EVENTS_SPEC, SCHEMA_PACK)
  • Day 4: EventEnvelope + policy bundle integration (alignment on event payload)
  • Day 6: Full integration test (money.authorization + artifact.build events)

Week 1 Exit Gate: All P0 specs implemented; Q1–Q8 resolved or escalated; integration test passes


P1: Integration Glue (Week 2, Dependent on P0)

Task IDDescriptionOwnerStatusStartedCompletedSpecsNotes
venture-p1-4CIV Simulation Event Export & Policy Audit TrailCIV-Venture Integration TeamUNCLAIMEDCIV-0001, CIV-0100, CIV-0103, TRACK_C_CONTROL_PLANE, API_EVENTS_SPEC4–5 days, 2 subagents; starts Day 8 (post P0)
venture-p1-5Cost Model: CIV Energy Accounting → Venture Spend QuotaVenture Finance & Ops TeamUNCLAIMEDCIV-0100, CIV-0102, TRACK_B_TREASURY_COMPLIANCE_SPEC2–3 days, 1 subagent; starts Day 8

Week 2 Sync Points:

  • Day 9: CIV event mapping (resolve Q7: artifact IR for CIV outputs)
  • Day 12: Cost model validation (energy conservation tests)

Week 2 Exit Gate: P1 spec coverage 80%+; Q1–Q8 all have decision owners + committed due dates


P2: Polish & Hardening (Week 3+, Post P0+P1)

Task IDDescriptionOwnerStatusStartedCompletedSpecsNotes
venture-p2-6Incident Doctrine & Compliance DrillsVenture Compliance & Audit TeamUNCLAIMEDOPS_COMPLIANCE_SPEC, TRACK_C_CONTROL_PLANE2–3 days, 1 subagent; starts Day 15

Week 3+ Exit Gate: Incident playbooks executable; audit cadence automated; no evidence gap


Spec Validation & Quality Tasks (Ongoing)

Task IDDescriptionOwnerStatusStartedCompletedSpecsNotes
parpour-spec-idxIndex all specs; validate completeness (task spec:index)parpour maintainerUNCLAIMEDAllRun before any implementation sprint
parpour-spec-gapsFind untraced requirements (task spec:gaps)parpour maintainerUNCLAIMEDAllRun weekly to catch coverage gaps
parpour-lintMarkdown linting (task lint:markdown)parpour maintainerUNCLAIMEDN/ARun before marking spec ACTIVE

Blockers and Escalations

Task IDBlockerOwnerDue DateStatus
venture-p0-1Q2: Workspace Budget Granularity (unclear if per-task caps enforced or advisory)Venture Platform Team2026-02-27OPEN
venture-p0-3Q1: Artifact Determinism for Non-Deterministic Providers (Veo/NanoBanana seed handling)Venture Artifact Team + Veo/NanoBanana partner2026-02-27OPEN
venture-p1-4Q7: CIV Simulation Artifacts → Venture IR Mapping (timeline/dashboard as versioned artifacts?)CIV-Venture Integration Team2026-02-28OPEN
venture-p1-5Q5: Climate Model Coupling to Economy (tick-by-tick vs. decoupled causality)CIV Sim Team2026-02-28OPEN

Open Questions (From NEXT_STEPS.md)

All open questions must be resolved or escalated before respective phase gates. See NEXT_STEPS.md "Part 3: Unresolved Open Questions" for full details and recommended resolutions.

Q#TitleDueOwnerStatus
Q1Artifact Determinism for Non-Deterministic Providers2026-02-27Venture Artifact TeamOPEN
Q2Workspace Budget Granularity2026-02-27Venture Platform TeamOPEN
Q3Policy Bundle Rollback Semantics2026-03-07Venture Compliance TeamOPEN
Q4Compliance Case Severity Classification2026-03-07Venture Ops + FinanceOPEN
Q5Climate Model Coupling to Economy2026-02-28CIV Sim TeamOPEN
Q6Institutional Change Propagation Lag2026-02-28CIV Sim TeamOPEN
Q7CIV Simulation Artifacts → Venture IR Mapping2026-02-28CIV-Venture IntegOPEN
Q8CIV policy.evaluate Tool in Venture: Rate-Limiting & Timeout SLA2026-02-28CIV-Venture IntegOPEN

Status Legend

StatusMeaning
UNCLAIMEDTask available; no owner assigned
CLAIMEDOwner assigned; work not yet started
IN_PROGRESSOwner actively working
BLOCKEDWork paused due to dependency or blocker
COMPLETEDTask done; marked in NEXT_STEPS.md as complete

How to Claim a Task

  1. Find an UNCLAIMED task above
  2. Add your name: Owner: @your-name
  3. Set: status: CLAIMED | started: YYYY-MM-DD
  4. Begin implementation following NEXT_STEPS.md task description
  5. Update status as you progress
  6. Mark status: COMPLETED | completed: YYYY-MM-DD when done

Example:

markdown
| venture-p0-1 | Venture Control-Plane Scaffolding | Kosh Sapari | CLAIMED | 2026-02-21 | — | ... | Started work on EventEnvelopeV1 |

Coordination with Sibling Projects

When work in this task requires changes to civ or venture sibling projects:

  1. Before implementing: Link to the relevant spec(s) in parpour
  2. During implementation: Follow sibling project's AGENTS.md rules
  3. After completing: Update this WORK_STREAM.md with status
  4. Handoff: Write brief note in docs/research/CONVERSATION_DUMP_YYYY-MM-DD.md (optional)

  • Implementation roadmap: NEXT_STEPS.md
  • Master spec index: SPECS_INDEX.md
  • Governance rules: AGENTS.md, CLAUDE.md
  • Quality criteria: docs/governance/QUALITY_GATES.md
  • Architecture decisions: docs/adr/