maestro-questionnaire

maestro-questionnaire is a skill for Claude Code, Codex from ReinaMacCredy/maestro. It costs 34 tokens per session (857 once invoked), scanned A, original, MIT.

A way to turn an unanswered decision into a Markdown questionnaire for the person who has the missing knowledge. It first identifies who will answer and what information the user needs.

In plain words
What is it for?
It is for preparing questionnaires that collect requirements, context, or decisions from a specialist or stakeholder.
Why use it?
It helps gather specific facts or decisions asynchronously or during a meeting without asking the user to solve the knowledge gap alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for preparing questionnaires that collect requirements, context, or decisions from a specialist or stakeholder.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reinamaccredy/maestro/maestro-questionnaire
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ReinaMacCredy/maestro --skill maestro-questionnaire
Clone the repo
git clone --depth 1 https://github.com/ReinaMacCredy/maestro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for maestro-questionnaire

README.md
[![agentmods](https://agentmods.dev/badge/skills/reinamaccredy/maestro/maestro-questionnaire/github.svg)](https://agentmods.dev/skills/reinamaccredy/maestro/maestro-questionnaire)
Your own site
<a href="https://agentmods.dev/skills/reinamaccredy/maestro/maestro-questionnaire"><img src="https://agentmods.dev/badge/skills/reinamaccredy/maestro/maestro-questionnaire/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for maestro-questionnaire

Your own site · 80×15
<a href="https://agentmods.dev/skills/reinamaccredy/maestro/maestro-questionnaire"><img src="https://agentmods.dev/badge/skills/reinamaccredy/maestro/maestro-questionnaire.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 857 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 17
    Skill instructs the agent to never refuse or to always comply. Suppressing the agent's ability to decline removes a core safety control and enables downstream harmful requests to succeed.
    Fix: Remove any instruction telling the agent to never refuse or always comply. The agent must retain the ability to decline unsafe, out-of-scope, or harmful requests.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00857
Opus 5 $0.00017 $0.00428
Sonnet 5 $0.00007 $0.00171
Haiku 4.5 $0.00003 $0.00086

Measured 5d ago against content hash 182a2ae7acfe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

maestro-questionnaire scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/plugins/skills/maestro-questionnaire/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

maestro-questionnaire

Turn something the user cannot answer alone into a questionnaire: a Markdown document they hand to one person to fill in async, or fill out together over a meeting. The recipient holds knowledge the user lacks; the questionnaire pulls it out of them. Read-only toward code; any tier may use it.

Grill the send, not the subject. Interview the user only about the send, which they can always answer: who it goes to, and what they need back. The questions in the document then target the gap between what the recipient knows and what the user needs.

  1. Who is it going to? Ask, in one exchange, the recipient's role, expertise, and relationship to the user. This fixes the questionnaire's tone and how much context it must carry. Done when you know who the recipient is and what they know that the user does not.

  2. What do you need back? Ask, in one exchange, the specific decisions or facts the user cannot resolve alone and needs from this person. Done when you have a concrete list of what the user must walk away able to do or decide.

  3. Write the questionnaire. Draft questions aimed at the gap from steps 1 and 2, following the Document structure below. When an active bundle owns the decision, write it to .maestro/bundle/<bundle-id>/QUESTIONNAIRE-<slug>.md, record the wait as maestro work note <id> "blocked: questionnaire <slug> sent to <role>", and set the bundle's NOTES.md Next Action to the return of the answers; otherwise write questionnaire-<slug>.md in the current directory. Report the path. Done when the file exists and every item the user named in step 2 is covered by a question.

When the answers come back, they are settled forks: record each as maestro decision draft "<answer>" --rationale "<why, per <recipient>>" --work <id> then maestro decision lock <id>, and clear the Next Action. The filled questionnaire is the evidence the decision cites.

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · +1 lines · -11 tokens per session 182a2ae7acfe
  2. 6d ago First seen · 92 lines · 45 tokens per session scan A e3f5f10935fb

Subscribe to this mod's changes

maestro-questionnaire is a skill published in the GitHub repository ReinaMacCredy/maestro (232 stars, last pushed 5d ago), licensed MIT. It adds 34 tokens to every session and 857 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

qveris

Discover and call third-party API capabilities through QVeris, using inspect or probe only when their checks are needed, then generate production REST code. Use when task fit, data quality/freshness, provider comparison, fallback, or the user request favors QVeris.

QVerisAI/qveris-agent-toolkit · 58 tokens

deepseek-harness

Use when building AI agent applications with a plugin-based architecture — Web UI, CLI, Python SDK, Cordis plugin system, multi-model orchestration. DeepSeek Harness (dsh): open-source agent harness by DeepSeek AI where everything is a plugin, powered by Cordis for spatiotemporal composability.

znlgis/opengis-skills · 68 tokens

ui5-typescript-conversion

A skill for converting UI5 (SAPUI5/OpenUI5) projects to TypeScript.

UI5/plugins-coding-agents · 26 tokens

skill-creator

Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating…

ChatLunaLab/chatluna · 121 tokens

sub-agent-creator

Create, edit, convert, or audit ChatLuna sub-agent markdown files. Use when adding a new sub-agent, refining a sub-agent prompt, choosing a sub-agent's goal and output contract, restricting tools, skills, MCP, or computer permissions, pinning or omitting a model, setting maxTurns, placing agents under local…

ChatLunaLab/chatluna · 109 tokens

agentcli

Use this skill to inspect or change ChatLuna agent admin state — skills, sub-agents, tools, MCP servers, MCP tools, or permission rules. The skill edits a working copy of the agent config inside the sandbox; the user must run chatluna.agent.sync to write changes back to the host instance.

ChatLunaLab/chatluna · 69 tokens