Training materials for Austin Public Health's Voice-Driven AI Development Workflows series.
Voice_AI_Workflows_Part1_Final.pptx — Main presentation deck for today's class
| Deck | Description |
|---|---|
| Claude Code Setup Guide | 12-slide guide to Claude Code configuration |
| Cursor Azure Setup Guide | 10-slide guide to Cursor with Azure OpenAI |
| VS Code AI Ecosystem Guide | 12-slide overview of VS Code AI extensions |
| Voice-First Project Workflow | 13-slide bonus: 10-phase project structure |
cd redesign
npm install
npm run build:workflow # Build the 13-slide workflow deck
npm run build:core # Build the 36-slide core presentation
npm run build:full # Build the 82-slide extended deckGenerated PowerPoint files appear in redesign/dist/.
| Deck | Slides | Purpose | Build Command |
|---|---|---|---|
| Core Deck | 36 | Session 1 main presentation | npm run build:core |
| Full Deck | 82 | Extended reference version | npm run build:full |
| Workflow Deck | 13 | Bonus: 10-phase project structure | npm run build:workflow |
This repository was built almost entirely through voice-driven development—the same workflow it teaches. Every slide, script, and documentation file was created by speaking to an AI coding agent (Claude Code) using SuperWhisper for voice input.
- Voice brainstorming — Speaking ideas, getting pushback, refining concepts
- Iterative slide creation — Describing layouts verbally, reviewing renders, adjusting
- Design system emergence — Patterns crystallized through conversation, then codified
- Continuous commits — Every conversation checkpoint saved to git
- Verbal code review — "This slide is too cramped, give me more breathing room"
This is a 3-part training series teaching voice-driven development workflows for government technologists.
Voice Tools & SuperWhisper Configuration — 90 minutes
- Voice tool landscape (SuperWhisper vs. Wispr Flow)
- Security and PHI considerations for government use
- SuperWhisper deep dive: local models, custom modes, vocabulary
- Workshop: Building 5 custom modes for your workflow
Voice-Driven Agent Development
- End-to-end project workflow using voice
- Working with AI coding agents (Claude Code, Cursor, etc.)
- Live build: Simple content aggregator application
Agent-to-Agent Workflows
- Multi-agent architectures
- Task decomposition and delegation patterns
- Long-running autonomous workflows
voice-control/
├── README.md # This file
├── CHANGELOG.md # Version history
├── LICENSE # MIT License
├── redesign/ # Build system and source files
│ ├── src/
│ │ ├── slides/ # Session 1 slides (82 HTML files)
│ │ ├── slides-workflow/ # Bonus workflow deck (13 HTML files)
│ │ └── supplements/ # Workshop exercise handouts
│ ├── lib/ # HTML to PowerPoint conversion library
│ ├── scripts/ # Build scripts
│ ├── design-system/ # Design tokens and theme files
│ ├── docs/ # Planning and research docs
│ ├── dist/ # Generated PowerPoint files
│ └── package.json # Node.js dependencies
├── unpacked/ # Reference: unpacked PPTX structure
└── *.pptx # Legacy/reference presentations
Hands-on exercises available in redesign/src/supplements/:
- Model Cheat Sheet — Voice model comparison (local vs. cloud)
- Mode Cheat Sheet — SuperWhisper mode quick reference
- Local Email Mode — PHI-safe email dictation exercise
- Cloud Email Mode — Wispr Flow formatting exercise
- Prompt Enrichment — Structuring prompts for AI tools
- Teams Chat Mode — Workplace messaging optimization
- Custom Vocabulary — Recognition tuning for your domain
- Agentic Handoff — Structured task specs for AI agents
The slide design uses a consistent visual language:
- Dimensions: 960×540px (16:9 aspect ratio)
- Primary color:
#1a1f2e(dark navy) - Accent color:
#c9a227(gold) - Typography: Georgia serif for headings, system sans for body
- Node.js 18+ — Required for slide conversion
- Playwright — Installed automatically via npm
MIT License — See LICENSE for details.
This is training material for Austin Public Health. For updates, corrections, or questions about the voice-driven development workflow, contact the AI Technology Lead.
Built with voice. Shipped with confidence.