Matrix Folder
Purpose
The matrix folder stores the live decision inventory for .
It has three files:
active.jsonbacklog.jsonarchive.json
What Each File Is For
active.json
Items that are currently selected or in testing.
These are the few nodes absorbing real attention now.
backlog.json
Formalized nodes that are valid but not active yet.
They stay available for future review and re-ranking.
archive.json
Closed nodes that have already been resolved, tested, or intentionally retired.
How Items Move Between Them
- New diagnosis output becomes nodes in
backlog.json - High-priority items move from
backlog.jsontoactive.json - When launched, active nodes usually shift from
selectedtotesting - After verdict, completed nodes move to
archive.json
Who Updates Them
The operator running the weekly revenue review owns the updates.
In practice this is usually the growth lead, ecommerce lead, or whoever owns the decision loop that week.
What Makes Something Active
Something is active when:
- it ranks high enough to matter now
- it has a clear owner
- it is either selected for immediate prep or already in testing
If a node is interesting but not getting near-term execution, it belongs in backlog, not active.
Last updated on