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, defaultbuilder) — writes and fixes code. - checker (
loop.checker_agent, defaultchecker) — runs/verify-featureand reports. Never edits.