What problem does it solve?
This Skill automates the execution of iterative and complex workflows, ensuring tasks are completed systematically and reliably until explicit completion criteria are met. It handles everything from simple loops to sophisticated parallel branch orchestration.
Core Features & Use Cases
- Iterative Workflows: Execute steps repeatedly based on user-defined conditions.
- Loop Management: Supports single, nested, and sequential multi-loop plans.
- Parallel Execution: Orchestrates parallel branches with isolated coordination.
- Resilience: Includes watchdog recovery, quota-aware pausing/resuming, and direct reporting.
- Use Case: Automate a software testing pipeline that requires running a suite of tests, analyzing results, and re-running specific tests based on failure patterns, until all critical tests pass.
Quick Start
Use the auto-iterate skill to run the steps defined in the attached plan.md until the exit condition is met.