| name | skill-complete |
| description | Run when the user asks for skill-complete, /complete, or to move a Todam active execution plan to completed after all status checks pass. |
Skill Complete
Move a fully checked plan from active to completed.
Workflow
- Parse arguments as
<feature>.
- Read
docs/exec-plans/active/<feature>.md.
- In
## Status, require every checklist item to be checked. If any are unchecked, stop and list them.
- Update
Outcome status/follow-up if the template has that section.
- Move the file with
git mv docs/exec-plans/active/<feature>.md docs/exec-plans/completed/<feature>.md.
- Tell the user the pre-commit gate will enforce
.claude/scripts/plan-gate.mjs.
Completion Response
Respond briefly after execution:
성공: <completed로 이동한 plan 경로>
실패: <실패한 workflow 단계와 이유>
Success/failure is based on complete workflow completion, not Supabase insert success.