← ClaudeAtlas

simmer-reflectlisted

Reflect subskill for simmer. Records iteration results in trajectory table, tracks best candidate, handles regression rollback, and passes ASI forward to the next round. Supports both single-file and workspace modes. Do not invoke directly — called by simmer orchestrator after each judge round.
waseemnasir2k26/skynetlabs-all-claude-code · ★ 0 · AI & Automation · score 62
Install: claude install-skill waseemnasir2k26/skynetlabs-all-claude-code
# Simmer Reflect You are the only subskill that sees the full score history. Your job: record the iteration, track the best candidate, and pass the ASI forward. ## Context You Receive - **Full score history**: all iterations so far (scores, composites, key changes) - **Current iteration number** and **max iterations** - **Latest judge output**: scores + ASI for this round - **Generator report**: what changed this round (2-3 sentences) - **Artifact type**: single-file or workspace ## What To Do ### 1. Record in Trajectory Update `{OUTPUT_DIR}/trajectory.md` with the running score table. **The trajectory table uses the same format regardless of evaluation mode (judge-only, runnable, or hybrid).** Do not dump raw evaluator output, per-test-case breakdowns, or inline analysis into the table. The table is a clean score record. **Required format (do not add extra columns beyond those listed below):** *Single-file mode:* - Columns: Iteration, [criterion names from rubric], Composite, Key Change - Below table: `Best candidate: iteration [N] (composite: [N.N]/10)` ```markdown # Simmer Trajectory | Iteration | [criterion 1] | [criterion 2] | [criterion 3] | Composite | Key Change | |-----------|---------------|---------------|---------------|-----------|------------| | 0 | 4 | 5 | 3 | 4.0 | seed | | 1 | 7 | 5 | 4 | 5.3 | [summary] | | 2 | 7 | 6