원클릭으로
new-adr
Scaffold a new Architecture Decision Record
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold a new Architecture Decision Record
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check backend code coverage and flag packages below 80%
Scaffold a new rule (static, live, or catalog) with tests and registration
Regenerate docs from code (rules, API, README)
Split working tree changes into logical git commits and push
| name | new-adr |
| description | Scaffold a new Architecture Decision Record |
| disable-model-invocation | true |
ls docs/adr/Create a new ADR based on the user's description: $ARGUMENTS
Determine the next ADR number from the existing files in docs/adr/.
Create the ADR file at docs/adr/NNNN-<kebab-case-title>.md using this template:
# ADR-NNNN: <Title>
## Status
Proposed
## Date
<today's date in YYYY-MM-DD format>
## Related
- <links to related ADRs if applicable>
## Context
<Problem statement — what situation requires a decision?>
## Decision
<What was decided and why?>
## Scope
### Included
- <what's in scope for this change>
### Out of Scope
- <what's explicitly deferred>
## Consequences
### Positive
- <benefits>
### Negative
- <trade-offs>
Fill in the sections based on the user's description. The Context and Decision sections are the most important — make them specific and concrete.
Report the file path and ADR number when done.