ADR Index
The kit ships three pre-written methodology ADRs you can adopt as-is or adapt. These are decisions about how you work, not which tech stack you pick.
| # | Title | Status | Date |
|---|---|---|---|
| ADR-0001 | Strangler Fig migration protocol | Accepted | 2026-04-24 |
| ADR-0002 | Dev harness conventions | Accepted | 2026-04-24 |
| ADR-0003 | Product decision log as a first-class ADR class | Accepted | 2026-04-24 |
How to use
- Adopt as your repo's starting ADR-0001/0002/0003, or renumber to fit your sequence.
- Write your own technical ADRs (monorepo choice, backend framework, ORM, etc.) starting at 0004+.
- Use
docs/templates/adr-template.mdfor new ADRs.
How to add an ADR
- Copy
docs/templates/adr-template.mdtodocs/adr/NNNN-<slug>.md(next sequential number) - Fill in: Status (Proposed initially), Date, Deciders, Tags, Context, Decision, Consequences, Alternatives Considered, References
- Add a row to this index
- PR → Architect + senior eng review → merge; change Status to Accepted
Status lifecycle
Proposed → Accepted → (Deprecated | Superseded by ADR-XXXX)
Never delete a deprecated ADR. Keep the trail.