conversational-refinement

Guide iterative dialogue to resolve uncertain data through hypothesis tracking and probe packets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/drhayf/GUTTERS --skill conversational-refinement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conversational-refinement
Source: https://github.com/drhayf/GUTTERS/tree/main/.agent/skills/conversational-refinement
Command: npx skills add https://github.com/drhayf/GUTTERS --skill conversational-refinement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When data is uncertain or incomplete, this pattern guides the system to refine understanding through natural dialogue instead of direct questioning, reducing ambiguity and improving reliability.

Core Features & Use Cases

  • Pattern-driven conversational refinement for LLMs, including uncertainty declarations, hypothesis tracking, and probe-driven evidence gathering.
  • Supports an end-to-end lifecycle: from uncertainty declaration to probe generation, session management, and final confirmation.
  • Use Case: Deploy this pattern to resolve ambiguous user intents or missing factual data within an autonomous module, by engaging in controlled dialogue and logging evidence.

Quick Start

Start a conversational refinement session to collect uncertain data and resolve open hypotheses.

Frequently Asked Questions about conversational-refinement

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

FAQPage Schema
How do I resolve uncertain data outputs in LLM modules through natural dialogue?

To resolve uncertain data outputs, you apply conversational refinement by guiding an iterative dialogue to test hypotheses and gather evidence, reducing ambiguity instead of relying on direct questioning.

What is conversational refinement for resolving ambiguous user intents?

Conversational refinement is a pattern-driven approach that uses uncertainty declarations and adaptive probing to engage in controlled dialogue, logging evidence to clarify and resolve ambiguous user intents.

How do I track open hypotheses during adaptive LLM probing?

You track open hypotheses during adaptive probing by using a conversational API that supports hypothesis tracking, probe packet generation, and session management to orchestrate the evidence-gathering lifecycle end-to-end.

When do I need strategy-driven prompts for incomplete data?

You need strategy-driven prompts for incomplete data when autonomous modules produce uncertain outputs that require evidence gathering and hypothesis testing through iterative, controlled dialogue to achieve final confirmation.

Does conversational refinement work without direct questioning?

Yes, conversational refinement works without direct questioning by using natural dialogue and strategy-driven prompts to conduct evidence gathering, which improves system reliability when handling missing factual data.

What is the lifecycle for probe-driven evidence gathering in conversational AI?

The lifecycle for probe-driven evidence gathering spans from initial uncertainty declaration to probe generation, session management, and final confirmation, automating the refinement of incomplete data through natural dialogue.