decision-questionnaire

Generates a Markdown questionnaire document to collect decision-blocking knowledge from stakeholders.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/loteiron/ZeusAgent --skill decision-questionnaire-loteiron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: decision-questionnaire
Source: https://github.com/loteiron/ZeusAgent/tree/main/optional-skills/productivity/decision-questionnaire
Command: npx skills add https://github.com/loteiron/ZeusAgent --skill decision-questionnaire-loteiron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Decisions often stall because critical facts or judgment live in someone else's head, and ad-hoc messages fail to extract that knowledge systematically. This Skill turns an unanswerable decision into a structured Markdown questionnaire that a stakeholder can fill in asynchronously or during a meeting. ## Core Features & Use Cases - Send-focused interview: Asks the user only two things — who the recipient is and what answers are needed — instead of grilling them about the subject they cannot answer. - Structured document template: Produces a discovery questionnaire with purpose, context, answer instructions, single-idea questions ordered most-important-first, and answer stubs under each question. - Use Case: A product manager is blocked on an infrastructure decision that only the ops lead can inform. The Skill interviews the manager about the recipient and needed outcomes, then writes decision-questionnaire-infra-migration.md ready to send. ## Quick Start Ask the assistant to turn the decision you are blocked on into a questionnaire for the person who holds the missing knowledge.

Frequently Asked Questions about decision-questionnaire

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a questionnaire for a stakeholder decision?▼

Describe the blocked decision and who holds the missing knowledge. The Skill interviews you about the recipient and the outcomes you need, then writes a Markdown questionnaire file with ordered questions and answer stubs.

What format does the decision questionnaire output use?▼

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

When should I not use a decision questionnaire?▼

Do not use it when the answer is discoverable from the environment, such as the codebase, documentation, or the web. The Skill is designed only for knowledge held by another person, not for researchable facts.

How are questions ordered in the questionnaire?▼

Questions are ordered most-important-first because asynchronous recipients may only complete one pass. Each question covers a single idea, and ambiguous questions include a one-line explanation of why the answer matters.

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

Yes. The document works both as an async form one person fills in and as a structure for filling out together in a meeting. The answer stubs under each question support either workflow.