decisive-action
SolidGuidance on when to ask clarifying questions vs proceed with standard approaches. Reduces unnecessary interaction rounds.
Install
Quality Score: 95/100
Skill Content
Details
- Author
- athola
- Repository
- athola/claude-night-market
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
clarify-underspecified
Ask the minimum clarifying questions before implementing when scope, constraints, or success criteria are unclear. Use when a request has multiple plausible interpretations, missing acceptance criteria, or ambiguous environment constraints.
ask-questions-if-underspecified
Clarify requirements before implementing. Use when serious doubts arise.
ask-questions-if-underspecified
Clarify requirements before implementing. Use when serious doubts arise.
avoid-acting-on-assumptions
Common mistake — proceeding with assumptions about ambiguous requirements instead of asking a clarifying question first. This skill reminds you to stop and ask before acting on uncertain interpretations.
ask_clarifying_question
Use this skill when a user's request is ambiguous enough that proceeding without clarification risks wasted effort — when a key assumption could significantly change the direction of the work. Triggers on: requests that are underspecified, vague, or where two very different interpretations are equally plausible. Also use when you've started down a path and hit a decision point where you need the user's preference to continue. Do NOT use this skill to ask obvious questions, delay answering, or ask for information you can reasonably infer.