to-questionnaire

Generates a Markdown discovery questionnaire for a recipient who holds knowledge the user lacks.

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/PVMalove/claude-agent-harness --skill to-questionnaire-pvmalove
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/PVMalove/claude-agent-harness/tree/main/skills/vendor/mattpocock/productivity/to-questionnaire
Command: npx skills add https://github.com/PVMalove/claude-agent-harness --skill to-questionnaire-pvmalove

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a decision depends on knowledge held by someone else, ad-hoc messages and meetings often miss key questions. This Skill turns an unanswerable decision into a structured Markdown questionnaire that one recipient can fill in asynchronously or together with the user in a meeting. ## Core Features & Use Cases - Recipient-focused intake: Interviews the user only about who the questionnaire goes to and what answers are needed back, keeping the conversation answerable. - Gap-targeted questions: Drafts questions aimed at the gap between what the recipient knows and what the user needs, ordered most-important-first for single-pass async replies. - Structured document output: Writes a themed questionnaire with purpose, context, answer instructions, per-question answer stubs, and a catch-all section to to-questionnaire-<slug>.md. - Use Case: A developer unsure about production load requirements sends the generated questionnaire to an ops lead, who fills in traffic expectations and scaling constraints asynchronously. ## Quick Start Ask the assistant to turn a decision you cannot answer alone into a questionnaire for the person who holds the missing knowledge.

Frequently Asked Questions about to-questionnaire

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

FAQPage Schema
How do I create a questionnaire for someone else to fill in?▼

Describe who the questionnaire goes to and what answers you need back. The Skill drafts gap-targeted questions ordered most-important-first and writes them to a Markdown file named to-questionnaire-<slug>.md in the current directory.

What format does the generated questionnaire use?▼

The output is a Markdown document with a purpose statement, a short context section, answer instructions with deadline expectations, themed question sections with answer stubs, and a closing catch-all for anything not asked.

Can the questionnaire be filled in during a meeting instead of async?▼

Yes. The document works both as an async hand-off and as a live meeting guide. Questions are ordered most-important-first specifically because async replies may only get one pass.

When should I not use a written questionnaire?▼

Avoid it when the knowledge gap is small enough for a quick direct question, or when the topic requires interactive back-and-forth probing that a static document cannot support.