cy-loop-tasks
Loop Tasks Driver
Run a requested full spec delivery workflow as a self-healing continue loop. Keep working through implementation, applicable QA, review, and required CI until the delivery contract is met or a concrete external dependency blocks progress. Ordinary edits and single tasks do not enter this workflow.
Entry and routing
Resolve the repo root, .compozy/tasks/<slug>/_spec.md, and the user's goal once.
The initializer detects tasks mode from _tasks.md plus task_*.md; otherwise
it uses free mode. Optional --frontend <claude|cursor> delegates frontend
implementation; --stacked publishes task checkpoints as stacked PRs.
Read references/stacked-prs.md before using that option. Invocation examples
are in references/goal-header-template.md when needed.
Run python3 .agents/skills/cy-loop-tasks/scripts/detect-phase.py <slug> and load
only the matching procedure below. Reuse a loaded procedure while current;
entering another task does not require reloading every skill or shared contract.