We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 000a34c + 1e87bcf commit a310b6eCopy full SHA for a310b6e
1 file changed
docs_build/dev/ProjectInstructions/addendums/status_model.md
@@ -0,0 +1,25 @@
1
+# Status Model Governance
2
+
3
+## Canonical Statuses
4
5
+- `[ ]` Planned
6
+- `[.]` Wireframe
7
+- `[-]` Building
8
+- `[x]` Complete
9
+- `[!]` Blocked
10
+- `[D]` Deprecated
11
12
+## Overlay Rules
13
14
+- Planned = 70% black overlay
15
+- Wireframe = 80% black overlay
16
+- Building = 90% black overlay
17
+- Complete = 0% overlay / fully transparent
18
+- Blocked = yellow indicator
19
+- Deprecated = red indicator
20
21
+## Rule
22
23
+BACKLOG_MASTER.md is the source of truth for Build Path and Game Journey tile status.
24
+Manual tile status changes are prohibited.
25
+Toolbox Build Path and Game Journey visual status indicators must be derived from backlog status values and may not maintain independent status state.
0 commit comments