Pick up one task from a backlog project and iterate on it until a Judge sub-agent verifies it is genuinely done, then exit. The "loop" is internal to a single task — implement, verify, judge, fix, re-judge — not across multiple tasks. Invoke as /backlog-loop <project> to pull the next highest-priority todo task, or /backlog-loop <project> <ref> to target a specific task. Use when the user wants the agent to clear one item off the backlog with a built-in verification gate, without engaging the full goal-and-checkpoint workflow of /backlog-goal.
$npx -y skills add mazen160/backlog --skill backlog-loopInstalls into the current project.
Run `npx skills use "https://github.com/mazen160/backlog" --skill "mazen160/backlog/backlog-loop"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mazen160/backlog" that are relevant to the current task. Run `npx skills add "https://github.com/mazen160/backlog"` and select the relevant skills, then follow their instructions.