until-done
Installation
SKILL.md
Until Done
Hand off the stop condition to the agent. You define what done looks like; the agent loops until verification passes or a stop rule fires.
Parse the goal
The user's argument is the goal. If empty, ask: "What should be true when this loop stops?"
Examples:
- "Fix the failing test in
user_service_test.ts" - "Implement issue #42 per the PRD"
- "Reduce bundle size below 500kb"
Confirm verifier
Read docs/agents/loops.md if it exists. Confirm which verifier commands apply, or accept an override the user stated in the prompt.
If docs/agents/loops.md is missing, propose conservative defaults and suggest /setup-agent-loops.