questionnaire

Drafts focused questionnaires for knowledge holders to resolve specific facts and decisions.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/oxie/prime-agent-skills --skill questionnaire-oxie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: questionnaire
Source: https://github.com/oxie/prime-agent-skills/tree/main/questionnaire
Command: npx skills add https://github.com/oxie/prime-agent-skills --skill questionnaire-oxie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When a decision depends on facts only a colleague, expert, or client knows, this Skill turns that knowledge gap into a structured, answerable questionnaire draft instead of a vague or bloated list of questions. ## Core Features & Use Cases - Gap-driven question mapping: Maps each required decision or fact to known evidence, remaining unknowns, and targeted questions, avoiding duplicate or already-answered asks. - Recipient-ready drafts: Produces a Markdown draft with purpose, context, numbered single-idea questions, answer stubs, and uncertainty-friendly instructions. - Coverage verification: Traces every required outcome through the question set and returns a coverage note labeling any unresolved gaps. - Use Case: A launch lead needs to decide whether one instance has enough capacity. The Skill drafts questions for the service owner covering the peak request forecast, its supporting evidence, and the required reserve rule, citing the supplied load-test results instead of re-asking them. ## Quick Start Draft questions for our service owner to decide whether launch capacity is sufficient, using the attached load-test results, and do not send it.

Frequently Asked Questions about questionnaire

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

FAQPage Schema
How do I draft a questionnaire for a subject matter expert?▼

Provide the recipient's role, the decision the answers must support, and any known context or documents. The Skill maps each required fact to a targeted question, orders questions by importance, and returns a Markdown draft with answer stubs.

How do I avoid asking questions that are already answered?▼

The Skill inspects supplied documents and authorized project sources first, citing known facts as context instead of re-asking them. It only asks the user clarifying questions about gaps that materially change the draft.

Can the questionnaire be sent to recipients automatically?▼

No. The Skill is draft-only and never emails, messages, publishes, or enrolls respondents. Sending requires separate authorization and tool checks outside this Skill's scope.

What output format does the questionnaire draft use?▼

The default output is Markdown delivered in chat, including a title, purpose, context paragraph, numbered questions with answer stubs, and a coverage note. File output happens only when requested within an authorized output scope.

When should I not use a questionnaire draft?▼

Do not use it as an automatic customer-research program, survey campaign, or to interview the user about facts only the recipient knows. It also does not shift decisions onto recipients who lack authority to make them.