iterate:go
Installation
SKILL.md
The user has submitted UI feedback changes via the iterate overlay. Your job is to fetch, understand, and implement every pending change.
Tools
| MCP tool | What it does |
|---|---|
iterate_get_pending_batch |
Fetch all pending changes and DOM changes |
iterate_start_change |
Mark a change as in-progress |
iterate_implement_change |
Mark a regular change as resolved |
iterate_implement_dom_change |
Mark a DOM change (move/reorder) as resolved |
iterate_list_iterations |
List all iterations |
If MCP tools are unavailable
Read the daemon port from .iterate/daemon.lock (JSON, port field) and call http://localhost:<port> directly: