architecture-decision-record is agent-read markdown (skill) from kesslernity/awesome-copilot-agent-skills: Drafts an architecture or design decision record (ADR) from the discussion notes, design review minutes, chat threads and diagram descriptions the user provides: context, decision drivers, options considered with arguments as stated, the decision as the group worded it, consequences and a review date, with every factual claim tagged evidenced, asserted or UNKNOWN so unsupported claims are marked for the author to substantiate. Use when the user asks to "write an ADR", "document the architecture .
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Architecture decision record
## Purpose
Turn one design discussion into one DRAFT architecture decision record: context, drivers, the options with what was said for and against each, the decision as worded, consequences and review date. Every statement traces to a fragment or reads UNKNOWN; every factual claim carries a tag showing whether the notes evidence it or only assert it. The record captures the reasoning; it does not judge the design, verify any claim or approve the decision.
## When to use
Run when the user shares or points to design review notes, an architecture discussion, a technical thread or a design proposal and asks for an ADR, decision record or design decision log entry.
Do not use for a business or governance decision with no technical design (decision-memo-builder), for the change ticket that implements the decision (change-request-pack), or to choose the design.
## Inputs
Ask once for whatever is missing, in one message, then proceed with UNKNOWN.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_zfeieny7yxpxo3nl
GET https://markdownregistry.com/api/v1/resolve?ref=kesslernity/awesome-copilot-agent-skills/architecture-decision-record
GET https://markdownregistry.com/api/v1/blob/d54a29fc9cbfe6c89888e291a4b8110f43a152ba9b4fe9c505889c763e548c66
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from kesslernity/awesome-copilot-agent-skills
kesslernity/awesome-copilot-agent-skills · skills/customer-support/escalation-summary/SKILL.md · Turns one long support ticket thread (helpdesk history, email chain, chat transcript, call notes) into a one-page DRAFT…
kesslernity/awesome-copilot-agent-skills · skills/customer-support/ticket-triage-pack/SKILL.md · Triages a batch of customer support tickets (helpdesk export, shared mailbox, chat transcripts, web forms) into one row…
kesslernity/awesome-copilot-agent-skills · skills/daily-briefings/commitment-catcher/SKILL.md · Sweeps the last 24 hours of email, chat messages and meeting transcripts for commitments in both directions, what the…
kesslernity/awesome-copilot-agent-skills · skills/daily-briefings/custom-daily-brief/SKILL.md · Builds a role-tuned morning brief as a dated Markdown document covering emails that need replies, today's calendar with…
kesslernity/awesome-copilot-agent-skills · skills/data-analytics/data-dictionary-builder/SKILL.md · Builds a DRAFT data dictionary from a schema export, table definition, sample rows or a partial existing dictionary…
kesslernity/awesome-copilot-agent-skills · skills/data-analytics/data-quality-issue-log/SKILL.md · Turns reported data problems (messages, tickets, meeting notes, a spreadsheet of complaints) into one DRAFT data…
kesslernity/awesome-copilot-agent-skills · skills/data-analytics/dataset-insight-pack/SKILL.md · Reads one spreadsheet, CSV export or pasted table together with the user's question and drafts an insight pack: a data…
kesslernity/awesome-copilot-agent-skills · skills/data-analytics/kpi-definition-sheet/SKILL.md · Turns a list of KPIs or metrics into a DRAFT definition sheet: one row per KPI with the name as stated, formula quoted…
kesslernity/awesome-copilot-agent-skills · skills/data-privacy/document-deidentification-pass/SKILL.md · Proposes redactions of personal identifiers in pasted text or an attached document (names, contact details…
kesslernity/awesome-copilot-agent-skills · skills/data-privacy/dpia-draft-pack/SKILL.md · Reads a project or processing description and returns a DRAFT data protection impact assessment pack: processing…
mohitagw15856/pm-claude-skills · exports/openclaw/architecture-decision-record/SKILL.md · Create an Architecture Decision Record (ADR) for any technical decision. Use when asked to document a technical…
yonatangross/orchestkit · src/skills/architecture-decision-record/SKILL.md · ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs…
yonatangross/orchestkit · plugins/ork/skills/architecture-decision-record/SKILL.md · ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs…
stijnman/grok-custom-skills · .grok/skills/architecture-decision-record/SKILL.md · Document a significant technical decision with its context, alternatives, consequences, and status. Use for…