48 lines
621 B
Markdown
48 lines
621 B
Markdown
|
|
---
|
||
|
|
kind: epic
|
||
|
|
slug: "<epic-slug>"
|
||
|
|
title: "<Epic title>"
|
||
|
|
plan_slug: "<plan-slug>"
|
||
|
|
status: draft
|
||
|
|
priority: P2
|
||
|
|
tenant_id: "<tenant-uuid-or-placeholder>"
|
||
|
|
cursor_epic_id: null
|
||
|
|
updated_at: "<ISO-8601>"
|
||
|
|
---
|
||
|
|
|
||
|
|
# Epic objective
|
||
|
|
|
||
|
|
One paragraph: what milestone this epic delivers.
|
||
|
|
|
||
|
|
## In scope / out of scope
|
||
|
|
|
||
|
|
**In scope**
|
||
|
|
|
||
|
|
- …
|
||
|
|
|
||
|
|
**Out of scope**
|
||
|
|
|
||
|
|
- …
|
||
|
|
|
||
|
|
## Related tasks
|
||
|
|
|
||
|
|
| Task | Link |
|
||
|
|
|------|------|
|
||
|
|
| | `./Task-<task-slug>.md` |
|
||
|
|
|
||
|
|
## Dependencies
|
||
|
|
|
||
|
|
- Depends on: …
|
||
|
|
- Blocks: …
|
||
|
|
|
||
|
|
## Acceptance criteria
|
||
|
|
|
||
|
|
- [ ] Criterion 1
|
||
|
|
- [ ] Criterion 2
|
||
|
|
|
||
|
|
## Proposed timeline
|
||
|
|
|
||
|
|
| Phase | Window | Notes |
|
||
|
|
|-------|--------|-------|
|
||
|
|
| | | |
|