adr

Generate Aether Architecture Decision Records from a structured template.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/iamacoffeepot/aether --skill adr-iamacoffeepot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adr
Source: https://github.com/iamacoffeepot/aether/tree/main/.agents/skills/adr
Command: npx skills add https://github.com/iamacoffeepot/aether --skill adr-iamacoffeepot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new Aether Architecture Decision Records (ADRs), providing a structured template for architectural decisions.

Core Features & Use Cases

  • Automated ADR Creation: Offers a predefined template to ensure ADRs are consistent and well-structured.
  • Version Control Integration: Facilitates clean and organized ADR versioning and collaboration.
  • Use Case: When starting a new architectural decision, this Skill generates an ADR branch with a clean template, saving time and ensuring a consistent format.

Quick Start

Generate a new ADR for the "Asynchronous Communication Protocol" by running the adr skill.

Frequently Asked Questions about adr

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

FAQPage Schema
How do I generate an Architecture Decision Record template for a new project?▼

To generate an Architecture Decision Record template, you can use an automated scaffolding tool that creates a structured draft for your architectural decisions. This ensures your ADRs remain consistent and well-organized from the start.

What is the best way to maintain consistent ADR formatting across a development team?▼

The best way to maintain consistent ADR formatting is to use a predefined template for automated creation. This provides a standardized structure for architectural decisions, saving time and ensuring uniform documentation.

How does scaffolding an ADR help with version control integration?▼

Scaffolding an ADR helps with version control integration by generating a clean template on a new branch. This facilitates organized ADR versioning and collaborative architectural decision-making within your development ecosystem.

Do I need a specific file structure to automate ADR creation?▼

Yes, you need access to the `docs/adr/TEMPLATE.md` file to automate ADR creation. This template file is required for the initial setup to generate structured drafts for your architectural decisions.

When should I create a new Architecture Decision Record?▼

You should create a new Architecture Decision Record when starting any new architectural decision. Using an automated scaffolding tool provides a structured template to document the choice clearly and facilitate team collaboration.