prompt-improver

Generates clarifying questions for vague user prompts using a four-phase workflow.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SamyakJhaveri/loam --skill prompt-improver-samyakjhaveri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-improver
Source: https://github.com/SamyakJhaveri/loam/tree/main/cultivation/marketplace/helpers/skills/prompt-improver
Command: npx skills add https://github.com/SamyakJhaveri/loam --skill prompt-improver-samyakjhaveri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Prompt Improver solves vague user prompts by researching context and generating 1–6 targeted clarifying questions before execution.

Core Features & Use Cases

  • Phase 1 — Research: gather context from conversation history and relevant files to ground the clarifying questions.
  • Phase 2 — Generate Questions: produce 1–6 precise, multiple-choice questions to reduce ambiguity.
  • Phase 3 — Clarification: present questions to the user for concrete intent.
  • Phase 4 — Execute: proceed with the action once intent is clarified.

Quick Start

When a user prompt is vague, trigger the prompt-improver to research context and generate 1–6 clarifying questions before proceeding.

Frequently Asked Questions about prompt-improver

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

FAQPage Schema
How do I clarify vague prompts before an AI assistant executes a task?

You can clarify vague prompts by triggering a four-phase workflow that gathers conversation context, generates 1–6 multiple-choice questions to reduce ambiguity, and waits for your answers before executing.

What is the best way to automate asking clarifying questions for ambiguous AI prompts?

The best way to automate clarifying questions is implementing a UserPromptSubmit hook that triggers a four-phase workflow: researching context, generating precise questions, presenting them interactively, and executing the task once intent is confirmed.

How does context research improve prompt clarification in an interactive AI session?

Context research improves prompt clarification by analyzing conversation history and relevant files to ground the generated questions, ensuring the 1–6 multiple-choice questions target the actual ambiguities in the vague user prompt.

Can I bypass the clarifying questions phase and execute immediately if the intent is already clear?

Yes, you can bypass the clarification phase and execute immediately. The workflow triggered by the UserPromptSubmit hook includes optional bypass semantics, allowing it to skip question generation and proceed directly to action when prompts are clear.

Does the prompt clarification workflow support multiple-choice questions for reducing ambiguity?

Yes, the prompt clarification workflow supports multiple-choice questions. During the question generation phase, it produces 1–6 precise, multiple-choice options to concretely capture user intent and reduce ambiguity before execution.

When should I avoid using automated clarifying questions in my AI workflow?

You should avoid using automated clarifying questions when your prompts already contain clear intent and sufficient context, as the optional bypass semantics will skip the workflow, or when operating outside interactive AI sessions where presenting questions is not feasible.