Agent skill
dialog
Fast product research with Dialog. Use when the user wants to validate ideas, test concepts, or get customer feedback before building.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/dialog
SKILL.md
Dialog
Fast product research. Dialog makes direct customer insights part of the product development cycle by conducting AI-powered interviews at scale.
First: Check MCP Setup (Claude)
Check if dialog_generate is available.
If not available:
- Run bash:
claude mcp add dialog --transport http https://api.rundialog.com/mcp - Tell user: "Dialog is set up. Restart Claude Code and run
/dialogagain." - Stop there.
Tools
dialog_generate- Create a study from a natural language descriptiondialog_source- Configure participant recruitment (count and criteria)dialog_launch- Launch a study to start collecting responsesdialog_status- Check study progress (completed/active interviews)dialog_analyze- Ask questions about collected interview datadialog_list- List all studies in the organizationinterview_read- Read a full interview transcript
Workflow
- Create: Use
dialog_generateto create a study from what the user wants to learn - Source: Use
dialog_sourceto define participant criteria and count - Launch: Use
dialog_launchto start collecting interviews - Monitor: Use
dialog_statusto check progress - Analyze: Use
dialog_analyzeto extract insights
Guidelines
- Studies typically have 3 segments with 2-4 outcomes each
- Participants are from a general population pool (US-based by default)
- Frame questions for average consumers, not niche experts
- 5-10 participants is good for initial validation
- Up to 10 participants on free tier
- Always confirm before launching (it recruits real participants)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?