scripts/task_loop.py provides three CLI subcommands for managing repo-local task artifacts. Run it from inside the target repository using the path to wherever you installed the skill.
Requires Python 3.10 or later.
Setting SKILL_PATH
SetSKILL_PATH to the installed skill directory before running any commands. The path depends on which tool you are using.
$SKILL_PATH/scripts/task_loop.py as the script path. Run commands from inside the target repository.
Available subcommands
init
Create
.agent/tasks/<TASK_ID>/, install project-scoped subagents, and update guide files.validate
Validate required task files and JSON structures. Exits 1 if anything is missing or malformed.
status
Summarize current task artifact status, including evidence and verdict overall status.
Workflow phases are not CLI subcommands
The workflow phasesfreeze, build, evidence, verify, fix, and run are skill-level commands directed at the agent. They are not subcommands of task_loop.py. The CLI only provides init, validate, and status.