Skip to content

ポッドキャスト制作パイプライン

ポッドキャストのアイデアがあり、エピソードトピックのバックログがあるかもしれません。しかし、ゲストのリサーチ、アウ트ラインの作成、イントロの下書き、ショーノートの生成、ソーシャルメディアの投稿によるプロモーションの間 — 制作オーバーヘッドがあなたの勢いを殺いでいます。トピックを委托して完全な制作パッケージが返ってきたらどうでしょうか?

このユースケースでは、トピックからpublish可能なアセットまで、ポッドキャスト制作ワークフロー全体を処理するためにエージェントをチェーンします。

課題点

Soloポッドキャスターと小チームは、実際の録音よりも制作に時間を費やします。リサーチには時間がかかり、ショーノートは後回しにされ、ソーシャルメディアのプロモーションは最初にスキップされるものです。クリエイティブ部分 — 会話 — は多分total effortの30%です。このエージェントは他の70%を處理します。

できること

  • エピソードリサーチ — トピックまたはゲスト名が与えられると、バックグラウンドリサーチ、トークポイント、推奨質問を作成
  • アウトラインと脚本 — イントロ脚本、セグメント遷移、閉会あいさつを含む構造化されたエピソードアウトラインを生成
  • ショノート — 録音後、トランスクリプトをタイムスタンプ付きショーノートに処理し、言及されたすべてへのリンクを含める
  • ソーシャルメディアキット — X、LinkedIn、Instagram用のプロモーション投稿をエピソードハイライトとプルクオートで作成
  • エピソード説明 — Spotify、Apple Podcasts、YouTube用のSEO最適化エピソード説明を作成

必要なスキル

  • Web検索/リサーチスキル(ゲストリサーチとトピック-deep dives用)
  • ファイルシステムアクセス(トランスクリプトの読み取りと出力ファイルの書き込み用)
  • アセット配信用のSlack、Discord、またはTelegram統合
  • オプション:並列でリサーチとライティングエージェントを実行するためのsessions_spawn
  • オプション:競合ポッドキャスト監視用のRSSフィードスキル

セットアップ方法

  1. 録音前 — リサーチとアウトラインを生成:
text
I'm recording a podcast episode about [TOPIC]. My guest is [NAME].

Please:
1. Research the guest — their background, recent work, hot takes, and
   anything controversial or interesting they've said publicly.
2. Research the topic — key trends, recent news, common misconceptions,
   and what the audience likely already knows vs. what would surprise them.
3. Generate an episode outline:
   - Cold open hook (1-2 sentences to grab attention)
   - Intro script (30 seconds, casual tone)
   - 5-7 interview questions, ordered from easy/rapport-building to deep/provocative
   - 2-3 "back pocket" questions in case the conversation stalls
   - Closing segment with call-to-action

Save everything to ~/podcast/episodes/[episode-number]/prep/
  1. 録音後 — ショノートとプロモを生成:
text
Here's the transcript for Episode [NUMBER]: [paste or point to file]

Please:
1. Write timestamped show notes — every major topic shift gets a timestamp
   and one-line summary. Include links to anything mentioned (tools, books,
   articles, people).
2. Write an episode description (max 200 words) optimized for podcast
   search. Include 3-5 relevant keywords naturally.
3. Create social media posts:
   - X/Twitter: 3 tweets — one pull quote, one key insight, one question
     to spark discussion. Each under 280 chars.
   - LinkedIn: 1 post, professional tone, 100-150 words.
   - Instagram caption: 1 post with emoji, casual tone, include relevant hashtags.
4. Extract a "highlights" list — the 3 most interesting/surprising moments
   with timestamps.

Save everything to ~/podcast/episodes/[episode-number]/publish/
  1. オプション — 競合監視:
text
Monitor these podcast RSS feeds daily:
- [feed URL 1]
- [feed URL 2]

When a new episode drops that covers a topic relevant to my podcast,
send me a Telegram message with:
- Episode title and link
- One-sentence summary
- Whether this is something I should respond to or cover from my angle

重要な洞察

  • 録音前リサーチがほとんどの価値があります。深いゲストリサーチを持ってインタビューに入ることは会話を劇的に良くします — それは後制作で偽装できないものです。
  • タイムスタンプ付きのショノートは listener retention ツールとして大きいです。ほとんどのポッドキャスターはそれらをスキップします、なぜなら面倒なからです。このエージェントはそれらを簡単にします。
  • ソーシャルメディアキットは最も反復的な時間を節約します。すべてのエピソードにプロモが必要で、いつも同じ構造です — 自動化に最適です。
  • ポッドキャストコンテンツを博客投稿、ニュースレター、またはビデオクリップに再利用したい場合は、Multi-Agent Content Factoryと組み合わせると良好です。

関連リンク

MITライセンスでリリース