Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 778 Bytes

File metadata and controls

20 lines (15 loc) · 778 Bytes

ROADMAP PROTOCOL

Task Lifecycle

  • BACKLOG: Idea ingested, not yet estimated.
  • PLANNED: Estimated, slotted into milestone.
  • IN_PROGRESS: Claimed by a worker.
  • BLOCKED: Blocked by an incomplete dependency.
  • DONE: Acceptance criteria met, evidence attached.
  • GRAVEYARD: Rejected or abandoned.

Note: normalizeQuestStatus() in Quest.ts remaps legacy graph values on read: INBOXBACKLOG, legacy BACKLOGPLANNED. New code writes canonical status values directly.

Task lifecycle

Milestone Transitions

  • OPEN: Accepting new tasks.
  • LOCKED: No new scope without approval.
  • SHIPPED: All mandatory features DONE.

Milestone lifecycle