一键导入
iteration
Runs autonomous improvement loops with benchmark scoring. Use when score plateaued, deeper fixes needed, or after testing identifies patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Runs autonomous improvement loops with benchmark scoring. Use when score plateaued, deeper fixes needed, or after testing identifies patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates structured, deterministic AI workflow workspaces using ICM methodology. Use when user asks to 'build a workspace', 'create a workflow', 'automate a process', 'validate this workspace', or 'create an agent'.
Creates structured, deterministic AI workflow workspaces using ICM methodology. Use when user asks to 'build a workspace', 'create a workflow', 'automate a process', 'validate this workspace', 'run test cases', or 'create an agent'.
Improves CONTEXT.md and SYSTEM.md prompts for better agent behavior. Use when prompts need improvement or after validation identifies content gaps.
Generates and runs test cases, evaluates results, and identifies gaps. Use when testing workspace quality, generating test cases, or after prompt improvements.
Checks workspace ICM compliance. Use when validating a workspace or checking compliance.
Generates and runs test cases, evaluates results, and identifies gaps. Use when testing workspace quality, generating test cases, or after prompt improvements.
| name | iteration |
| description | Runs autonomous improvement loops with benchmark scoring. Use when score plateaued, deeper fixes needed, or after testing identifies patterns. |
| triggers | ["run improvement loop","iterate on workspace","deeper fixes","score plateau"] |
Execute improvement loops until quality thresholds are met. Iteration applies systematic fixes when first-pass prompt improvements are not enough.
80 < score < 85)score <= 80) after prompt-engineering stops improvingNO CLAIMING IMPROVEMENT WITHOUT RE-RUNNING BENCHMARK NO SKIPPING FIX SUGGESTIONS NO INFINITE ITERATION LOOPS NO SKIPPING ESCALATION WHEN STUCK
node scripts/iterate.ts --workspace <path> --max-retries 3.score >= 85) or no improvement is possible.| Thought | Reality |
|---|---|
| "I will just run it again" | Re-running without fixes wastes cycles. |
| "The score improved by one point" | Marginal gains are not enough. Target is 85 or higher. |
| "I will keep iterating until it works" | Maximum 3 attempts, then escalate. |
status = passed (score >= 85) -> nextSkill = none.status = failed (score < 85 after max retries) -> nextSkill = none and require human follow-up.status = escalated (critical blocker prevents safe continuation) -> nextSkill = none.{
"skill": "iteration",
"status": "passed",
"timestamp": "2026-04-08T00:00:00Z",
"findings": ["Resolved two repeated edge-case failures"],
"recommendations": ["Run final validation and testing before delivery"],
"metrics": {
"scoreBefore": 81,
"scoreAfter": 88,
"iterationsRun": 2
},
"nextSkill": "none"
}
Allowed status values: passed, failed, escalated.
Allowed nextSkill values: none.