AI AGENT ADDONS

Architecture Decision Records

affaan-m/ecc
Documentation
821installs

Every software project involves many choices. Some choices shape the whole system. Architecture Decision Records help you write down those choices as you make them. Instead of losing decisions in chat messages or comments, you save them as simple text files next to your code.

The skill spots decision moments during your work. When you pick a framework, a database, or a design pattern, it can capture the context, the alternatives you considered, and why you chose what you did. Future developers can then read these records to understand the reasons behind the code.

Using a lightweight format, each record includes a title, date, status, and clear sections for context, decision, alternatives, and consequences. The skill also keeps an index so you can easily browse past decisions.

Add Architecture Decision Records skill to your workflow

Global

mkdir -p ~/.claude/skills/architecture-decision-records

Project

mkdir -p .claude/skills/architecture-decision-records

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago