create-architectural-decision-record
Generates standardized Architectural Decision Records (ADRs) with machine-parsable formatting and sequential naming.
Install
npx skills add https://github.com/github/awesome-copilot --skill create-architectural-decision-recordStats
| Total installs | 7,625 |
| Weekly installs | 7.6K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Generates standardized ADR documents with front matter, context, decision rationale, and consequences organized into positive and negative outcomes
- Requires four inputs (decision title, context, decision, alternatives, stakeholders) with validation to prompt for missing information before generation
- Uses coded bullet-point system (3-4 letter codes + 3-digit numbers) across consequences, alternatives, implementation notes, and references for machine parsing
- Automatically saves documents to /docs/adr/ directory with sequential naming convention (adr-NNNN-[title-slug].md) and enforces standardized markdown structure with YAML front matter
Tags
Related skills
| Skill | Installs | vs create-architectural-decision-record |
|---|---|---|
| aspire | 7,534 | -91 |
| technical-blog-writing | 7,585 | -40 |
| powerbi-modeling | 7,709 | +84 |
| plantuml-ascii | 7,794 | +169 |
| folder-structure-blueprint-generator | 7,500 | -125 |
FAQ
- How many installs does create-architectural-decision-record have?
- create-architectural-decision-record has 7,625 total installs and 7.6K installs this week.
- Where is create-architectural-decision-record hosted?
- create-architectural-decision-record is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does create-architectural-decision-record have?
- create-architectural-decision-record has 27.4K GitHub stars.
- When was create-architectural-decision-record first indexed?
- OrangeBot.AI first indexed create-architectural-decision-record on Feb 25, 2026.
- How do I install create-architectural-decision-record?
- Run: npx skills add https://github.com/github/awesome-copilot --skill create-architectural-decision-record