adr
Create architecture decision records using MADR 4.0 format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create architecture decision records using MADR 4.0 format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create effective D2/Mermaid diagrams optimized for terminal display
Add an image to a decision document — rename, move to docs/assets/, insert reference
Create blameless incident reports and post-mortems
Complete Mermaid flowchart reference — shapes, edges, subgraphs, styling
Complete Mermaid sequence diagram reference — participants, arrows, activations, control flow
Create business opportunity documents with thorough questioning
| name | adr |
| description | Create architecture decision records using MADR 4.0 format |
Capture a technical architecture decision using MADR 4.0 format.
Check existing context:
dg list
dg validate
Link to OPP when applicable: If this ADR implements a business opportunity, reference it.
Create the ADR:
dg new adr "Use Ruby on Rails with PostgreSQL"
Fill in the document:
proposed — Under discussion, not yet decidedaccepted — Decision is final and activedeprecated — No longer relevantsuperseded — Replaced by a newer ADR (link to it)implements: fieldimplements: or conflicts_with: fieldsdepends_on: for decisions that block or are blocked by other docs<!-- FIXME: ... --> for information gaps that need follow-up