to-questionnaire

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you cannot answer a decision alone and need input from someone else, ad-hoc messages often miss key questions or arrive without context. This Skill turns that gap into a structured Markdown questionnaire the recipient can fill in asynchronously or during a meeting. ## Core Features & Use Cases - Recipient Profiling: Identifies who the questionnaire goes to, their expertise, and their relationship to you, fixing tone and context level. - Gap-Targeted Questions: Drafts questions aimed precisely at the knowledge gap between what the recipient knows and what you need to decide. - Structured Document Output: Writes a themed, most-important-first questionnaire with answer stubs and a catch-all section to to-questionnaire-<slug>.md. - Use Case: You need infrastructure capacity details from an ops engineer before launch. The Skill interviews you about the recipient and your decisions, then produces a ready-to-send questionnaire covering load expectations, scaling constraints, and open risks. ## Quick Start Ask the assistant to turn the 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 recipient is and what decisions or facts you need from them. The Skill drafts a themed Markdown questionnaire ordered most-important-first, writes it to a slug-named file, and reports the path.

What format does the generated questionnaire use?▼

The output is a Markdown document with a purpose statement, context paragraph, answering instructions, themed question sections with answer stubs, and a closing catch-all section for anything missed.

Can the questionnaire be used for async and live meetings?▼

Yes. The document is designed for one person to fill in asynchronously or to be completed together during a meeting, with questions ordered by importance in case only one pass is possible.

When should I not use a questionnaire for gathering information?▼

Avoid it when you can answer the question yourself or when a quick synchronous conversation resolves the gap faster. The questionnaire suits cases where the recipient holds knowledge you lack and async input is acceptable.