From loopkit
Captures architectural decisions as ADR files so future sessions understand why a choice was made. Use after non-obvious technical choices like libraries, patterns, or schemas.
How this skill is triggered — by the user, by Claude, or both
Slash command
/loopkit:decision-recordWhen to use
picked a library/pattern/schema, a tradeoff was made, a hard-to-reverse choice
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a short file `docs/decisions/NNN-<slug>.md`:
Write a short file docs/decisions/NNN-<slug>.md:
3plugins reuse this skill
First indexed Jul 16, 2026
npx claudepluginhub archive228/loopkit --plugin loopkitDocuments architectural decisions using ADR format. Guides when and how to record significant technical decisions with context, rationale, and consequences.
Writes Architecture Decision Records (ADRs) documenting decisions, rationale, alternatives, and trade-offs from codebases or conversations. Triggers on 'write an ADR' or 'document decision'.
Records significant architectural decisions like database choices, frameworks, or core patterns in docs/decisions.md. Activates on major decisions, explicit requests, or proactively at session ends.