What problem does it solve?
Shipping a spec end to end requires coordinating task execution, QA cycles, peer review, and CI delivery across many iterations; this Skill automates that orchestration as a resumable state machine with one atomic checkpoint commit per task.
Core Features & Use Cases
- Phase-driven execution: A detect-phase script derives the next action (bootstrap, task execution, QA report/execution, peer-review rounds, or delivery) from filesystem truth and state.yaml, so the loop resumes cleanly after any interruption.
- Self-healing recovery: Failed commands, gates, or worker runs stay inside the current phase action for diagnosis and repair; only proven external blockers stop the loop.
- Worker delegation lanes: Frontend tasks dispatch to Claude Code or Cursor herdr workers, and QA reports dispatch to a Claude Fable 5 worker, while the orchestrator retains all checkpoint commits.
- Use Case: Given a spec at .compozy/tasks/<slug> decomposed into task files, run the loop to execute each task with focused validation, produce QA artifacts, remediate deep-review findings until SHIP, and land green exact-head PR CI.
Quick Start
Activate the cy-loop-tasks skill for slug <slug> and continue autonomously until Phase E or a proven external blocker.