From architect
Generate an Architecture Decision Record (ADR) documenting a technical decision with context, options, and consequences
How this skill is triggered — by the user, by Claude, or both
Slash command
/architect:adr-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write an Architecture Decision Record for: **$0**
Write an Architecture Decision Record for: $0
Status: $1 (default: proposed)
Read the codebase context — Check existing ADRs if a docs/adr/ or docs/decisions/ directory exists. Follow the existing numbering scheme.
Gather context — Understand what problem is being solved and what forces are at play (technical constraints, business requirements, team capacity).
Document options — List at least 2 alternatives that were considered. For each, note the key tradeoff.
Write the ADR — Use the template below.
Save the file — Write to docs/adr/NNNN-<kebab-case-title>.md using the next available number.
Write the ADR as a markdown file:
# ADR-NNNN: <Title>
**Status**: <proposed | accepted | deprecated | superseded by ADR-XXXX>
**Date**: <YYYY-MM-DD>
**Deciders**: <who was involved>
## Context
<What is the issue that we're seeing that is motivating this decision or change?>
## Decision Drivers
- <driver 1>
- <driver 2>
- <driver 3>
## Options Considered
### Option 1: <name>
<Description>
- **Pros**: <list>
- **Cons**: <list>
### Option 2: <name>
<Description>
- **Pros**: <list>
- **Cons**: <list>
## Decision
<What is the change that we're proposing and/or doing?>
## Consequences
### Positive
- <consequence>
### Negative
- <consequence>
### Risks
- <risk and mitigation>
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.
npx claudepluginhub silviaare95/xari-plugins --plugin architect