neon-sprawl-archived/docs/decomposition/epics/_epic_template.md

54 lines
1.2 KiB
Markdown

# Epic <ID> - <Name>
## Source Anchors
- Master epic reference: `neon_sprawl_vision.plan.md`
- Related modules: `<E#.M# list>`
## Objective
<One paragraph stating the player/business outcome this epic must deliver.>
## Module Breakdown
### <Module ID> - <Module Name>
- Responsibility: <what this module owns>
- Key contracts: <data/events/interfaces>
- Dependencies: <upstream modules/services>
- Stage target: <Prototype | Pre-production | Production>
## Implementation Slices (Backlog-Ready)
### Slice 1 - <Name>
- Scope: <smallest shippable outcome>
- Dependencies: <required modules or prior slices>
- Acceptance criteria:
- <criterion 1>
- <criterion 2>
- Telemetry hooks:
- <events/KPIs this slice must emit>
### Slice 2 - <Name>
- Scope: <smallest shippable outcome>
- Dependencies: <required modules or prior slices>
- Acceptance criteria:
- <criterion 1>
- <criterion 2>
- Telemetry hooks:
- <events/KPIs this slice must emit>
## Risks and Mitigations
- Risk: <key failure mode>
- Mitigation: <specific control>
## Definition of Done
- Functional behavior validated.
- Dependencies documented and stable.
- Telemetry events emitted and visible.
- No blocker defects for target phase.