to-questionnaire

Generates a structured Markdown questionnaire to extract answers from a specific person.

2|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/konstantinos-malavazos/claude-code-playbook --skill to-questionnaire-konstantinos-malavazos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-questionnaire
Source: https://github.com/konstantinos-malavazos/claude-code-playbook/tree/main/templates/skills/to-questionnaire
Command: npx skills add https://github.com/konstantinos-malavazos/claude-code-playbook --skill to-questionnaire-konstantinos-malavazos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Some decisions are blocked on facts that only one other person holds — not in code, docs, or your own judgement. This Skill turns that blocker into a well-structured questionnaire document that one recipient can answer asynchronously or in a meeting, so the blocked work can resume. ## Core Features & Use Cases - Send-focused interview: Interviews you only about who the questionnaire goes to and what you need back, then writes the document aimed at that gap. - Structured Markdown template: Produces a document with purpose, context, answering instructions, themed question sections, and empty answer stubs the recipient types into. - Repo-convention file placement: Saves the questionnaire wherever the repo already keeps notes or ticket handoffs, and reports the path. - Use Case: A ticket is blocked because only a teammate from another team knows why a legacy service behaves a certain way. Use this Skill to draft a prioritized questionnaire, send it to them, and resume the ticket when the reply arrives. ## Quick Start Ask the assistant to turn the decision you are blocked on into a questionnaire for the person who holds the answer.

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 to get answers from a coworker?

Describe who the questionnaire goes to and what decisions or facts you need back. The Skill interviews you about the send only, then writes a Markdown document with themed questions and empty answer stubs the recipient fills in.

When should I use a questionnaire instead of asking someone directly?

Use it when the answer is a fact only one other person holds and neither code, docs, nor your own judgement can settle it. It suits async communication or structured meetings where you may get only one pass at answers.

Where does the generated questionnaire file get saved?

The file follows whatever convention the repository already uses for notes, matching the research skill's rule. If no convention exists, it is placed beside the ticket's handoffs, and the path is reported either way.

How are questions ordered in the questionnaire?

Questions are ordered most-important-first because async recipients may answer only once. When there are more than a handful, they are grouped under Markdown theme headings, with one idea per question and optional context lines.

Does the questionnaire skill send the document for me?

No. The Skill stops once the file exists and every needed item is covered by a question. Sending it to the recipient is the user's responsibility, and the next-steps block states what resumes when the reply arrives.