원클릭으로
calibrate
Score past predictions against actual outcomes. Closes the feedback loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Score past predictions against actual outcomes. Closes the feedback loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fast pre-flight health check for all Grainulator MCP servers. Pings each server once, reports status in a table, and provides exact fix commands for any that are down. Use before starting any Grainulator session to avoid wasting time on MCP disconnections.
Generate a compiled decision brief from the current sprint's claims.
Generate a presentation deck from the compiled sprint data.
Size-efficient URL fetch with semantic extraction. Use for ad-hoc web research when you want content without the raw HTML overhead.
Corroborate a claim against an external source URL.
Intent router that detects user intent from plain messages and dispatches to the appropriate skill.
| name | calibrate |
| description | Score past predictions against actual outcomes. Closes the feedback loop. |
| tools | ["mcp__wheat__wheat_add-claim","mcp__wheat__wheat_compile","mcp__wheat__wheat_search","mcp__wheat__wheat_status"] |
The user wants to check what actually happened after a sprint's recommendations were implemented.
$ARGUMENTS
Expected format: /calibrate --outcome "what happened" or /calibrate <claim_id> "actual result"
Parse the outcome: The user provides outcome data as free text or claim-specific results.
Match outcomes to predictions: Use wheat_search to find the original estimate, recommendation, or risk claims that predicted something. Compare prediction to actual outcome.
Create calibration claims as cal### claims with evidence tier production (these are real outcomes):
Compute accuracy scorecard:
stated vs web vs documented vs tested claims were accurate?Run wheat_compile.
Print scorecard:
Calibration results:
Predictions scored: <N>
Accurate: <N> (<percent>)
Partially accurate: <N>
Wrong: <N>
Accuracy by evidence tier:
stated: <percent>
web: <percent>
documented: <percent>
tested: <percent>
Next steps:
/brief -- recompile with calibrated data
/research <topic> -- investigate where predictions went wrong