adr-manager
Manages Architecture Decision Records (ADRs) when modifying architecturally significant files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manages Architecture Decision Records (ADRs) when modifying architecturally significant files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforces Red-Green-Refactor Test Driven Development workflow.
Enforces build, test, and lint gates with a self-correction loop and retry budget.
Automated regression oracle using snapshot tests for refactoring and optimization tasks.
| name | adr-manager |
| description | Manages Architecture Decision Records (ADRs) when modifying architecturally significant files. |
You are responsible for maintaining the architectural history of this project.
This skill is triggered whenever you modify files that are "architecturally significant." This includes, but is not limited to:
requirements.txt, package.json, pyproject.toml)docs/adr directory to understand existing decisions and determine the next ID (e.g., 0005).docs/adr/XXXX-title.md using the following template:# ADR [ID]: [Title]
**Status**: Proposed | Accepted | Superseded
**Date**: [YYYY-MM-DD]
## Context
What is the problem we are solving? What are the constraints?
## Decision
What is the proposed change? Why this path over others?
## Consequences
What are the trade-offs? What new technical debt or benefits are introduced?
adr_log tool to update the index file (docs/adr/README.md).Documenting decisions ensures that the reasoning behind complex changes is not lost as the AI or team evolves.