decision-questionnaire

Generate a Markdown questionnaire to extract decisions from stakeholders asynchronously.

239k|48.8k|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/NousResearch/hermes-agent --skill decision-questionnaire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-questionnaire
Source: https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/productivity/decision-questionnaire
Command: npx skills add https://github.com/NousResearch/hermes-agent --skill decision-questionnaire

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decisions often stall because the user lacks facts or judgment held by someone else. This Skill converts those blockers into a structured Markdown questionnaire that pulls the missing context out of a domain expert, stakeholder, or vendor.

Core Features & Use Cases

  • Two-Exchange Interview: Captures the recipient's role and the specific outcomes the user needs before drafting.
  • Structured Document Generation: Produces a Markdown file with context, instructions, themed question groups, and answer stubs.
  • Use Case: A product manager needs input from a security engineer before choosing an auth provider. Use this Skill to draft a questionnaire the engineer can fill out async, covering threat model, compliance constraints, and integration effort.

Quick Start

Use the decision-questionnaire skill to draft a questionnaire I can send to our compliance lead about the new data retention policy.

Frequently Asked Questions about decision-questionnaire

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

FAQPage Schema
How do I draft a questionnaire to get stakeholder input on a decision?

Interview the sender about the recipient's role and the specific outcomes needed, then write a Markdown document with context, themed question groups, and answer stubs. Order questions most-important-first since async recipients may only complete one pass.

What is the best format for async decision questionnaires?

Markdown works well because it renders in any editor, supports answer stubs beneath each question, and groups cleanly under headings. Include a purpose statement, context paragraph, deadline, and a closing catch-all question for unanticipated input.

When should I use a questionnaire instead of a meeting?

Use a questionnaire when the recipient holds knowledge you lack and can respond on their own schedule. Use a meeting instead when answers require real-time negotiation, brainstorming, or consensus-building among multiple stakeholders.

Why do compound questions hurt questionnaire response quality?

Compound questions force recipients to parse multiple intents and often produce partial answers. Splitting each question into a single idea ensures every item gets a direct response and makes follow-up clarification unnecessary.

Can I use this skill when the answer is available in documentation?

No. If the answer is discoverable from the codebase, docs, or web, find it yourself first. Questionnaires are designed for extracting knowledge held by a specific person that cannot be retrieved from any other source.