loop

Installation
SKILL.md

Run this task as a loop: $ARGUMENTS

Load config first. Read docs/agents/vcs.md, docs/agents/stack.md, docs/agents/quality-gates.md, and docs/agents/topology.md (if present). If the first three are missing, suggest /setup-project-skills and fall back to loop.max_cycles: 5. Every command, branch name, and stop condition below comes from config — nothing about this loop is repo-specific. Missing topology.md means treat the repo as self-contained (same as role: standalone).

Roles. The loop dispatches two subagents, named in quality-gates.md#loop:

  • builder (loop.builder_agent, default builder) — writes and fixes code.
  • checker (loop.checker_agent, default checker) — runs /verify-feature and reports. Never edits.
Installs
6
First Seen
Aug 11, 2026
loop — tomwebwalker/skills