agent-vibes-bmad-voices

agent-vibes-bmad-voices is a command for Claude Code from paulpreibisch/AgentVibes. It costs 13 tokens per session (853 once invoked), scanned A, original, Apache-2.0.

A command set for turning BMAD party mode into a multi-agent conversation where each named agent can use a different voice.

In plain words
What is it for?
Use it to enable, disable, or check party-mode voice integration with commands such as /agent-vibes:bmad-party status.
Why use it?
It lets you check or change whether voice switching is enabled when several BMAD agents collaborate.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to enable, disable, or check party-mode voice integration with commands such as /agent-vibes:bmad-party status.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices
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.

Clone the repo
git clone --depth 1 https://github.com/paulpreibisch/AgentVibes

Made for: Claude Code.

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 agent-vibes-bmad-voices

README.md
[![agentmods](https://agentmods.dev/badge/commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices/github.svg)](https://agentmods.dev/commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices)
Your own site
<a href="https://agentmods.dev/commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices"><img src="https://agentmods.dev/badge/commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices/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 agent-vibes-bmad-voices

Your own site · 80×15
<a href="https://agentmods.dev/commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices"><img src="https://agentmods.dev/badge/commands/paulpreibisch/agentvibes/agent-vibes-bmad-voices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 853 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.00013 $0.00853
Opus 5 $0.00006 $0.00426
Sonnet 5 $0.00003 $0.00171
Haiku 4.5 $0.00001 $0.00085

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

Security

Grade A, and why

agent-vibes-bmad-voices 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 11d 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.

.claude/commands/agent-vibes-bmad-voices.md · 118 lines

How it starts

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

Enable or disable BMAD party mode voice integration where each agent speaks with their unique voice during multi-agent conversations.

Usage

  • /agent-vibes:bmad-party - Show current status
  • /agent-vibes:bmad-party status - Show current status
  • /agent-vibes:bmad-party enable - Enable party mode voices
  • /agent-vibes:bmad-party disable - Disable party mode voices

What is Party Mode Voice Integration?

When BMAD's party mode (/bmad:core:workflows:party-mode) is active, multiple agents collaborate on your questions. With this feature enabled, each agent speaks their responses with their unique assigned voice:

  • Winston (Architect) speaks with Michael's voice
  • John (PM) speaks with Jessica Anne Bogart's voice
  • Amelia (Dev) speaks with Matthew Schmitz's voice
  • And so on...

Auto-Enable Behavior

This feature is automatically enabled when:

  1. BMAD v6 is installed (.bmad/_cfg/agent-manifest.csv exists)
  2. AgentVibes BMAD voice plugin is enabled

No manual configuration needed! Just run party mode and each agent will speak with their voice.

How to Disable

If you prefer party mode without voice switching:

/agent-vibes:bmad-party disable

This creates .agentvibes/bmad/bmad-party-mode-disabled.flag to opt-out.

How It Works

The integration detects agent responses in the format:

[Agent Name]: Their dialogue here

When detected, it:

  1. Extracts the agent's display name (e.g., "Winston", "John")
  2. Maps it to their agent ID using .bmad/_cfg/agent-manifest.csv
  3. Looks up their voice from .agentvibes/bmad/bmad-voices.md
  4. Speaks their dialogue with that specific voice

Example

Before (silent text):

[Winston]: I recommend microservices for scalability
[John]: But monolith is faster to market for MVP
[Amelia]: I can implement either approach

After (with voices):

[Winston speaks with Michael voice]: I recommend microservices for scalability
[John speaks with Jessica Anne Bogart voice]: But monolith is faster to market for MVP
[Amelia speaks with Matthew Schmitz voice]: I can implement either approach

Read the full file on GitHub · 118 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. 11d ago First seen · 118 lines · 13 tokens per session scan A 3141045d4ce0

Subscribe to this mod's changes

agent-vibes-bmad-voices is a command published in the GitHub repository paulpreibisch/AgentVibes (153 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 853 once invoked, about $0.0001 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-30.