to-questionnaire

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

1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/filippolmt/skills --skill to-questionnaire-filippolmt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/filippolmt/skills/tree/main/skills/to-questionnaire
Command: npx skills add https://github.com/filippolmt/skills --skill to-questionnaire-filippolmt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a decision depends on knowledge only someone else holds, ad-hoc messages and meetings often miss key questions. This Skill turns an unanswerable decision into a structured Markdown questionnaire that one person can fill in asynchronously or together in a meeting. ## Core Features & Use Cases - Gap-targeted questions: Interviews the user only about the send — who the recipient is and what answers are needed back — then writes questions aimed at the knowledge gap. - Structured document template: Produces a discovery questionnaire with purpose, context, answer instructions, themed question sections ordered most-important-first, and a closing catch-all. - File output: Writes the result to to-questionnaire-<slug>.md in the current directory and reports the path. - Use Case: A product manager needs infrastructure constraints from an ops engineer before planning a launch; the Skill produces a questionnaire covering load expectations, deadlines, and open risks that the engineer answers asynchronously. ## Quick Start Ask the assistant to turn a decision you cannot answer alone into a questionnaire for a specific colleague to fill in.

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 a colleague to answer asynchronously?

Describe who the recipient is and what decisions or facts you need back. The Skill drafts a Markdown questionnaire with themed, most-important-first questions and writes it to a to-questionnaire-<slug>.md file you can send.

What format does the generated questionnaire use?

The output is a Markdown document with a purpose statement, a short context paragraph, answer instructions with deadline and effort, themed question sections with answer stubs, and a closing catch-all question.

Can the questionnaire be filled out live in a meeting instead of async?

Yes. The document is designed for one person to fill in asynchronously or to be completed together over a meeting, with questions ordered most-important-first in case time runs out.

When should I not use a written questionnaire?

A questionnaire fits when one recipient holds knowledge you lack and can answer in writing. It is less suited to open-ended exploration, negotiation, or situations needing real-time back-and-forth dialogue.