From tech-writer
Set up Architecture Decision Records infrastructure — directory, template, numbering, and index
npx claudepluginhub silviaare95/xari-plugins --plugin tech-writerThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
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 date