From audio-production
Scaffold a new episode folder under episodes/ with standard subfolders and a notes template (podcast workspace)
npx claudepluginhub danielrosehill/claude-code-plugins --plugin audio-productionScaffold a new podcast episode. Requires a podcast-variant workspace (has an `episodes/` directory at the root). 1. Ask the user for the episode number and short slug if not provided in `$ARGUMENTS` (e.g. `042 ai-automation-deep-dive`). 2. Create `episodes/ep<NNN>-<slug>/` with subfolders: `raw/`, `edited/`, `elements/`, `exports/`. 3. Create `episodes/ep<NNN>-<slug>/notes.md` with headings: `# Episode <NNN> — <title>`, `## Guest(s)`, `## Outline`, `## Show notes`, `## Links`, `## Timestamps`. 4. Create `episodes/ep<NNN>-<slug>/metadata.yaml` with keys: `title`, `number`, `recorded_date`, ...
Share bugs, ideas, or general feedback.
Scaffold a new podcast episode. Requires a podcast-variant workspace (has an episodes/ directory at the root).
$ARGUMENTS (e.g. 042 ai-automation-deep-dive).episodes/ep<NNN>-<slug>/ with subfolders: raw/, edited/, elements/, exports/.episodes/ep<NNN>-<slug>/notes.md with headings: # Episode <NNN> — <title>, ## Guest(s), ## Outline, ## Show notes, ## Links, ## Timestamps.episodes/ep<NNN>-<slug>/metadata.yaml with keys: title, number, recorded_date, publish_date, duration, guests, tags, description.raw/ or symlink from the top-level raw-takes/.