to-questionnaire

Converts an unanswerable decision into a structured Markdown questionnaire for a knowledgeable recipient.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/falentio/cimi --skill to-questionnaire-falentio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/falentio/cimi/tree/main/.agents/skills/skills/to-questionnaire
Command: npx skills add https://github.com/falentio/cimi --skill to-questionnaire-falentio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you face a decision you cannot resolve alone, this Skill turns that gap into a written questionnaire you hand to the person who holds the missing knowledge, so their answers come back structured and complete instead of scattered across meetings. ## Core Features & Use Cases - Recipient Scoping: Asks who the questionnaire goes to, capturing their role, expertise, and relationship to you so tone and context match the audience. - Gap-Targeted Questions: Identifies the specific decisions or facts you need back, then drafts questions aimed precisely at the gap between what the recipient knows and what you need. - Structured Markdown Output: Writes a discovery questionnaire to to-questionnaire-<slug>.md with purpose, context, themed sections, most-important-first ordering, and answer stubs. - Use Case: You are planning a system migration but do not know the legacy infrastructure constraints. Use this Skill to produce a questionnaire for the outgoing infrastructure lead covering capacity, dependencies, and risks, ready to send async. ## 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 who has knowledge I need?▼

Describe who the recipient is and what decisions or facts you need back from them. The Skill drafts a Markdown questionnaire with themed sections, ordered most-important-first, and writes it to a file you can send.

How to structure questions for async expert interviews?▼

Order questions most-important-first since async may allow only one pass, group them under theme headings, keep each question to one idea, and add an answer stub beneath each. Include a closing catch-all for anything unasked.

What format does the questionnaire output use?▼

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

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

Use a questionnaire when the recipient holds knowledge you lack and scheduling is hard, or when you want considered written answers. It also works as preparation for a meeting where you fill it in together.

Can the questionnaire handle recipients with different expertise levels?▼

Yes. The intake step captures the recipient's role, expertise, and relationship to you, which sets the tone and how much context the document must carry so a recipient outside your head can answer well.