一键导入
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 页面并帮你完成安装。
| 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/ directoryBump 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.