diff --git a/docs_build/dev/ProjectInstructions/addendums/status_model.md b/docs_build/dev/ProjectInstructions/addendums/status_model.md new file mode 100644 index 000000000..0e065a816 --- /dev/null +++ b/docs_build/dev/ProjectInstructions/addendums/status_model.md @@ -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.