원클릭으로
voice-input
Process voice-transcribed product notes and update documentation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Process voice-transcribed product notes and update documentation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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