From maestro
Voice command mapping for Claude Code's native /voice mode. Maps spoken commands to Maestro operations with TTS-optimized responses.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:voiceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Maps Claude Code's native `/voice` mode to Maestro operations. When voice mode is active, spoken commands are transcribed and routed to the appropriate Maestro command.
Maps Claude Code's native /voice mode to Maestro operations. When voice mode is active, spoken commands are transcribed and routed to the appropriate Maestro command.
When the user speaks, Claude Code transcribes the audio. This skill helps Claude interpret voice input as Maestro commands:
| Voice Input (examples) | Maps To |
|---|---|
| "Build [feature]" / "Create [feature]" | /maestro "[feature]" |
| "What's the status?" / "How's it going?" | /maestro status |
| "Show the board" / "Show my stories" | /maestro board |
| "Plan [feature]" / "Let's plan [feature]" | /maestro plan "[feature]" |
| "Initialize" / "Set up Maestro" | /maestro init |
| "Help" / "What can you do?" | /maestro help |
| "Run diagnostics" / "Health check" | /maestro doctor |
| "Show settings" / "Show config" | /maestro config |
| "Change models" / "Update model" | /maestro model |
| "Show history" / "Past sessions" | /maestro history |
| "Search [topic]" / "Find in brain" | /maestro brain search "[topic]" |
| "Save a note" / "Remember this" | /maestro brain save |
| "Daily briefing" / "What's happening?" | /maestro brain daily |
| "Pause" / "Stop for now" | /maestro status pause |
| "Resume" / "Continue" | /maestro status resume |
| "Abort" / "Cancel" | /maestro status abort |
| "Send notification" / "Notify team" | /maestro notify "[message]" |
| "Show diagram" / "Visualize" | /maestro viz |
| "Start opus" / "Build product" | /maestro opus "[vision]" |
When voice mode is active, Maestro should optimize its output for spoken delivery:
Status query:
"You're working on user authentication. Three of five stories are done. The current story is the frontend, and it's being implemented right now. Total cost so far is about two dollars."
Story checkpoint:
"Story three is done. The frontend components are built and QA approved it on the first try. Want me to continue to the next story?"
Feature complete:
"Feature complete. All five stories passed. Total cost was four dollars and twenty cents. Would you like me to create a pull request?"
/voice to enter voice mode (push-to-talk)When a message arrives as [Voice transcribed]: prefix (from Claude Code's voice mode), or when the conversation context indicates voice mode is active:
At checkpoint phase, if voice mode is active:
When voice is active and user asks for status:
Voice can complement notifications:
voice:
enabled: auto # auto-detect when /voice is active
tts_optimization: true
max_response_sentences: 3
npx claudepluginhub adilbilal/maestro-opusGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.