to-questionnaire

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

Updated Jan 19, 2023
One-click install
npx skills add https://github.com/inkfin/dotfiles --skill to-questionnaire-inkfin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/inkfin/dotfiles/tree/main/dot_agents/skills/exact_to-questionnaire
Command: npx skills add https://github.com/inkfin/dotfiles --skill to-questionnaire-inkfin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you cannot answer a decision alone and need knowledge from someone else, this Skill turns that gap into a written 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 to set tone and context. - Gap-Targeted Questions: Drafts questions aimed precisely at the knowledge gap between what the recipient knows and what you need. - Structured Document Output: Writes a themed, most-important-first Markdown questionnaire saved as to-questionnaire-<slug>.md. - Use Case: You are unsure how much load a new system must handle. Use this Skill to produce a discovery questionnaire for the infrastructure lead, covering capacity, deadlines, and open risks, so their answers unblock your decision. ## 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 Markdown questionnaire with themed sections, ordered most-important-first, and saves it as to-questionnaire-<slug>.md in the current directory.

What format does the generated questionnaire use?▼

The output is a Markdown document with a purpose statement, context paragraph, answer instructions, themed question sections with answer stubs, and a closing catch-all. It is written to a file named to-questionnaire-<slug>.md.

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

Yes. The document works both as an async form the recipient fills in alone and as an agenda filled out together during a meeting. Questions are ordered most-important-first so partial coverage still captures critical answers.

When should I not use a written questionnaire?▼

Avoid it when the knowledge gap is small enough for a quick chat, when the recipient cannot write answers, or when the topic requires interactive back-and-forth probing that a static document cannot support.