# Adr

> Use when the user wants ADR register planning, writing ADR-NNNN files, or ADR review under docs/architecture/decisions/. Triggers on "do we need an ADR", "write ADR-0007", "record this decision", "what decisions need making", "harvest ADRs from this epic", "harvest ADRs from JIRA-123". Do NOT use for full architecture narrative (solution), work-item technical design (tdd), or product strategy (product). Proposals stay in register.md only until accepted.

- Skill: `carinyadigital/adr` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add carinyadigital/adr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/carinyadigital/adr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: carinyadigital (https://skillmd.com/u/carinyadigital)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/carinyadigital/adr

---


# ADR

## Paths

| Artefact | Default path |
| -------- | ------------ |
| Register | `docs/architecture/decisions/register.md` |
| ADR document | `docs/architecture/decisions/ADR-{NUMBER}-{short-title}.md` |

## Path resolution

If the user names a different directory or file path in their request, use it
for read/write instead of the defaults. Keep `ADR-####` numbering sequential
within the register the user targets.

## Supporting files

- [assets/register.template.md](assets/register.template.md)
- [assets/adr.template.md](assets/adr.template.md)

## Router

1. Mode: `plan`, `write`, or `review`.
2. Resolve paths (default or user override).
   **plan** takes an optional work item: `adr plan <work-id>` resolves it per
   [work-item-resolution.md](../tasks/references/work-item-resolution.md),
   harvests decisions already made in `docs/work/{work-id}/tdd.md`, and
   triages them into the register. Without a work item it surveys product.md
   and solution.md for decisions still to be made.
3. [prompts/plan.prompt.md](prompts/plan.prompt.md) | [prompts/write.prompt.md](prompts/write.prompt.md) | [prompts/review.prompt.md](prompts/review.prompt.md).

