Creates completion records for finished TODOs in .todos/done/ directory.
Use this skill when a TODO item is fully completed and needs a completion record.
/home/juhyung/jhconfig/TODO.md- [ ] Task → - [x] Task/home/juhyung/jhconfig/.todos/done/task-name-slugified.md (e.g., add-dark-mode-toggle.md)# Task Name
**Status:** Done
**Date:** YYYY-MM-DD
## Details
- Brief summary of what was done
- Key changes or implementations
- Features added/fixed
## Notes
- Additional context or learnings
- Any gotchas or special considerations
git add TODO.md .todos/done/[filename] && git commit -m "mark '[task name]' done and add completion record"✅ Marked 'Add dark mode toggle' as completed
Created: .todos/done/add-dark-mode-toggle.md
Committed: "mark 'Add dark mode toggle' done and add completion record"