Architecture Decision Records — context, decision, consequences, supersession trail.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill adr-author --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Adr Author?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-adr-author)More formats (shields.io, HTML) on the badges page.
---
name: adr-author
description: Architecture Decision Records — context, decision, consequences, supersession trail.
team: docs
input: Decision
output: ADR
---
# adr-author
## ADR shape
```markdown
# ADR-NNN: <decision title>
**Status:** proposed | accepted | superseded by ADR-MMM
**Date:** YYYY-MM-DD
**Deciders:** <names>
## Context
<one-paragraph background, with links>
## Decision
<the chosen path, in a single sentence>
## Alternatives considered
- Option A — pros, cons
- Option B — pros, cons
## Consequences
- Positive: <what gets easier>
- Negative: <what gets harder / what we give up>
- Neutral: <noteworthy non-consequences>
## Compliance / verification
<how we'll know we're following this>
```
## Operating principles
1. **One decision per ADR.** Bundling causes loss of granularity.
2. **Status is current.** Superseded ADRs link forward; new ADRs link back.
3. **Alternatives must be plausible.** Strawmen waste reviewer time.
4. **Consequences include the negative.** "We trade flexibility for simplicity" beats only-positives.
5. **Numbered + immutable.** Edit only for typos; new ADR for new decisions.
6. **Compliance is checkable,** not aspirational. Where does the linter run?
## Hand-off contract
`decision-doc-writer` produces broader decision docs; ADRs are the architecture-shaped subset. `docs-architect` integrates ADR index into docs site.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
一个全面的 Claude Code 会话验证系统。
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.