loop
Enforce repeated exec-verify-fix cycles until acceptance criteria pass or blockers are explicit.
Purpose
Use this skill when tasks are partially complete and must continue through strict verification loops.
Trigger
- Remaining TODOs after an execution slice
- Verification produced unresolved findings
- Team is at risk of premature completion claims
Workflow
- Read acceptance criteria and current fix backlog.
- Select the smallest next scope slice.
- Run
team-exec -> team-verify -> team-fix. - Report status as
continue,done, orblocked. - Repeat until criteria pass or blockers become hard constraints.
Guardrails
- No "done" claim with unresolved major/blocker findings.
- Default max cycles per invocation: 3 (unless user overrides).
Output Template
## Loop Status
- cycle:
- status:
## Evidence
| Stage | Result | Evidence |
| --- | --- | --- |
## Remaining Backlog
1. ...
## Next Command
- ...