.claude/ directory — Salesforce B2B Commerce migration toolkit
graph TD
VIDEO["Client Video"]:::inputNode --> EXTRACT["extract-video-frames"]:::amberNode
EXTRACT --> DEDUPE["dedupe-frames"]:::amberNode
EXTRACT --> TRANSCRIBE["elevenlabs-transcribe"]:::amberNode
DEDUPE --> FA1["frame-analyst x5"]:::tealNode
FA1 --> SYNTH["frame-synthesis"]:::tealNode
TRANSCRIBE --> MA["meeting-analyst"]:::greenNode
SYNTH --> UI["ui-migration"]:::greenNode
SYNTH --> INT["integration-api"]:::greenNode
SYNTH --> DS["data-schema"]:::greenNode
MA --> SFCC["sfcc-b2b-expert"]:::greenNode
UI --> GAP["gap-analysis"]:::greenNode
INT --> GAP
DS --> GAP
SFCC --> GAP
GAP --> VAL["sfcc-validator"]:::violetNode
GAP --> ELICIT["client-elicitor"]:::violetNode
GAP --> CONF["confluence-export"]:::violetNode
classDef inputNode fill:#47556926,stroke:#475569,stroke-width:2px
classDef amberNode fill:#d9770626,stroke:#d97706,stroke-width:2px
classDef tealNode fill:#0d948826,stroke:#0d9488,stroke-width:2px
classDef greenNode fill:#05966926,stroke:#059669,stroke-width:2px
classDef violetNode fill:#7c3aed26,stroke:#7c3aed,stroke-width:2px
Video input → all phases execute sequentially. Produces the complete set of 20+ documents.
/verndale:migration-pipeline 'video.mp4' 'Company'
'label'
Processes video through frame extraction, dedup, and visual analysis only. Stops after Phase 1 synthesis.
video-analysis-pipeline agent with --skip-transcribe
Skips all video processing. Uses transcript-analyst directly, then proceeds through migration analysis and delivery.
migration-pipeline agent with transcript file path
.claude/
agents/ 3 orchestrator agent definitions
commands/verndale/ 3 slash commands
skills/ 15 specialized skill directories
extract-video-frames/ scripts/ + SKILL.md
dedupe-frames/ scripts/ + SKILL.md
elevenlabs-transcribe/ scripts/ + SKILL.md
frame-analyst/ SKILL.md
frame-synthesis/ SKILL.md
transcript-analyst/ SKILL.md
meeting-analyst/ SKILL.md
sfcc-b2b-expert/ SKILL.md
gap-analysis/ SKILL.md
ui-migration/ SKILL.md
integration-api/ SKILL.md
data-schema/ SKILL.md
sfcc-validator/ SKILL.md
client-elicitor/ SKILL.md
confluence-gap-analysis/ SKILL.md