Adr
Carinya Parc Agent Skills
npx -y skills add carinyaparc/skills --skill adrAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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". Do NOT use for full architecture narrative (solution), epic design (design), or product strategy (product). Proposals stay in register.md only until accepted.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, as published. Nobody here has run it
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
Router
- Mode:
plan,write, orreview. - Resolve paths (default or user override).
plan takes an optional epic:
adr plan <epic>harvests decisions already made indocs/work/{epic}/design.mdand triages them into the register. Without an epic it surveys product.md and solution.md for decisions still to be made. - prompts/plan.prompt.md | prompts/write.prompt.md | prompts/review.prompt.md.