Imported from JohnWainee/boxofoldmatches (
.claude/skills/adr/SKILL.md). Install upstream withnpx skills add JohnWainee/boxofoldmatches --skill adr. Copyright stays with the author.
/adr — record an architecture decision
- Read
architecture/decisions/README.mdfor conventions. - ID selection (critical): use
ADR-KOA-DEV-NNN(next sequential number) for decisions local to this repository — harness, CI, tooling, repo layout. The governedADR-KOA-NNNrange belongs to the Koʻa baseline amendment process and must NOT be minted here. - Create
architecture/decisions/ADR-KOA-DEV-NNN-<slug>.md:
# ADR-KOA-DEV-NNN — <Title>
**Status:** proposed | accepted
**Date:** <YYYY-MM-DD>
**Deciders:** <who>
## Context
Why this decision is needed; constraints from the governance baseline
(architecture/governance/) that bear on it.
## Decision
The decision, stated actively. Numbered points if there are several.
## Consequences
What becomes easier/harder; follow-ups; what would trigger revisiting.
- Add a row to the index table in
architecture/decisions/README.md. - If the decision touches naming, include the cultural-review caveat; if it promotes the placeholder workflow toward a real capability, say so explicitly and reference ADR-KOA-DEV-001.