add-adr

Create and update markdown architecture decision records with sequential numbering.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tuanle96/agent-harness-kit --skill add-adr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-adr
Source: https://github.com/tuanle96/agent-harness-kit/tree/main/src/templates/.claude/skills/add-adr
Command: npx skills add https://github.com/tuanle96/agent-harness-kit --skill add-adr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of documenting architecture decisions, reducing manual effort and ensuring consistency across records.

Core Features & Use Cases

  • Generate ADR Files: Creates well-structured markdown files for architecture decisions, numbered sequentially.
  • Update Documentation: Appends references to architectural decision logs and updates relevant config files automatically.
  • Use Case: When team members decide on a new framework or architectural pattern, this Skill drafts the ADR document and updates associated documentation and configuration files seamlessly.

Quick Start

Use the add-adr skill to create a new architecture decision record for selecting a new database technology.

Frequently Asked Questions about add-adr

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

FAQPage Schema
How do I automate architecture decision record creation for a software project?▼

You can automate architecture decision record creation by using a skill that generates sequentially numbered markdown files and automatically appends references to your project's decision log and configuration files.

What is the best way to maintain consistent ADR documentation across an engineering team?▼

Maintaining consistent ADR documentation is achieved by enforcing a standard markdown template for every architecture decision, which automatically updates related project files to keep team documentation synchronized.

How do I document a new database technology selection in an architecture decision record?▼

Documenting a new database technology selection involves drafting an ADR markdown file that outlines the decision, which the skill then uses to update associated documentation and configuration files seamlessly.

Do I need any specific dependencies to generate architecture decision records in markdown format?▼

You do not need specific dependencies to generate architecture decision records in markdown format, as the skill operates independently to create and update your versioned decision logs.

When should I use an automated ADR generator for project management?▼

You should use an automated ADR generator when managing complex systems requiring formalized decision logs, ensuring versioned documentation and consistent architectural pattern tracking across the engineering team.