Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

experiment-iterative-coder

// Iterative code refinement through plan → code → evaluate → refine cycles. Runs lint checks (ruff), tests (pytest), and structured self-evaluation each cycle, then diagnoses failures and refines. Decomposes complex tasks into sequential phases, iterates up to 3 times per phase (10 total). Use when: the main agent delegates a code task with 'MODE: MORE_EFFORT', the user selects 'More Effort' code generation mode, or the task explicitly requests iterative refinement for higher code quality. Do NOT use for single-pass code generation (Lite mode), experiment pipeline orchestration (use experiment-pipeline), or diagnosing a specific experiment failure (use experiment-craft).

$ git log --oneline --stat
stars:380
forks:41
updated:2026년 3월 28일 15:04
파일 탐색기
3 개 파일
SKILL.md
readonly