30-SECOND BRIEF
What it does—and when it fits
Create Architectural Decision Record is a GitHub Awesome Copilot template for durable architecture decisions. It captures context, the chosen decision, positive and negative consequences, rejected alternatives, implementation notes, stakeholders, and references in a predictable Markdown structure.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.agents/skills/create-architectural-decision-record/~/.copilot/skills/create-architectural-decision-record/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
npx skills add github/awesome-copilot --skill create-architectural-decision-record --agent github-copilotCopilot also accepts .github/skills and .claude/skills at project scope. Preview untrusted Skills before enabling scripts.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Gather required inputs
Confirm context, decision, alternatives, and stakeholders.
Write a standard ADR
Generate numbered front matter and coded consequence sections.
Preserve rejected options
Document why alternatives were not selected and what may change later.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- Produces predictable, machine-readable decision records.
- Requires both benefits and trade-offs instead of documenting only the winning option.
Limitations
- A fixed template cannot ensure the decision evidence is complete or correct.
- The workflow writes Proposed ADRs but does not manage approval, supersession, or governance.
BEST FIT
Who it is for
Architecture teams documenting consequential technical choices
Repositories that need searchable decision history
BEFORE YOU USE IT
Risks to review before use
Unreviewed decision presented as settled
Generated ADRs default to Proposed and may contain inferred stakeholders or rationale. Require owner review before acceptance and verify the next sequence number before writing.
SECURITY
What the permission profile means
- Avoid embedding credentials, private architecture diagrams, or exploitable details in broadly shared ADRs.
- Use repository review and ownership rules before changing status to Accepted.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Original SkillSignal editorial profile grounded in GitHub Awesome Copilot commit 318066d2, checked 2026-08-20; not independently executed or security-certified.