neon-sprawl/docs/decomposition/README.md

26 lines
1.1 KiB
Markdown

# Decomposition Workspace
This workspace contains detailed planning artifacts derived from the finalized master plan:
- Source of truth: `cyberpunk_mmo_vision_86a57ef3.plan.md`
- Scope here: executable decomposition (epics, modules, milestones)
## Folder Layout
- `epics/` - One file per epic with implementation slices.
- `modules/` - Cross-epic contracts, dependency register, and interface notes.
- `milestones/` - Phase-gated implementation tracks and pass/fail checklists.
## Working Rules
1. Do not rewrite baseline vision in these files; link back to the master plan.
2. Keep slices backlog-ready (clear owner, dependencies, acceptance criteria).
3. Use stable IDs (E1, E1.M1, P1.M1, etc.) to preserve traceability.
4. Every new slice must reference telemetry and validation where applicable.
## Next Actions
1. Copy `epics/_epic_template.md` into `epics/epic_01_core_player_runtime.md` through `epics/epic_09_liveops_integrity.md`.
2. Populate `modules/module_dependency_register.md` while decomposing epics.
3. Build milestone execution checklists in `milestones/phase_execution_plan.md`.