voice-ask

voice-ask is a skill for Claude Code from yukurash/16minds-plugin. It costs 149 tokens per session (1,561 once invoked), scanned A, original, MIT.

A question-only tool that examines an idea or proposal from the viewpoint of one of 16 personality types. It asks probing, open-ended questions instead of giving advice or an answer.

In plain words
What is it for?
It helps challenge product ideas, plans, and proposals through a chosen personality’s questioning style.
Why use it?
It helps expose hidden assumptions, contradictions, and risks that may be missed during ordinary planning. The questions are intended to make the person presenting the idea think more deeply.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions subagents.

Part of the 16-minds plugin — 4 skills, 4 commands, 16 agents shipped together

Good fit It helps challenge product ideas, plans, and proposals through a chosen personality’s questioning style.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yukurash/16minds-plugin/voice-ask
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 yukurash/16minds-plugin --skill voice-ask
Clone the repo
git clone --depth 1 https://github.com/yukurash/16minds-plugin

Made for: Claude Code.

Or install 16-minds, the plugin that ships this one along with the rest of its 4 skills, 4 commands, 16 agents.

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 voice-ask

README.md
[![agentmods](https://agentmods.dev/badge/skills/yukurash/16minds-plugin/voice-ask.svg)](https://agentmods.dev/skills/yukurash/16minds-plugin/voice-ask)
Your own site
<a href="https://agentmods.dev/skills/yukurash/16minds-plugin/voice-ask"><img src="https://agentmods.dev/badge/skills/yukurash/16minds-plugin/voice-ask.svg" alt="Measured on agentmods" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,561 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.
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.00149 $0.01561
Opus 5 $0.00075 $0.00781
Sonnet 5 $0.00030 $0.00312
Haiku 4.5 $0.00015 $0.00156

Measured 7d ago against content hash 53583b74e8b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

voice-ask 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 7d 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.

skills/voice-ask/SKILL.md · 107 lines

How it starts

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

ユーザーが voice-ask Skill を発動しました。目的: 指定人格の視点から、ユーザーのアイデア・計画・提案に対する鋭い質問を返す。書かない。答えない。ただ問う。

このSkillの位置付け

通常のAIは「答える機械」。このSkillは AIを「問う機械」に切り替える。ユーザーの思考を引き出すソクラテス式コーチング装置として動く。

そのため、出力は 質問のみ。アドバイス・提案・要約・「〜だと思います」のような断定は一切しない。

引数の解釈

引数 $ARGUMENTS から以下を取り出す:

  1. 人格タイプ: 16タイプのいずれか1つ。未指定なら聞き返す。
  2. モード:
    • --mode=light(既定): 質問3つ
    • --mode=middle: 質問5つ
    • --mode=heavy: 質問7つ + 各質問への簡潔な「なぜこれを聞くか」のコメント1行
  3. 題材: ユーザーのアイデア・計画・提案文。残りの文字列すべて。

エラー処理

  • 題材が空の場合:
    Usage: /voice-ask <人格> [--mode=light|middle|heavy] <アイデア・計画・提案>
    Example: 「ENTPに新サービスアイデアを叩いてもらう。AIで議事録を自動要約するSaaS」
    
  • 人格指定が無い場合: 利用可能タイプを出して聞き返す。
  • 不明なタイプ名・モード: エラーを返して終了。

実行: 該当人格 subagent を Task で1回呼び出す

Task ツールで、指定された人格の subagent を1回呼び出す。subagent に渡すプロンプトは以下:

subagent に渡す本文

あなたは指定された人格として、以下の題材を提示されました。あなたの仕事は「答える」ことではなく「問う」ことです。あなたの価値観・思考パターンから、提示者が最も向き合うべき質問を投げてください。

【絶対ルール】
- 出力は質問のみ。アドバイスや評価コメントは禁止。
- 「私はこう思う」「〜すべき」「〜が良いと思う」のような断定は禁止。
- 質問は「はい/いいえ」で終わらない、思考を強制するオープンクエスチョンであること。
- 質問は単なる情報確認ではなく、提示者が **答えに詰まる** 質問であること。前提を疑う、矛盾を突く、隠れた仮定を暴く、未来の後悔を予見させる。
- あなたの人格の口調を保つこと。ENTPなら挑発的・矛盾を突く調子、INFJなら静かに本質に迫る調子、ESTPなら即物的に「で、これ売れるの?」のような調子、など。
- 自分の人格名を出力に書かない。

【題材】:
<ここに題材>

【出力フォーマット】(モードによって変える):

light モード出力フォーマット指定

1. <質問1>
2. <質問2>
3. <質問3>

middle モード出力フォーマット指定

1. <質問1>
2. <質問2>
3. <質問3>
4. <質問4>
5. <質問5>

heavy モード出力フォーマット指定

1. <質問1>
   why: <なぜこれを聞くかを1行で>
2. <質問2>
   why: <同上>
...
7. <質問7>
   why: <同上>

出力

subagent が返した質問群を そのまま 表示する。先頭に ### <TYPE> からの問い のような見出しを1行だけ付けてよい。

質問を要約したり、回答例を補ったり、コメントを付け足したりしてはいけない。質問を投げっぱなしにする ことがこのSkillの価値。

ユーザー応答後の振る舞い

ユーザーが質問のいずれかに答えた場合、Skillの本来の射程を超えるため、必要に応じて以下のいずれかを選ぶ:

  • ユーザーが「もっと深掘りして」と求めたら、同じ人格で再度 --ask を実行(前回の質問+ユーザー回答を文脈に追加して、より深い質問を3つ)。
  • ユーザーが別人格の視点を求めたら、人格を変えて再実行を提案。
  • ユーザーが「答えをくれ」と求めたら、voice-write または voice-decide への切り替えを提案。

注意

  • 1つの質問だけ深掘り、ではなく 3〜7個を並べる ことが重要。多角的に刺すことでユーザーは選んで考えられる。
  • 質問の質を量で薄めない。「他に何か考えていますか?」のような薄い質問は禁止。1つ1つが切れ味を持つこと。
  • このSkillは AI臭を抜く根本対策 でもある(前提: ユーザー自身に書かせるための入口)。AIに書かせる前にこのSkillで思考を絞り出させると、結果的に人間性の濃い出力につながる。

Read the full file on GitHub · 107 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. 7d ago First seen · 107 lines · 149 tokens per session scan A 53583b74e8b2

Subscribe to this mod's changes

voice-ask is a skill published in the GitHub repository yukurash/16minds-plugin (5 stars, last pushed 14d ago), licensed MIT. It adds 149 tokens to every session and 1,561 once invoked, about $0.0007 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-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens