From auto-todo
Approve a planned task for execution. Moves the task file from planned/ to approved/. Use when user says "承認", "approve", "todo-approve", "実行して", "これでOK", or wants to approve a planned TODO task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-todo:todo-approveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
planned/ にあるタスクを approved/ に移動して実行待ちにする。
planned/ にあるタスクを approved/ に移動して実行待ちにする。
$ARGUMENTS — タスク ID(例: T-20260323-001)。省略時は planned/ の一覧を表示して選択を促す。
$ARGUMENTS が空の場合:
${CLAUDE_PLUGIN_ROOT}/data/planned/ のファイル一覧を表示${CLAUDE_PLUGIN_ROOT}/data/planned/$ARGUMENTS.md の存在を確認
approved_at: <現在時刻 ISO 8601> を追記planned/ → approved/ に移動:
mv ${CLAUDE_PLUGIN_ROOT}/data/planned/$ARGUMENTS.md ${CLAUDE_PLUGIN_ROOT}/data/approved/
T-20260323-001 を承認しました(approved/ に移動)
次回の execute ジョブ、または /auto-todo:todo-execute T-20260323-001 で実行されます
npx claudepluginhub sizukutamago/auto-todo --plugin auto-todoLooks up tasks by ID or name, marks them in-progress, starts worklogs if enabled, executes using tools like EnterPlanMode and Bash, then completes via /complete-task. Use to pick up and execute tasks.
Looks up task by ID or name with taskmd, reads details, marks in-progress, starts worklog if enabled, executes using tools like EnterPlanMode, and completes it. Use to pick up and run predefined tasks.
Marks tasks ongoing in TASKS.md and begins execution. Triggers on 'start', 'work on', task slugs like #fix-auth, or /starting-task.