원클릭으로
adr-done
Mark an ADR as Implemented (or Superseded) and archive it, following INDEX.md conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mark an ADR as Implemented (or Superseded) and archive it, following INDEX.md conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bump version, generate changelog draft, tag, and deploy a release.
Create a feature branch, commit changes, push, and open a PR to main.
Check docs/ai/ spec files and ADRs for inconsistencies with the actual codebase. Report only, no modifications.
Check docs/ai/ spec files and ADRs for inconsistencies with the codebase, then fix all discrepancies.
Scan the codebase for security vulnerabilities. Check OWASP top 10, input validation, auth, crypto, and known BACKLOG security items.
Scan the project for refactoring opportunities, then fix them. No behavior/visual changes.
| name | adr-done |
| description | Mark an ADR as Implemented (or Superseded) and archive it, following INDEX.md conventions. |
| argument-hint | <ADR number> [Superseded by NNN] |
| allowed-tools | Read, Glob, Bash(ls *), Bash(mv *), Edit |
Mark ADR $ARGUMENTS as completed and archive it.
Read INDEX.md at docs/ai/adr/INDEX.md to confirm:
Implemented, Proposed, Superseded (never "Done")docs/ai/adr/archive/Find the ADR file: Look in docs/ai/adr/ (top-level) for the matching ADR number.
Determine new status:
ImplementedSupersededUpdate the ADR file:
## Status: Proposed → ## Status: Implemented (or Superseded)Move to archive:
mv docs/ai/adr/{file}.md docs/ai/adr/archive/Update INDEX.md:
Implemented (or Superseded)Implemented, Proposed, Superseded — never "Done", "Complete", etc.archive/docs/ai/adr/ directory