iterate:prompt
Installation
SKILL.md
The user wants to create multiple UI variations from a prompt. Their prompt is:
$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_create_iteration |
POST /api/iterations — body: { "name": "...", "baseBranch": "..." } |
iterate_remove_iteration |
DELETE /api/iterations/{name} |
Steps
- Check current state. Call
iterate_list_iterationsto see what iterations already exist. If iterations already exist, ask the user whether to create new ones alongside them or remove the existing ones first.
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:keep
Pick a winning iteration to merge back to the base branch and clean up the rest.
29iterate:go
Implement all pending UI feedback changes from the iterate overlay. Use this after submitting a batch of changes in the browser.
28