원클릭으로
assistant-clarify
Clarify ambiguous or multi-intent requests. Use when the user asks to untangle, structure, or restate what they mean.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Clarify ambiguous or multi-intent requests. Use when the user asks to untangle, structure, or restate what they mean.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | assistant-clarify |
| description | Clarify ambiguous or multi-intent requests. Use when the user asks to untangle, structure, or restate what they mean. |
| effort | medium |
| triggers | [{"pattern":"chaotic prompt|messy prompt|unclear prompt|figure out what i mean|help me structure this|turn this into a structured prompt|clarify my request|not sure how to ask this|can you make sense of this|i'm not sure what i'm asking|not sure what i need|help me untangle|sort this out with me|i have a few things mixed together|this might be two separate asks|i'm deciding between|should i do x or y","priority":75,"min_words":4,"reminder":"This request matches assistant-clarify. Invoke it to restate the likely goal, ask 0-3 high-yield clarification questions only when needed, apply safe defaults when possible, and convert the input into a structured brief before proceeding."}] |
Use this when the user's message is hard to execute safely because it is fragmented, multi-intent, or underspecified.
Do not tell the user their prompt is "chaotic." Treat it as a normal collaboration problem: extract signal, reduce ambiguity, and keep momentum.
| Tool | File | When to use |
|---|---|---|
| Chaotic Prompts | chaotic-prompts.md | User intent is compressed, mixed, or partially implicit. |
| Research Notes | research-notes.md | Need the psychology rationale behind the workflow. |
Read and follow these contracts before running the clarification workflow.
| Contract | File | Purpose |
|---|---|---|
| Input | contracts/input.yaml | Required context to resolve before clarifying a request. |
| Output | contracts/output.yaml | Required artifacts to produce before proceeding with execution. |
This is a Utility skill. It has no phase gates or sub-agent handoffs.
Turn ambiguous, multi-intent, or underspecified prompts into a concise execution brief without shaming the user or stalling clear work. Preserve momentum by acting with safe defaults when ambiguity does not materially change the next action.
ready_to_execute and execution may proceed without asking ritual questions.Before asking, classify the ambiguity:
Default to action for low-risk discovery steps such as reading local files, inspecting existing project docs, or drafting a provisional brief.
Read chaotic-prompts.md when any of these are true:
Return:
needs_clarification or blocked.Manage durable memory safely. Use for explicit remember, recall, forget, or memory-health requests and stable corrections or preferences.
Review code and re-review fixes until clean. Use for explicit code review or the workflow Review phase; QA runs only when required.
Create or update V1 skills and contracts. Use for skill scaffolding, contract design, or contract-compliance validation.
Run proportional development phases. Use to plan, build, implement, fix, migrate, or refactor project artifacts.
Generate and rank options. Use light mode for quick improvement scans and deep mode for explicit brainstorming or broad exploration.
Diagnose unknown failures by reproducing and isolating before fixing. Use for debugging, root causes, flaky tests, or unexplained breakage.