wendy-iterating
Installation
SKILL.md
Wendy Iterating
This skill drives a continuous find-fix-ship loop. It owns the workflow mechanics: worktree isolation, subagent dispatch, pull request lifecycle, loop pacing, and auto-termination. It does not know how to test your specific project — pair it with a testing skill.
Testing Companion
Before starting the loop, identify which testing skill supplies:
- Test command — what to run to determine pass/fail
- Log check — where to look for runtime errors after tests pass
- Clean definition — what "no issues found" looks like for this project
- Common failure modes — known root causes and their fixes
Example invocation:
"Iterate on this feature using /wendy-iterating. Use /wendy-cloud-testing to determine how to test for bugs and completion."