# STATUS.md — Epic Status Template

Reference for [`../SPEC.md`](../SPEC.md). `STATUS.md` lives at the root of
every epic folder and tracks task completion for that epic.

## Template

```md
# Status: <serial>-<epic-name>

## Objective

Briefly describe the objective this epic accomplishes.

## Tasks

- [ ] 01-task-name
- [ ] 02-task-name
- [ ] 03-task-name

## Notes

Use this section for implementation notes, blockers, or decisions discovered
while completing tasks.
```

Check a box (`- [x]`) only once its task is verified, documented, and
committed per [start-template.md](start-template.md) — never before.
