ask-me

Identify missing information and ask clarifying questions before coding.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Mrlyk/SKILLS --skill ask-me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-me
Source: https://github.com/Mrlyk/SKILLS/tree/main/skills/ask-me
Command: npx skills add https://github.com/Mrlyk/SKILLS --skill ask-me

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before starting any implementation, this Skill drives the AI to identify missing information and actively ask clarifying questions, reducing guesswork and rework.

Core Features & Use Cases

  • Context discovery: exhaustively scans the project context, code, and docs to surface uncertainties.
  • Iterative clarifications: maps out remaining information gaps and prioritizes questions.
  • Guided workflow: enforces a two-question-per-round pattern and requires user confirmation before proceeding.

Quick Start

Ask two targeted clarifying questions to resolve uncertainties before starting work.

Frequently Asked Questions about ask-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clarify ambiguous requirements before starting coding?

To clarify ambiguous requirements before coding, this Skill scans project context, code, and docs to identify missing information, then asks targeted questions to resolve uncertainties and reduce rework.

What is the best way to gather missing information for complex code changes?

Gathering missing information for complex code changes is handled by exhaustively scanning the project context to map out information gaps, prioritizing remaining questions, and enforcing a structured two-question-per-round workflow.

How do I enforce a structured questioning workflow for project context discovery?

You can enforce a structured questioning workflow by applying a two-question-per-round pattern that requires explicit user follow-ups and confirmation before proceeding to the actual coding phase.

Does this approach work for tasks with external dependencies?

Yes, this approach works for tasks with external dependencies by actively identifying uncertainties and eliciting the missing information from the user before starting any implementation work.

Why do I need to ask smart questions before coding?

You need to ask smart questions before coding to drive context discovery and elicit missing information, which proactively avoids risks and significantly reduces guesswork and rework during development.