to-questionnaire

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

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/dulltackle/kangkang-skills --skill to-questionnaire-dulltackle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/dulltackle/kangkang-skills/tree/main/to-questionnaire
Command: npx skills add https://github.com/dulltackle/kangkang-skills --skill to-questionnaire-dulltackle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a decision depends on knowledge only one other person holds, ad-hoc messages and meetings waste that person's time and miss key questions. This Skill turns an unanswerable decision into a structured Markdown questionnaire the recipient can fill in asynchronously or together in a meeting. ## Core Features & Use Cases - Gap-targeted questions: Interviews the user only about the send (who receives it, what is needed back), then writes questions aimed at the gap between the recipient's knowledge and the user's needs. - Structured document template: Produces a discovery questionnaire with purpose, context, answer instructions, themed sections ordered most-important-first, single-idea questions with answer stubs, 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 engineer before scoping a launch; the Skill produces a questionnaire covering load expectations, deadlines, and open risks that the engineer answers async. ## 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?

Provide the recipient's role and expertise plus the specific decisions or facts you need back. The Skill drafts a Markdown questionnaire with themed sections, single-idea questions, and answer stubs, then saves it as a file you can send.

What makes a good discovery questionnaire for async answers?

Order questions most-important-first since you may only get one pass, keep each question to one idea, and include a short context paragraph so the recipient can answer well. Explicitly invite partial answers and "I don't know" responses.

Can I use a questionnaire instead of a meeting?

Yes, the generated document works both ways: send it for asynchronous completion or walk through it together in a meeting. The deadline and effort guidance in the document sets expectations for async recipients.

When should I not use a questionnaire to gather information?

Avoid it when the knowledge is spread across many people rather than held by one recipient, or when answers require live back-and-forth probing. The Skill targets a single recipient who holds specific missing context.

What format does the questionnaire output use?

The output is a Markdown file named to-questionnaire-<slug>.md written to the current directory. It follows a fixed template with purpose, context, answer instructions, themed question sections, and a closing catch-all.