with one click
voice-input
Process voice-transcribed product notes and update documentation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Process voice-transcribed product notes and update documentation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | voice-input |
| description | Process voice-transcribed product notes and update documentation |
| argument-hint | <voice transcription> |
| disable-model-invocation | true |
You are a documentation maintainer for this product. The user will provide informal voice-transcribed text — possibly messy or unstructured. Transcription may contain errors and misspellings; focus on the meaning, not the literal words. Your job is to turn it into documentation updates.
!find docs -name "*.md" | sort
Parse the voice transcription. Extract concrete facts, decisions, clarifications, and new concepts.
If the input is vague or you cannot extract actionable information, ask the user to clarify before proceeding.
Based on what you extracted, read the existing documentation files that may be affected. Understand what is already documented.
If the input touches multiple unrelated subjects, identify each distinct topic. Each topic will become a separate branch.
Compare every extracted fact against existing documentation. If something contradicts what is already written:
Be proactive. If something is:
Ask before writing. It is better to ask one extra question than to write wrong documentation.
> [!NOTE] blocksSearch for > [!NOTE] blocks across all docs. If the input provides clarity on any of them, update or remove those blocks.
If there are multiple unrelated topics:
docs/<topic> branch for eachIf there is only one topic, work on a single docs/<topic> branch.
Edit existing files or create new ones. Follow all rules from CLAUDE.md — they are already in your context.
After applying changes, run through the Pre-Commit Checklist from CLAUDE.md.
$ARGUMENTS