34 lines
601 B
Markdown
34 lines
601 B
Markdown
|
|
# Roadmap
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Clusters sequenced into milestones. The first milestone is the smallest
|
||
|
|
version that's still useful. Push back on bundling soft requirements
|
||
|
|
into M1 — they belong in later milestones.
|
||
|
|
-->
|
||
|
|
|
||
|
|
## M1 — <name>
|
||
|
|
|
||
|
|
**Goal**: <one-line. Smallest version that's useful.>
|
||
|
|
|
||
|
|
**Stories**:
|
||
|
|
- <story-id> — <title>
|
||
|
|
- <story-id> — <title>
|
||
|
|
|
||
|
|
**Out of scope for M1**:
|
||
|
|
- <thing that's tempting to include but isn't required for "useful">
|
||
|
|
|
||
|
|
## M2 — <name>
|
||
|
|
|
||
|
|
**Goal**: <…>
|
||
|
|
|
||
|
|
**Stories**:
|
||
|
|
- <…>
|
||
|
|
|
||
|
|
## Backlog
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Stories not yet sequenced. Don't promise these to anyone.
|
||
|
|
-->
|
||
|
|
|
||
|
|
- <story-id> — <title>
|