Skill for iterative experiment design using REVISE tasks and calibration workflows. Use when a pilot experiment fails calibration or results are unexpected and need systematic revision with full context carry-forward.
Use this skill when a pilot experiment fails calibration or produces unexpected results. REVISE tasks carry forward context from the previous attempt so the next worker doesn't repeat the same mistakes.
When a pilot experiment fails calibration or results are unexpected, create a REVISE task instead of a fresh task:
bd create "REVISE: <description>" -t task -p 1 --json
bd update <id> --notes "REVISE_OF:<previous-task-id>"
bd update <id> --notes "PRIOR_RESULT:<what happened>"
bd update <id> --notes "FAILURE_DIAGNOSIS:<why it failed>"
bd update <id> --notes "REVISED_PARAMS:<what changed>"
The worker receiving a REVISE task gets the full context of what was tried and why it failed. Include ALL revise context in the worker prompt.
CALIBRATION_ITER:N in Beads notesCALIBRATION_ESCALATED in Beads. Do NOT continue tweaking.