anvil-to-questionnaire

Generates a structured Markdown questionnaire to extract knowledge from a specific recipient.

1|Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rogerznts/anvil --skill anvil-to-questionnaire-rogerznts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anvil-to-questionnaire
Source: https://github.com/rogerznts/anvil/tree/main/anvil/.claude/skills/anvil-to-questionnaire
Command: npx skills add https://github.com/rogerznts/anvil --skill anvil-to-questionnaire-rogerznts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you hit a decision you cannot answer alone, this Skill turns that gap into a written questionnaire you hand to the person who holds the missing knowledge, so async answers come back complete and usable. ## Core Features & Use Cases - Recipient profiling: A short exchange establishes who the questionnaire goes to, their expertise, and their relationship to you, fixing tone and context depth. - Gap-targeted questions: Questions are drafted from the specific decisions or facts you need back, ordered most-important-first and grouped under themed headings. - Ready-to-send document: Produces a to-questionnaire-<slug>.md file with purpose, context, answer instructions, per-question answer stubs, and a catch-all closing section. - Use Case: You need infrastructure capacity numbers from an ops engineer before launch. The Skill interviews you about the recipient and what you need, then writes a discovery questionnaire covering load expectations, scaling constraints, and open risks. ## Quick Start Ask the assistant to turn the decision you are stuck on into a questionnaire for the person who has the answers, naming who will receive it and what you need back.

Frequently Asked Questions about anvil-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 colleague?▼

Describe who the questionnaire goes to and what decisions or facts you need back. The Skill drafts a Markdown document with themed, prioritized questions and answer stubs, saved as to-questionnaire-<slug>.md in the current directory.

What makes a good async discovery questionnaire?▼

Order questions most-important-first since you may only get one pass, keep each question to a single idea, and group them under themed headings. Include context for the recipient, a deadline, and explicit permission for partial or uncertain answers.

Can the questionnaire be filled out live in a meeting?▼

Yes. The document works both as an async hand-off and as a structure for a live session with the recipient. The answer stubs under each question serve as fill-in space in either mode.

When should I not use a written questionnaire?▼

Avoid it when the knowledge gap is small enough for a quick chat, or when the recipient's answers require interactive probing and follow-up. The questionnaire format targets gaps where one structured pass can capture what you need.