clarify

Collects and relays agents' questions before a debate starts.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/slior/dialectic-agentic --skill clarify-slior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clarify
Source: https://github.com/slior/dialectic-agentic/tree/main/.cursor/skills/clarify
Command: npx skills add https://github.com/slior/dialectic-agentic --skill clarify-slior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and relays agents' questions before a debate starts to ensure shared problem understanding.

Core Features & Use Cases

  • Coordinates a per-agent clarification loop across all configured agents, allowing multiple iterations per agent and recording the user's answers for each question.
  • Writes each agent's questions and the user's answers to the debate workspace for auditability.
  • Generates a final clarification summary document to reference during the debate.

Quick Start

Enable clarifications in the debate config and run the orchestrator to start collecting per-agent questions.

Frequently Asked Questions about clarify

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

FAQPage Schema
How do I ensure agents share problem understanding before a multi-agent debate starts?

Pre-debate clarification ensures shared problem understanding by collecting and relaying agents' questions before a debate starts. The orchestrator coordinates a per-agent clarification loop, recording user answers to align all participants on the debated problem.

What is a pre-debate clarification loop in a multi-agent workflow?

A pre-debate clarification loop is a multi-agent workflow process that collects questions from each configured agent iteratively. It records the user's answers for each question and persists them to the debate workspace to ensure alignment and auditability before the main debate begins.

How do I set up agent clarifications for a multi-agent debate workflow?

To set up agent clarifications, enable clarifications in the debate config and run the orchestrator. The orchestrator then dispatches role-clarify subagents to start collecting per-agent questions, allowing multiple iterations per agent until all clarifications are resolved.

Can I allow multiple clarification iterations per agent in a multi-agent system?

Yes, the multi-agent clarification process allows multiple iterations per agent. The orchestrator coordinates the loop across all configured agents, dispatching role-clarify subagents and recording the user's answers for each question until the clarification phase is complete.

Does the clarification orchestrator save questions and answers for auditability?

Yes, the clarification orchestrator persists questions and answers to the debate workspace for auditability. It writes each agent's questions and the user's answers to the workspace, generating a final clarification summary document to reference during the debate.

What are the limitations of using a pre-debate clarification orchestrator?

The clarification orchestrator is limited to pre-debate alignment and does not participate in the actual debate. It requires configured agents and a debate workspace to function, meaning it cannot operate standalone without an existing multi-agent debate setup.