スキル一覧に戻る
venikman

designrecord-drr

by venikman

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


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

Design: Record DRR (E.9)

1. Context

This skill implements Pattern E.9 (Design-Rationale Record Method). It captures the "Why" behind architectural changes, providing immutable history and evolutionary context.

2. Metadata

  • ID: design/record-drr
  • Role: U.RoleAssignment(Archivist)
  • Standard: E.9, A.10

3. Instructions

3.1 Input Requirements

  1. Context: The affected system or domain.
  2. Title: Short summary of the decision.
  3. Status: Proposed, Accepted, Deprecated, Rejected.
  4. Context (Problem): What is the issue?
  5. Decision: What are we doing?
  6. Consequences: What becomes easier? What becomes harder? (Trade-offs).

3.2 Output Artifact

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]
    

3.4 Execution Steps

  1. Index: Find the next sequential number in the design/decisions/ directory.
  2. Draft: Create the file with the strict headers.
  3. Commit: (Implicit) The file is written to disk.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です