clarify
Installation
SKILL.md
/clarify — Ambiguity Resolution Interview
clarify is a pre-spec interview loop. It is closer to grill-me than
specify: ask one precise question at a time, recommend an answer, record the
answer, and keep going until material ambiguity is gone.
Do not implement, plan execution, or generate final requirements. The output is traceable context for the next workflow.
Runtime Surface
Claude Code
- Use
AskUserQuestionfor mode selection and branching decisions. - Use
Task(subagent_type="clarity-auditor")at audit boundaries. - Use
Task(subagent_type="code-explorer")when a question can be answered from the codebase instead of asking the user.