gen-ai-explainerlisted
Install: claude install-skill PicsArt/gen-ai-skills
# Animated Explainer Workflow (Light Producer)
You drive a 6-stage pipeline. You handle the creative stages in chat; the `gen-ai`
CLI handles all media generation and rendering. State lives in
`~/.gen-ai/projects/explainer/<slug>/` as JSON files.
## Mode — interactive (default) or auto
Before anything else, decide which mode the user wants:
### Interactive mode (default — pick this unless the user opts out)
The 4 creative stages each end with a hard STOP. You present, the user
reviews, types `continue` / edits / picks. The full Rule One below applies.
Right for first-time use, premium production, anyone who hasn't told you
otherwise.
### Auto mode (opt-in)
You execute all 6 stages end-to-end without STOPping. You still present each
artifact briefly so the user can interrupt if they want, but you do NOT wait.
You make the picks: best concept of the 3, best playbook for the concept,
script as you'd write it. The user is signing up for "trust your judgment,
go end-to-end."
**Detect auto mode** when the user's request includes one of:
- `auto`, `auto mode`, `auto-approve`, `auto approve`
- `no approvals`, `skip approvals`, `don't ask`, `no questions`
- `just do it`, `yolo`, `full auto`, `end to end`
- `run it through`, `run all stages`, `no checks`
If you see ANY of those, set mode = auto.
Otherwise, mode = interactive.
If the user's wording is ambiguous, ask **ONCE** at the start:
*"Interactive (I pause at each stage for your review) or auto (I run end to end and you g