# Backlog

Deferred-but-approved work, kept whole. Entries move `deferred` -> `ready` -> `in-progress` -> `done` and are never deleted. The full spec travels verbatim from when the job was deferred.

## Ready

_(nothing yet)_

## Deferred

_(nothing yet)_

## In progress

_(nothing yet)_

## Done

_(nothing yet)_

---

### Entry template

```
#### <id> - <title>
- state: deferred | ready | in-progress | done
- origin: <task / PR / finding / conversation that spawned it>
- unblock: <condition that makes it actionable, or "none">
- spec: |
    <FULL description, verbatim from when it was deferred. Not a summary.>
```
