What problem does it solve?
This Skill prevents recurring, multi-step work from stopping prematurely by coordinating execution, verification, review, and durable progress tracking until the defined completion criteria are satisfied.
Core Features & Use Cases
- PRD-Driven Execution: Breaks a broad task into stories with independently testable acceptance criteria.
- Verification and Review: Filters criteria for falsifiability, verifies outcomes, and applies a final reviewer gate before completion.
- Durable Recovery: Uses a Temporal-backed sagaflow workflow with session persistence, artifact tracking, heartbeat monitoring, and an in-session fallback when the worker is unavailable.
- Use Case: Use it to keep fixing a failing setup, wait for CI results, or iteratively implement a feature until every acceptance criterion has fresh passing evidence.
Quick Start
Ask the loop-until-done skill to keep working on the task until all tests pass and coverage reaches 80 percent.