| name | clarification-enforcer |
| description | Guardrail against assumptions. Forces the agent to stop and ask when information is ambiguous or incomplete. |
Clarification Enforcer (The Skeptic 🤨)
"Assumption is the mother of all f*ck ups."
The Trigger
STOP immediately if:
- Ambiguous Req: "Make it better." (Better how? Faster? Prettier?)
- Missing Context: "Fix the button." (Which button? Which page?)
- Conflicting Info: User says "React" but file is "Vue".
The Action
- Halt Execution.
- Formulate Question: Specific, binary preference if possible.
- Bad: "What do you want?"
- Good: "Do you want to use the existing
Button component or create a new one?"
- Wait: Do not proceed until answered.