Files
ai_orchestrator/docs/backlog/01_execution_backlog.md
T

1.2 KiB

Execution Backlog

Package A: Architecture Freeze

  • runtime ADR
  • storage ADR
  • event stream ADR
  • worker transport ADR
  • policy evaluation ADR
  • event taxonomy ADR
  • model fallback ADR
  • domain model
  • state machines
  • storage schema draft
  • internal interfaces
  • error model
  • execution model

Package B: Core Hardening

  • graph scheduler service
  • node runner abstraction
  • reviewer contract
  • finalizer contract
  • resume/cancel use cases
  • idempotency policy
  • retry policy matrix

Package C: Persistence

  • SQLAlchemy models
  • repositories for PostgreSQL/SQLite
  • migrations
  • artifact metadata persistence
  • event store queries with pagination

Package D: Integrations

  • model router providers
  • MCP transport adapter
  • worker WebSocket gateway
  • heartbeat monitor
  • capability-aware dispatch

Package E: Delivery

  • typed worker registration schema
  • task event DTO normalization
  • confirmation cards
  • progress cards
  • artifact cards
  • error cards

Package F: Validation

  • contract tests
  • scenario tests
  • smoke suite
  • static checks in CI