一键导入
skill-complete
Run when the user asks for skill-complete, /complete, or to move a Todam active execution plan to completed after all status checks pass.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run when the user asks for skill-complete, /complete, or to move a Todam active execution plan to completed after all status checks pass.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run when the user asks for skill-review, /review, or to check Todam implementation drift against an active execution plan.
Run when the user asks for skill-pr, /pr, or to create a Todam pull request from the current branch.
Run when the user asks for skill-issue, /issue, or to create a GitHub issue from Todam templates and an active plan.
Run when the user asks for skill-commit, /commit, or to split and commit Todam changes using the repository commit convention.
Run when the user asks for skill-impl, /impl, /impl <feature> be, /impl <feature> fe, or to implement a Todam active execution plan.
Run when the user asks for skill-plan, /plan, or to create a Todam execution plan from requirements, feature specs, and API contracts.
| 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. |
Move a fully checked plan from active to completed.
<feature>.docs/exec-plans/active/<feature>.md.## Status, require every checklist item to be checked. If any are unchecked, stop and list them.Outcome status/follow-up if the template has that section.git mv docs/exec-plans/active/<feature>.md docs/exec-plans/completed/<feature>.md..claude/scripts/plan-gate.mjs.Respond briefly after execution:
성공: <completed로 이동한 plan 경로>실패: <실패한 workflow 단계와 이유>Success/failure is based on complete workflow completion, not Supabase insert success.