cmd-done-check
Installation
SKILL.md
Done Check
A quick self-interrogation to catch loose ends before declaring a task complete.
Instructions
Answer each question honestly. If anything is incomplete, say so and ask the user whether to continue.
1. Did you do everything the user asked?
- Re-read the original request. Is every explicit ask addressed?
- Did you skip or defer anything without telling the user?
- Did you say "I'll also..." or "next, we should..." and then not do it?
2. Did you leave any loose ends?
- Are there TODOs, FIXMEs, or placeholder values you introduced that should be resolved now?
- Are there commented-out blocks, debug prints, or temporary stubs in the output?
- Are there follow-up steps you mentioned but didn't take?