name: adr description: Scaffold an architecture decision record in architecture/decisions/ using the repo's governed ID conventions. Use when a decision needs recording or the user says /adr.
/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.
Related skills
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Claude CodeCursorCopilotbeginner
340
98
1,494
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
claudeCursorWindsurf+1intermediate
167
48
670
Create log entries with timestamps
Documentation
Creates timestamped log entries to document discoveries, meetings, code reviews, articles, or significant events. Structures information with a summary, event type, sources, and tags, then saves the file to `docs/log/` with a date-based filename and descriptive slug.
Claude CodeCursorWindsurf+2beginnerSafe
0
0
58