1.1 KiB
1.1 KiB
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
- Do not rewrite baseline vision in these files; link back to the master plan.
- Keep slices backlog-ready (clear owner, dependencies, acceptance criteria).
- Use stable IDs (E1, E1.M1, P1.M1, etc.) to preserve traceability.
- Every new slice must reference telemetry and validation where applicable.
Next Actions
- Copy
epics/_epic_template.mdintoepics/epic_01_core_player_runtime.mdthroughepics/epic_09_liveops_integrity.md. - Populate
modules/module_dependency_register.mdwhile decomposing epics. - Build milestone execution checklists in
milestones/phase_execution_plan.md.