What problem does it solve?
This Skill prevents non-trivial coding work from drifting into guesswork by forcing a disciplined loop of planning, execution, verification, and review. It replaces vague progress with explicit gates, recorded state, and clear termination criteria so agents do not declare victory too early.
Core Features & Use Cases
- Loop discipline: It guides substantial changes through plan, execute, gate, and review phases instead of ad hoc iteration.
- Mechanical validation: It supports objective checks such as tests, linting, type checks, and other pass-fail gates.
- Stateful workflow control: It uses bundled scripts and session state to track approval, iterations, findings, and worktree progress.
- Use case: A developer making a multi-file refactor can use this Skill to write the plan first, run the right validations, review the diff adversarially, and only then mark the work complete.
Quick Start
Use the work-loop skill to plan, execute, verify, and review your non-trivial change, then report any blockers or completed gates.