atlas-adr

Create standardized ADR files capturing context, decision, and trade-offs.

69|8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tonone-ai/tonone --skill atlas-adr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas-adr
Source: https://github.com/tonone-ai/tonone/tree/main/team/atlas/skills/atlas-adr
Command: npx skills add https://github.com/tonone-ai/tonone --skill atlas-adr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ADRs codify architectural decisions so context, alternatives, and trade-offs are preserved and auditable instead of getting lost in chat or commits.

Core Features & Use Cases

  • Create standardized ADR files with a unique numbering scheme.
  • Capture context, decision, and rationale to support future refactoring or reviews.
  • Use ADRs to onboard new team members and maintain governance over architectural choices.

Quick Start

Create an ADR for the latest architecture decision using the standard template and place it in the ADR directory.

Frequently Asked Questions about atlas-adr

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

FAQPage Schema
How do I document architectural decisions to preserve context and trade-offs?

Create standardized ADR files with a unique numbering scheme to capture context, decision, and rationale. This preserves trade-offs and supports future architecture reviews, refactoring, and team governance.

What is the best way to structure architecture decision records for team workflow?

The best way to structure architecture decision records is using a standard ADR template that enforces consistent numbering, captures decision context and rationale, and stores files in a predictable location for easy discovery and onboarding.

When do I need to create an architecture decision record?

You need to create an architecture decision record during architecture reviews or design changes across a project. ADRs codify the context and trade-offs of architectural choices to maintain traceability and consistency over time.

Can I use ADRs to onboard new team members and maintain project governance?

Yes, you can use ADRs to onboard new team members and maintain governance over architectural choices. They provide a clear, traceable history of context, decisions, and trade-offs for new developers joining the project.

How do I apply ADRs to architecture reviews and design changes?

Apply ADRs to architecture reviews by referencing standardized records that capture context and rationale. This enforces consistency and traceability across project design changes, ensuring decisions align with established governance.