smithery.ai

accept-adr

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.

First seen Apr 4, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,875 B
  • docs SUMMARY.md 304 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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
  1. Read the proposed ADR from docs/features/{feature-name}/{adr-filename}.md
  1. 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)

  1. Update status:

- Change Status: Proposed to Status: Accepted - Update date to current date

  1. Move to docs/adr/:

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

  1. Update feature status:

- Change readme.md status to "Complete" - Update Decision section with link to final ADR location

  1. 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