to-questionnaire

Generates a Markdown questionnaire document for a recipient to answer asynchronously.

10|3|Updated Jul 18, 2019
One-click install
npx skills add https://github.com/tanqimin/MyFavsORM --skill to-questionnaire-tanqimin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/tanqimin/MyFavsORM/tree/main/.agents/skills/to-questionnaire
Command: npx skills add https://github.com/tanqimin/MyFavsORM --skill to-questionnaire-tanqimin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you face a decision you cannot resolve alone because someone else holds the missing knowledge, this Skill turns that gap into a structured questionnaire you can hand to that person to fill in asynchronously or together in a meeting. ## Core Features & Use Cases - Recipient Profiling: Identifies who the questionnaire goes to, their expertise, and their relationship to you, so tone and context match the audience. - Gap-Targeted Questions: Drafts questions aimed precisely at the gap between what the recipient knows and what you need to decide, ordered most-important-first. - Structured Markdown Output: Writes a ready-to-send questionnaire file with purpose, context, answer instructions, themed sections, and answer stubs. - Use Case: You are planning a system migration but only the ops lead knows the production constraints. Use this Skill to produce a discovery questionnaire covering load expectations, maintenance windows, and rollback requirements that the ops lead can answer over email. ## 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 fill in?

Describe who the recipient is and what decisions or facts you need from them. The Skill drafts a Markdown questionnaire with themed sections, questions ordered by importance, 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 a single idea, group them under themed headings, and include a short context paragraph so the recipient can answer well without a meeting.

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

Yes. The generated Markdown document works both as an async form the recipient completes alone and as an agenda you fill out together live, since each question has an answer stub ready to record responses.

What information do I need to provide before the questionnaire is written?

You only need to answer two things: who the recipient is (role, expertise, relationship to you) and what specific decisions or facts you need back. The Skill derives the questions from that gap.

When should I not use a questionnaire to gather information?

Avoid it when you already hold the knowledge yourself, when the answer needs interactive back-and-forth probing rather than written responses, or when the recipient cannot reasonably answer in writing.