スキル一覧に戻る
brendankowitz

accept-adr

by brendankowitz

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

SKILL.md


name: accept-adr description: > Move an implemented ADR from feature folder to docs/adr/ as accepted documentation. Use when user says "accept ADR for {feature-name}" or provides feature-name and adr-filename. Verifies implementation is complete, trims content, updates status to Accepted, and moves to final location.

Accept Implemented ADR

Move an implemented ADR from feature folder to docs/adr/ as accepted documentation.

Usage: When user says "accept ADR for {feature-name}" or provides {feature-name} {adr-filename}

Instructions

  1. Verify implementation is complete: The feature described in the ADR should be implemented and working

  2. Read the proposed ADR from docs/features/{feature-name}/{adr-filename}.md

  3. Final trim pass - Remove any content that's not needed for documentation:

    • No implementation notes or TODOs
    • No phase tracking or status checklists
    • Keep only: Context, Decision, Consequences
    • Ensure it's concise (fits on one screen ideally)
  4. Update status:

    • Change **Status**: Proposed to **Status**: Accepted
    • Update date to current date
  5. Move to docs/adr/:

    • Copy file to docs/adr/{adr-filename}.md
    • Verify it follows naming convention: adr-{YYMM}-{topic}.md
  6. Update feature status:

    • Change readme.md status to "Complete"
    • Update Decision section with link to final ADR location
  7. Output: Confirm the ADR was accepted and show final location

Post-Acceptance

The feature folder remains for historical context. The investigations document the exploration process; the accepted ADR in docs/adr/ is the authoritative decision record.

Future changes that supersede this ADR should:

  1. Create a new feature area (or reuse existing)
  2. Reference the original ADR being superseded
  3. Follow the full investigation -> ADR flow

スコア

総合スコア

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

レビュー

💬

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