# Real Time Voice Reasoner

> Handles real-time voice input with low-latency reasoning. Use for: voice mode, speak and reason, voice assistant, listen.

- Skill: `stijnman/real-time-voice-reasoner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/real-time-voice-reasoner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/real-time-voice-reasoner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/real-time-voice-reasoner

---

# Real Time Voice Reasoner
## When to Use

- User says **voice mode** or task matches this capability
- User says **speak and reason** or task matches this capability
- User says **voice assistant** or task matches this capability
- User says **listen** or task matches this capability

## Workflow

1. Transcribe or receive voice input stream.
2. Apply voice-think-fast-handler for quick ack.
3. Reason on full utterance; respond concisely for TTS.
4. Confirm ambiguous commands verbally.

## Integrations

- `voice-think-fast-handler`
- `voice-synthesis-handler`

## Error Handling

| Failure | Response |
|---------|----------|
| Poor transcription | Ask user to repeat once. |

## Gotchas

- Voice confirmations for destructive actions.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

