Enter a guided execution intake, starting with a natural freeform prompt if needed, then confirm the execution mode before running task-runner.sh.
Use this skill to execute tasks through the repository runner.
Run one task or all active tasks via task-runner.sh.
CLAUDE.mdTASKS.mdRETRY.mdVERIFY.mdtask-runner.shThis is a guided execution-entry skill.
It is lighter-weight than /spec, /plan, and /tasks, but it should still confirm the execution mode before acting when that mode is not explicit.
Do not require slash-command arguments.
The skill should feel like:
If the user has only invoked /run-tasks, begin with a short natural prompt such as:
你是想跑单个 task,还是跑当前全部 active tasks?Use AskUserQuestion only to clarify execution choices such as:
Do not turn this skill into a deep requirements interview.
The runner is not a plain shell loop. It must:
./task-runner.sh list./task-runner.sh prompt --task <path>./task-runner.sh run --task <path>./task-runner.sh run-all