From auto-todo
Scheduled task version of todo-execute. Runs daily via Desktop Scheduled Tasks. Executes approved tasks in git worktrees with safety constraints. NOT user-invocable — triggered only by Desktop Scheduled Tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-todo:todo-execute-scheduledThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Desktop Scheduled Task から定期実行される execute ジョブ。
Desktop Scheduled Task から定期実行される execute ジョブ。
${CLAUDE_PLUGIN_ROOT}/data/config.yaml を Read${CLAUDE_PLUGIN_ROOT}/data/approved/ 内の *.md を一覧(空なら終了)rm -rf, sudo, curl, wget は禁止(hooks/hooks.json で enforcement).env, credentials, secret を含むファイルを読まないnpx claudepluginhub sizukutamago/auto-todo --plugin auto-todoExecutes eligible tasks from session task list, syncs against codebase/PR state to surface stales, and generates handovers. Use /task-run [--all] [--sync [--dry-run]] [--handover [query]].
Manages tasks using native Claude Code subagent tools (TaskCreate, TaskUpdate, TaskList, TaskGet). Tracks TODOs, checkpoints progress, and resumes work across sessions.