to-questionnaire

Converts unanswered decisions into structured Markdown questionnaires for recipients to fill in.

Updated Sep 19, 2026
One-click install
npx skills add https://github.com/Ab0umar/selrs.cc.BU --skill to-questionnaire-ab0umar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/Ab0umar/selrs.cc.BU/tree/main/.agents/skills/to-questionnaire
Command: npx skills add https://github.com/Ab0umar/selrs.cc.BU --skill to-questionnaire-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you face a decision you cannot fully answer alone, this Skill turns that knowledge gap into a written questionnaire you hand to the person who holds the missing knowledge, so they can answer asynchronously or in a meeting. ## Core Features & Use Cases - Recipient Profiling: Identifies who the questionnaire goes to, their role, expertise, and relationship to you, fixing tone and context depth. - Gap-Targeted Questions: Drafts questions aimed precisely at the gap between what the recipient knows and what you need, ordered most-important-first. - Structured Markdown Output: Writes a discovery questionnaire with purpose, context, answer instructions, themed sections, and answer stubs to a to-questionnaire-<slug>.md file. - Use Case: You are scoping a system migration but lack infrastructure details. Use this Skill to produce a questionnaire for the ops engineer covering load expectations, constraints, and deadlines. ## Quick Start Ask the assistant to turn the decision you cannot answer alone 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 create a questionnaire for someone else to fill in?▼

State who the recipient is and what decisions or facts you need back from them. The Skill drafts gap-targeted questions ordered most-important-first and writes them to a Markdown file you can send for async completion.

What is a discovery questionnaire used for?▼

A discovery questionnaire pulls knowledge out of a recipient that the sender lacks, typically before a decision or project. It frames context, sets answer expectations, and groups questions under themed headings so partial or async answers remain useful.

How are the questionnaire questions structured?▼

Each question covers one idea, never compound, with an answer stub directly beneath it. Questions are grouped under Markdown headings by theme and ordered most-important-first, with a one-line why-this-matters note where a question could be misread.

Can the questionnaire handle partial or uncertain answers?▼

Yes. The generated document explicitly tells recipients that partial answers and "I don't know" responses are useful, and asks them to flag uncertainty rather than skip questions, since async delivery may allow only one pass.

When should I use a questionnaire instead of a live meeting?▼

Use a questionnaire when the recipient holds knowledge you lack and can respond asynchronously, or when you want to front-load questions before a meeting. It is less suitable when answers require real-time back-and-forth clarification.