Where epics live
Epics live in the.tiny-brain/ directory of your repo:
epic.md file inside it carries the
title, description, and goals. Features and fixes are siblings of epic.md,
linked back via their epic: frontmatter field.
Cross-project epics
By default an epic lives in one repository. For work that spans multiple repos (e.g. a feature change that touches bothno-tickets-service and
no-tickets), epics can span projects.
A cross-project epic is declared by its id appearing in multiple
projects’ .tiny-brain/ directories with the same id and type: epic. The
dashboard fuses them: one epic card on the board, features and fixes from
both projects listed underneath.
The fuse is by id, not by title — keep epic IDs unique within a team if you
don’t want this behaviour.
Epic vs feature
If you’re tempted to put tasks directly under an epic, split it into
features instead.
Phase rollup
An epic’s “phase” on the board is computed, not declared. The dashboard shows a small distribution bar: how many features/fixes are in each phase. An epic is rendered as “done” only when every child isphase: done.
The rollup is in the dashboard only — there is no phase field on an epic’s
markdown file. Adding one is ignored.
See also
- Phases — what gets rolled up
- Markdown format → epics — the epic file format
- Cross-project epics — PRD