to-questionnaire

Generates a structured Markdown questionnaire to extract knowledge from a specific recipient.

3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/MaxWolf-01/agents --skill to-questionnaire-maxwolf-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/MaxWolf-01/agents/tree/main/mx/skills/to-questionnaire
Command: npx skills add https://github.com/MaxWolf-01/agents --skill to-questionnaire-maxwolf-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you can't answer a decision alone, you need input from someone who holds the missing knowledge. This Skill turns that gap into a written questionnaire the recipient can fill in asynchronously or during a meeting, so you get usable answers instead of vague back-and-forth. ## Core Features & Use Cases - Recipient-focused scoping: Interviews you only about who the questionnaire goes to and what you need back, keeping the conversation short. - Structured document template: Produces a Markdown questionnaire with purpose, context, themed question sections, answer stubs, and a catch-all closing section. - Gap-targeted questions: Orders questions most-important-first and adds "why this matters" notes where a question could be misread. - Use Case: You need infrastructure decisions from a senior engineer before planning a launch. The Skill writes to-questionnaire-launch-infra.md with themed questions on load expectations, scaling, and constraints, ready to send. ## Quick Start Ask the assistant to turn a decision you can't 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 fill in?

State who the questionnaire goes to and what decisions or facts you need back. The Skill drafts a Markdown document with themed, most-important-first questions and answer stubs, saved as to-questionnaire-<slug>.md in your current directory.

What format does the generated questionnaire use?

It produces a Markdown file with a title, purpose, sender and recipient lines, a context paragraph, answering instructions, themed question sections with answer stubs, and a closing catch-all section.

Can the questionnaire be used for live meetings instead of async?

Yes. The document works both as an async form one person fills in and as an agenda you fill out together during a meeting, since questions are ordered most-important-first.

When should I not use a written questionnaire?

Avoid it when the knowledge requires interactive probing, negotiation, or sensitive discussion where written answers would be guarded. It works best for factual gaps a single recipient can answer independently.