.tiny-brain/, and contains exactly one epic.md file.
Required structure
Required fields
See Frontmatter for the full reference.
Optional sections
The CLI’snt new epic template includes a few sections that are useful but
not parsed:
## Target Audience— who benefits## Release Criteria— gate for declaring the epic done## Success Metrics— how you’ll measure it landed## Constraints and Dependencies— what could derail it
What epics don’t have
- No
phase— epics don’t have a phase; the dashboard rolls it up from the features and fixes inside. - No
assignee— epics aren’t assigned. Features and fixes are. - No
## Tasks— task lists belong on features and fixes. If you find yourself wanting tasks on an epic, you’re describing a feature.
See also
- Concepts → Epics — what an epic is, conceptually
- Markdown format → Features
- Markdown format → Fixes