to-questionnaire

Generates a structured Markdown questionnaire for a recipient who holds missing decision knowledge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you face a decision you cannot answer alone, this Skill turns that gap into a clear Markdown questionnaire you can send to the person who has the missing knowledge, so you get usable answers instead of vague replies. ## Core Features & Use Cases - Recipient Profiling: Asks who will receive the questionnaire, their role, expertise, and relationship to you, so tone and context fit the audience. - Answer-Goal Definition: Captures the concrete facts or decisions you need back before any questions are written. - Structured Questionnaire Output: Writes a themed, importance-ordered Markdown file (to-questionnaire-<slug>.md) with purpose, context, answer instructions, and answer stubs. - Use Case: You must decide on infrastructure provisioning but lack traffic data. The Skill interviews you about the ops engineer recipient, then produces a questionnaire covering expected launch load, growth, and constraints. ## Quick Start Ask the agent to turn the decision you cannot answer into a questionnaire for the person who has 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 turn a decision I cannot answer into a questionnaire?▼

Describe the decision and who has the missing knowledge. The Skill asks about the recipient's role and what answers you need, then writes a Markdown questionnaire file named to-questionnaire-<slug>.md in the current directory.

What format does the generated questionnaire use?▼

The output is a Markdown file with a purpose statement, sender and recipient line, a short context section, answer instructions with deadline and effort, theme-grouped questions with answer stubs, and an open-ended final section.

Can the questionnaire be completed asynchronously by the recipient?▼

Yes. The questionnaire is designed so the recipient can complete it alone or together with the user in a meeting. It explicitly invites partial answers and 'I don't know' responses with flagged uncertainty.

When should I not use a discovery questionnaire?▼

Avoid it when you already have the knowledge to decide, or when a quick synchronous conversation would resolve the gap faster. The Skill targets cases where the recipient holds context the user lacks and may answer only once.

How are questions ordered in the questionnaire?▼

Questions are placed in importance order, with the most critical first, because the recipient may answer only once. When there are more than a few questions, they are grouped under Markdown theme headings.