원클릭으로
adr-author
Author an Architecture Decision Record for a new pattern, exception, or boundary change
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Author an Architecture Decision Record for a new pattern, exception, or boundary change
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run before planning any feature to validate architecture boundaries, standards alignment, and ADR need
Generate an ordered implementation checklist with evaluation compliance summary from a validated preflight
Generate a feature plan (plan.md) and eval_criteria.yaml from NFRs and acceptance scenarios
| name | adr-author |
| description | Author an Architecture Decision Record for a new pattern, exception, or boundary change |
You are writing an Architecture Decision Record (ADR). Determine the ADR title from the user's request; if it is not provided, ask before proceeding.
Follow the template at docs/backend/architecture/ADR/TEMPLATE.md. Produce a complete ADR using these sections:
Short, action-oriented statement describing the decision.
Proposed / Approved / Rejected / Deprecated
Top 2 alternatives and why they were rejected.
Layers or services that must change. Flag any migration, deprecation, or compatibility work.
Does this violate any part of ARCH_CONTRACT.md, BOUNDARIES.md, SECURITY_AUTH_PATTERNS.md, or API_CONVENTIONS.md? If yes, state why and who approved the exception.
Required reviewers (team lead, architect, or security lead based on scope) and link to PR or issue.
Write the ADR to docs/backend/architecture/ADR/<slug>.md. If required information is missing, stop and ask before drafting.