mcpbeat

Architecture Decision Records

dokhacgiakhoa/architecture-decision-records

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

4k tokens
context cost
the whole folder, loaded on every use
26
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill architecture-decision-records

What comes with it

11 353 bytes besides the instruction
sub-skills/1-what-is-an-adr.md
sub-skills/2-when-to-write-an-adr.md
sub-skills/3-adr-lifecycle.md
sub-skills/adr-index-readmemd.md
sub-skills/after-acceptance.md
sub-skills/automation-adr-tools.md
sub-skills/before-submission.md
sub-skills/directory-structure.md
sub-skills/donts.md
sub-skills/dos.md
sub-skills/during-review.md
sub-skills/event-store.md
sub-skills/negative.md
sub-skills/option-1-postgresql.md
sub-skills/option-2-mysql.md
sub-skills/option-3-mongodb.md
sub-skills/positive.md
sub-skills/projections.md
sub-skills/risks.md
sub-skills/technology.md
sub-skills/template-1-standard-adr-madr-format.md
sub-skills/template-2-lightweight-adr.md
sub-skills/template-3-y-statement-format.md
sub-skills/template-4-adr-for-deprecation.md
sub-skills/template-5-request-for-comments-rfc-style.md

The instruction itself

33 sections, as written by the author

Architecture Decision Records

Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.

Use this skill when

  • Making significant architectural decisions
  • Documenting technology choices
  • Recording design trade-offs
  • Onboarding new team members
  • Reviewing historical decisions
  • Establishing decision-making processes

Do not use this skill when

  • You only need to document small implementation details
  • The change is a minor patch or routine maintenance
  • There is no architectural decision to capture

Instructions

  • Capture the decision context, constraints, and drivers.
  • Document considered options with tradeoffs.
  • Record the decision, rationale, and consequences.
  • Link related ADRs and update status over time.

Core Concepts

🧠 Knowledge Modules (Fractal Skills)

1. 1. What is an ADR?

2. 2. When to Write an ADR

3. 3. ADR Lifecycle

4. Template 1: Standard ADR (MADR Format)

5. Option 1: PostgreSQL

6. Option 2: MySQL

7. Option 3: MongoDB

8. Positive

9. Negative

10. Risks

11. Template 2: Lightweight ADR

12. Template 3: Y-Statement Format

13. Template 4: ADR for Deprecation

14. Positive

15. Negative

16. Template 5: Request for Comments (RFC) Style

17. Event Store

18. Projections

19. Technology

20. Directory Structure

21. ADR Index (README.md)

22. Automation (adr-tools)

23. Before Submission

24. During Review

25. After Acceptance

26. Do's

27. Don'ts

How to use it

Copy the folder

Take dokhacgiakhoa/architecture-decision-records from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.