iterate:keep
Installation
SKILL.md
The user wants to keep one iteration and merge it into the base branch. They said:
$ARGUMENTS
Tools
Use the MCP tools below. If MCP tools are not available (e.g. the server isn't connected), fall back to the daemon's REST API at http://localhost:4000:
| MCP tool | REST equivalent |
|---|---|
iterate_list_iterations |
GET /api/iterations |
iterate_pick_iteration |
POST /api/iterations/pick — body: { "name": "...", "strategy": "merge" } |
Steps
- List iterations. Call
iterate_list_iterationsto see all active iterations with their names, branches, and any command prompts.
Related skills
More from connorwhite-online/iterate
iterate
Set up iterate in the current project. Detects your framework, installs the package, wires it into your config, and configures the MCP server.
31iterate:go
Implement all pending UI feedback changes from the iterate overlay. Use this after submitting a batch of changes in the browser.
28iterate:prompt
Create multiple iterate variations from a design prompt and implement each one differently.
27