بنقرة واحدة
adr
Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Verify understanding after implementation with targeted quizzes
Clarify requirements through targeted questions — uncovers unknown unknowns in specs
Remove AI-generated code patterns that don't match codebase style
Review code for quality, security, and best practices — read-only analysis
Create clear documentation for code and APIs
Audit code for security vulnerabilities — read-only analysis
| name | adr |
| description | Record architecture decisions with ADRs — captures why, alternatives considered, and consequences |
| license | MIT |
| compatibility | cline, claude, opencode, amp, codex, gemini, cursor, pi |
| hint | Use when managing architecture decisions, creating ADRs, or tracking architectural choices |
| user-invocable | true |
| metadata | {"audience":"all","workflow":"documentation"} |
Provides a unified interface for managing Architecture Decision Records.
/adr <ACTION> [ARGUMENTS]
Architecture Decision Records (ADRs) are short documents that capture important architectural decisions made during project development. They help teams:
Each ADR typically contains:
A template is available at $SKILL_PATH/templates/adr-template.md:
# [NUMBER]. [TITLE]
Date: [DATE]
## Status
[Proposed | Accepted | Deprecated | Superseded by [ADR-NUMBER]]
## Context
[Describe the context and problem statement]
## Decision
[Describe the decision and solution]
## Consequences
### Positive
- [Positive outcome 1]
- [Positive outcome 2]
### Negative
- [Negative outcome 1]
- [Risk or trade-off]
Common ADR locations to check:
doc/adr/ (default)docs/adr/docs/architecture/decisions/architecture/decisions//adr new "Use PostgreSQL for primary database"
/adr list
/adr search "database"
/adr view 5