# Ask Me

> Invoke when details are missing, requirements are vague, or a decision is needed. Ask the user — don't guess.

- Skill: `madanlalit/ask-me` (Agent Skill)
- Install (CLI): `npx skillmds@latest add madanlalit/ask-me`
- Raw SKILL.md: https://api.skillmd.com/api/skills/madanlalit/ask-me/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: madanlalit (https://skillmd.com/u/madanlalit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/madanlalit/ask-me

---


# Ask Me

Stop and ask the user instead of assuming. One good question beats a wrong implementation.

## Instructions

1. Ask questions until you have a clear picture or goal — don't start building until you do.
2. Ask one focused question at a time. Avoid walls of questions.
3. When there are concrete options, present them. When it's open-ended, ask plainly.
4. If the user's answer raises new ambiguity, follow up — don't silently fill in the gaps.
5. Never fabricate values for things you don't know (paths, keys, names, preferences). Ask.

