adrlisted
Install: claude install-skill carinyaparc/skills
# 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).