architecture-decision-records

Document technical decisions with ADR templates and lifecycle management.

6|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill architecture-decision-records-futuregerald
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-decision-records
Source: https://github.com/futuregerald/futuregerald-claude-plugin/tree/main/skills/architecture-decision-records
Command: npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill architecture-decision-records-futuregerald

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architecture Decision Records capture the context, rationale, and consequences of significant technical decisions to preserve knowledge across teams.

Core Features & Use Cases

  • Standard ADR templates and practices for documenting decisions.
  • Repository of historical decisions to aid onboarding, governance, and audits.
  • Guidelines for ADR lifecycle, review, and maintenance.

Quick Start

Initialize your ADR directory and create the first ADR entry to begin documenting decisions.

Frequently Asked Questions about architecture-decision-records

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are architecture decision records and when should I document technical decisions?

Architecture decision records capture the context, rationale, and consequences of significant technical decisions. You should use ADRs to preserve knowledge across teams for major architectural choices, governance, and audits.

How do I start documenting architecture decisions using standardized templates?

To start documenting architecture decisions, initialize your ADR directory and create your first entry using standard templates. This establishes a repository for authoring decisions and linking related records through an index.

Can I use ADR governance practices for onboarding new engineering team members?

Yes, ADR governance practices support onboarding by providing a repository of historical decisions. New team members can review past architectural choices, their context, and consequences to understand project rationale quickly.

What is the best way to manage the lifecycle and maintenance of architecture decision records?

The best way to manage ADR lifecycle and maintenance is to follow established guidelines for reviewing and updating records. This ensures your architecture documentation remains accurate and linked through a central index over time.

Does this approach to architecture documentation work for established teams reviewing past decisions?

Yes, this approach works for established teams reviewing past decisions. It provides a structured repository to audit historical technical decisions, ensuring the original context and consequences remain accessible for governance.