calibrate

Reconstruct user intent from transcripts before executing ambiguous or irreversible tasks.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/YutoMizutani/pantheon --skill calibrate-yutomizutani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calibrate
Source: https://github.com/YutoMizutani/pantheon/tree/main/.claude/skills/calibrate
Command: npx skills add https://github.com/YutoMizutani/pantheon --skill calibrate-yutomizutani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents AI assistants from over-interpreting requests by reconstructing the user's true intent before starting work and deciding whether to proceed or ask for clarification.

Core Features & Use Cases

  • Intent Reconstruction: Uses a clean analysis context to rebuild specifications directly from user messages without relying on the main agent's assumptions.
  • Decision Calibration: Applies certainty, reversibility, command, and emotional-signal checks to determine whether execution or a focused question is appropriate.
  • Use Case: Before making a large change, inherited task update, or irreversible operation, use this Skill to verify that the planned action matches the user's stated requirements.

Quick Start

Use the calibrate skill to verify the intended scope before starting the requested task.

Frequently Asked Questions about calibrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent AI agents from over-interpreting ambiguous requests and executing unnecessary actions?

Intent calibration prevents AI agents from over-interpreting ambiguous requests by reconstructing user intent before task execution. It uses transcript analysis and clean-context interpretation to verify scope, ensuring the AI only proceeds when requirements are clear.

When should I validate AI task scope before execution?

Validate AI task scope before execution for ambiguous requests, inherited tasks, large generated outputs, and potentially irreversible operations. Applying intent calibration in these scenarios ensures planned actions match stated requirements before committing to changes.

How does intent calibration decide between proceeding with a task or asking for clarification?

Intent calibration applies certainty, reversibility, command, and emotional-signal checks to decide between proceeding and requesting clarification. This rule-based decision logic evaluates whether the AI's planned action aligns safely with the user's actual goal.

Can I use intent calibration for inherited tasks and large code changes in Claude Code?

Yes, intent calibration works for inherited tasks and large code changes in Claude Code. It uses a clean analysis context to rebuild specifications directly from user messages, bypassing the main agent's assumptions to verify intended scope.

What is the best way to align AI actions with user intent before running irreversible operations?

The best way to align AI actions with user intent is intent calibration before irreversible operations. It reconstructs specifications from user messages and applies reversibility checks to determine whether to execute safely or request clarification.

What are the limitations of using rule-based decision logic for prompt alignment?

Rule-based decision logic for prompt alignment depends entirely on transcript analysis and clean-context interpretation. It may request clarification unnecessarily if user messages lack sufficient detail, though it effectively prevents overreach on ambiguous requests.