From tech-writer
Set up Architecture Decision Records infrastructure — directory, template, numbering, and index
How this skill is triggered — by the user, by Claude, or both
Slash command
/tech-writer:adr-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Action: **$0** (default: init)
Action: $0 (default: init)
Set up the ADR infrastructure for the project:
Create directory: docs/adr/
Create template: docs/adr/TEMPLATE.md
# ADR-NNNN: <Title>
**Status**: proposed | accepted | deprecated | superseded by ADR-XXXX
**Date**: YYYY-MM-DD
**Deciders**: <names>
## Context
What is the issue motivating this decision?
## Decision Drivers
- <driver 1>
- <driver 2>
## Options Considered
### Option 1: <name>
<description>
- **Pros**: ...
- **Cons**: ...
### Option 2: <name>
<description>
- **Pros**: ...
- **Cons**: ...
## Decision
What is the change we're making?
## Consequences
### Positive
- <consequence>
### Negative
- <consequence>
### Risks
- <risk and how we'll mitigate it>
docs/adr/README.md# Architecture Decision Records
| ADR | Title | Status | Date |
|-----|-------|--------|------|
| [0001](0001-use-adrs.md) | Use ADRs to document decisions | accepted | <today> |
docs/adr/0001-use-adrs.md — documenting the decision to use ADRsScan docs/adr/ and produce an updated index table with:
Show summary:
Produce the files directly. For list/status modes, output a markdown summary.
docs/adr/README.md up to datenpx claudepluginhub silviaare95/xari-plugins --plugin tech-writerFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.