Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs_build/dev/ProjectInstructions/addendums/status_model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Status Model Governance

## Canonical Statuses

- `[ ]` Planned
- `[.]` Wireframe
- `[-]` Building
- `[x]` Complete
- `[!]` Blocked
- `[D]` Deprecated

## Overlay Rules

- Planned = 70% black overlay
- Wireframe = 80% black overlay
- Building = 90% black overlay
- Complete = 0% overlay / fully transparent
- Blocked = yellow indicator
- Deprecated = red indicator

## Rule

BACKLOG_MASTER.md is the source of truth for Build Path and Game Journey tile status.
Manual tile status changes are prohibited.
Toolbox Build Path and Game Journey visual status indicators must be derived from backlog status values and may not maintain independent status state.
Loading