to-questionnaire

Generates a Markdown questionnaire capturing knowledge gaps for a designated recipient to answer.

20|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reddb-io/red-skills --skill to-questionnaire-reddb-io
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/reddb-io/red-skills/tree/main/plugins/dev/skills/productivity/to-questionnaire
Command: npx skills add https://github.com/reddb-io/red-skills --skill to-questionnaire-reddb-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a project stalls because critical knowledge lives with someone else, this Skill turns that gap into a structured Markdown questionnaire the right person can answer asynchronously or in a meeting. ## Core Features & Use Cases - Recipient Identification: Interactively clarifies who holds the missing knowledge and how they relate to the user. - Return Definition: Collects every decision and fact the user needs back before drafting begins. - Structured Questionnaire Drafting: Writes a to-questionnaire-<slug>.md file with themed sections, per-question answer stubs, and an open-ended closing question. - Use Case: A product manager blocked on legacy system behavior drafts a questionnaire for the departing engineer, covering data migration rules and edge cases, and sends it before their last day. ## Quick Start Invoke the to-questionnaire skill and describe the knowledge gap you need another person to fill.

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 who has knowledge I need?▼

Invoke this skill interactively and it will first ask who the recipient is and what they know, then ask what decisions and facts must come back. It drafts a Markdown questionnaire file covering every required item with themed sections and answer stubs.

What format does the generated questionnaire use?▼

The questionnaire is a Markdown file named to-questionnaire-<slug>.md written to the current directory. It includes a purpose statement, context paragraph, answering instructions, theme-grouped questions with individual answer stubs, and an open-ended closing question.

Can this skill be triggered automatically by the AI?▼

No, the skill sets disable-model-invocation to true and its agent policy disallows implicit invocation. It only runs when the user explicitly invokes it, keeping the interactive questioning under user control.

When should I not use a questionnaire to gather knowledge?▼

Avoid it when the user can answer the questions directly or when a live conversation would resolve the gap faster. The skill is designed for asynchronous or single-pass requests where the recipient is a different person than the user.

How are questions organized in the questionnaire?▼

Highest-value questions come first since an asynchronous request may get only one pass. More than a handful of questions are grouped under theme headings, compound questions are split into one idea each, and every question gets its own answer stub.