원클릭으로
designrecord-drr
Records a formal Design-Rationale Record (DRR) for architectural decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Records a formal Design-Rationale Record (DRR) for architectural decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Issues a proxy audit verdict for a session.
Verifies Definition of Done checks and generates a DoD report.
FPF Pattern F.18: Local‑First Unification Naming Protocol
Initializes a bounded context skeleton under runtime/contexts/<context>.
Mints a new F.18 Name Card with strict Twin-Label and Sense-Seed validation.
Scaffolds a new Skill (SkillSpec + SKILL.md + code stub + fixtures + test harness), regenerates inventory + index, and logs U.Work.
| name | design/record-drr |
| description | Records a formal Design-Rationale Record (DRR) for architectural decisions. |
| version | 0.1.0 |
| status | experimental |
| family | design |
| role | Archivist |
| allowed-tools | ["list_dir","view_file","write_to_file"] |
| policies | ["E.9 Design-Rationale Record","A.10 Evidence Graph Referring"] |
This skill implements Pattern E.9 (Design-Rationale Record Method). It captures the "Why" behind architectural changes, providing immutable history and evolutionary context.
design/record-drrU.RoleAssignment(Archivist)Proposed, Accepted, Deprecated, Rejected.Generate a Markdown file (The DRR) following the ADR (Architecture Decision Record) format:
Filename: [NNN]-[kebab-title].md (where NNN is a sequential number).
Structure:
# [NNN] [Title]
## Status
[Status] on [Date]
## Context
[Description of the problem/force]
## Decision
[Description of the solution]
## Consequences
[Positive and Negative effects]
design/decisions/ directory.