adr-writer — for Claude Code adr-writer, engineering-knowledge-base, community, for Claude Code, ide skills, Writer, Purpose, Create, Architecture, Decision

v1.0.0

이 스킬 정보

개발 에이전트가 명시적인 아키텍처 결정 레코드 생성 및 관리를 필요로 할 때 적합합니다. 현지화된 요약: Cria Architecture Decision Records (ADRs) para decisões técnicas. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Create Architecture Decision Records (ADRs) whenever:
A trade-off exists
Multiple viable options exist
A choice impacts future development
This skill makes decisions explicit, documented, and reviewable.

# 핵심 주제

LucasBiason LucasBiason
[1]
[0]
업데이트: 3/20/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

개발 에이전트가 명시적인 아키텍처 결정 레코드 생성 및 관리를 필요로 할 때 적합합니다. 현지화된 요약: Cria Architecture Decision Records (ADRs) para decisões técnicas. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

에이전트가 아키텍처 결정 레코드(ADRs)를 사용하여 트레이드 오프와 설계 선택을 문서화할 수 있도록 하여 개발 팀에 명확하고 검토 가능한 결정과 아키텍처 패턴, 저장소, 인증 및 서비스 간 통신의 옵션을 제공합니다.

최적의 용도

개발 에이전트가 명시적인 아키텍처 결정 레코드 생성 및 관리를 필요로 할 때 적합합니다.

실행 가능한 사용 사례 for adr-writer

미래 개발 참조를 위한 설계 트레이드 오프 문서화
CI/CD, 관측 가능성 및 데이터 일관성 등에 대한 영향력 있는 선택에 대한 ADRs 생성
프로젝트 요구 사항이 발전함에 따라 기존 ADRs를 검토 및 업데이트

! 보안 및 제한 사항

  • 중요한 설계 트레이드 오프를 식별해야 함
  • 사소한 선택에는 적합하지 않음
  • 출력 파일은 spec/90-decisions/ 디렉토리에 저장됨

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs 데모

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ 및 설치 단계

These questions and steps mirror the structured data on this page for better search understanding.

? 자주 묻는 질문

adr-writer은 무엇인가요?

개발 에이전트가 명시적인 아키텍처 결정 레코드 생성 및 관리를 필요로 할 때 적합합니다. 현지화된 요약: Cria Architecture Decision Records (ADRs) para decisões técnicas. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

adr-writer은 어떻게 설치하나요?

다음 명령을 실행하세요: npx killer-skills add LucasBiason/engineering-knowledge-base/adr-writer. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.

adr-writer은 어디에 쓰이나요?

주요 활용 사례는 다음과 같습니다: 미래 개발 참조를 위한 설계 트레이드 오프 문서화, CI/CD, 관측 가능성 및 데이터 일관성 등에 대한 영향력 있는 선택에 대한 ADRs 생성, 프로젝트 요구 사항이 발전함에 따라 기존 ADRs를 검토 및 업데이트.

adr-writer 와 호환되는 IDE는 무엇인가요?

이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.

adr-writer에 제한 사항이 있나요?

중요한 설계 트레이드 오프를 식별해야 함. 사소한 선택에는 적합하지 않음. 출력 파일은 spec/90-decisions/ 디렉토리에 저장됨.

이 스킬 설치 방법

  1. 1. 터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2. 설치 명령 실행

    npx killer-skills add LucasBiason/engineering-knowledge-base/adr-writer 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3. 스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 adr-writer을 바로 사용할 수 있습니다.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

adr-writer

현지화된 요약: Cria Architecture Decision Records (ADRs) para decisões técnicas. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

ADR Writer

Purpose

Create Architecture Decision Records (ADRs) whenever:

  • A trade-off exists
  • Multiple viable options exist
  • A choice impacts future development

This skill makes decisions explicit, documented, and reviewable.

When to Use

  • Plan Lead or user identifies a design trade-off
  • Deciding: architecture patterns, storage, auth, inter-service communication, CI/CD, observability, data consistency

Do NOT use ADRs for trivial choices.

Output Files

  • spec/90-decisions/ADR-XXXX-<slug>.md

Rules

  1. Every ADR must include at least 2 alternatives.
  2. Must explicitly state why alternatives were rejected.
  3. Must list consequences (positive + negative).
  4. If decision depends on unknowns → mark ADR as PROPOSED not ACCEPTED.
  5. Keep ADRs short and actionable.

ADR Statuses

PROPOSED | ACCEPTED | SUPERSEDED | REJECTED

Process

Step 0 — Identify the Decision

Write a 1–2 sentence "decision statement".

Step 1 — Gather Options

List 2–4 realistic alternatives.

Step 2 — Evaluation Criteria

Define what matters: Cost, Complexity, Team familiarity, Performance, Security, Vendor lock-in, Operational burden.

Step 3 — Choose + Justify

Pick one, explain why.

Step 4 — Consequences

List: Immediate consequences, Long-term consequences, Migration impact (if any).

Template

ADR-XXXX — <Title>. Status: PROPOSED. Date, Decision owners. Context. Decision. Options Considered (Option A/B with Pros/Cons). Decision Rationale. Consequences (Positive, Negative, Operational, Security/Compliance, Migration). Open Questions (if any).

관련 스킬

Looking for an alternative to adr-writer or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자