What problem does it solve?
This Skill enforces a disciplined, single-task workflow for implementing a feature or fixing a bug from a ticket that includes a step-by-step plan, preventing multitasking and ensuring each change is validated and reviewed before moving on.
Core Features & Use Cases
- Single-task focus: Always work on one checkbox-defined task at a time to reduce context switching and merge conflicts.
- Built-in validation loop: Run validation and testing commands after completing task checkboxes and before requesting reviews.
- Independent review orchestration: Spawn an external reviewer agent to produce an impartial code review and address all findings before final validation.
- Use Case: Implement a small bug fix from a feature ticket, mark sub-tasks as completed, run the test suite, obtain a reviewer report, fix issues, and re-run tests until green.
Quick Start
Use the iterative-work skill to implement the next unchecked task in the ticket document, mark it done, run the specified validation commands, spawn a reviewer, and address all review findings before proceeding.