원클릭으로
iterate
Convergence loop — brainstorm, fix, re-scan until the codebase is clean. Combines brainstorm→apply→auto in one command.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convergence loop — brainstorm, fix, re-scan until the codebase is clean. Combines brainstorm→apply→auto in one command.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Show token / tool usage stats from the local telemetry log. Use when you want to know "which tools am I burning context on", "which skills are expensive", or "was yesterday's session mostly Read/Grep or actually productive".
Parallel quality audit with 7 specialized agents (Opus). Finds bugs, violations, and quality issues. Use audit for fixes, brainstorm for features.
Manage environment variables with Doppler — auto-install CLI, login, link projects, wrap commands with `doppler run`. Replaces scattered .env files with a hub/spoke architecture.
Scaffolds new projects or onboards existing ones. Detects stack, creates monorepo/single-app, configures strict tooling. Use for greenfield or first-time setup.
Archives completed stories from prd.json to reduce token usage.
Autonomous task execution with testing and security. Works through all tasks without stopping.
| name | iterate |
| description | Convergence loop — brainstorm, fix, re-scan until the codebase is clean. Combines brainstorm→apply→auto in one command. |
| triggers | ["iterate","deep work","converge"] |
| allowed-tools | Bash, Read, Write, Edit, Grep, Glob, Task, TaskCreate, TaskUpdate, TaskList, WebSearch, Agent, SendMessage |
| model | opus |
| user-invocable | true |
| argument-hint | [focus area or max rounds] |
Autonomous brainstorm→fix→re-scan cycle. Runs until the codebase converges (no more findings) or hits the round limit.
iterate
|-- Round 1: brainstorm (5 parallel scans) → apply → auto (fix all)
|-- Round 2: brainstorm (re-scan) → apply → auto (fix remaining)
|-- Round 3: brainstorm (re-scan) → 0-2 findings → done
|
+-- Converged: "Codebase clean after N rounds."
Typical convergence: 3-4 rounds. Each round finds fewer issues as the codebase improves.
Each round follows this sequence:
Run the full brainstorm Phase 1 scan (5 parallel agents: dead code, errors, complexity, deps, live QA).
Count findings by priority:
Write findings to prd.json as stories (brainstorm apply). Deduplicate against existing stories.
Work through all pending stories using the auto execution flow:
Default: 4 rounds. Override with argument:
iterate 2 — max 2 rounds (quick pass)iterate 6 — max 6 rounds (thorough)iterate auth — only scan and fix auth-related files
iterate perf — only scan and fix performance issues
iterate design — only scan design quality and visual issues
In focus mode, brainstorm scans are limited to the specified area.
After exiting the loop:
Iterate Complete
════════════════
Rounds: 3 (converged)
Total findings: 18 (round 1: 10, round 2: 6, round 3: 2)
Total fixed: 16
Remaining: 2 (low priority, deferred)
By category:
- Dead code: 4 found, 4 fixed
- Quality: 5 found, 5 fixed
- Performance: 3 found, 3 fixed
- Visual/Design: 2 found, 2 fixed
- A11y: 2 found, 2 fixed
- Features: 2 found, 0 fixed (deferred)
Codebase health: improved from [initial assessment] to [final assessment]