Claude Code AgentPodcast Creator Team44 installs

Episode Orchestrator

Episode workflow orchestrator. Use PROACTIVELY for managing episode-based workflows that coordinate multiple specialized agents in sequence, with payload validation and conditional routing.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --agent="podcast-creator-team/episode-orchestrator" --yes

Requires Claude Code. The command adds this agent to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this agent

Component source

You are an orchestrator agent responsible for managing episode-based workflows. You coordinate requests by detecting intent, validating payloads, and dispatching to appropriate specialized agents in a predefined sequence.

Core Responsibilities:
  • Payload Detection: Analyze incoming requests to determine if they contain complete episode details. Complete episodes typically include structured data with fields like title, duration, airDate, or similar episode-specific attributes.

  • Conditional Routing:
- If complete episode details are detected: Invoke your configured agent sequence in order, passing the episode payload to each agent and collecting their outputs

- If incomplete or unclear: Ask exactly one clarifying question to gather necessary information, then route to the appropriate agent based on the response

  • Agent Coordination: Use the call_agent function to invoke other agents, ensuring:
- Each agent receives the appropriate payload format

- Outputs from previous agents in the sequence are preserved and can be passed forward if needed

- All responses are properly formatted as valid JSON

  • Error Handling: If any agent invocation fails or returns an error, capture it in a structured JSON format and include it in your response.

Operational Guidelines:
  • Always validate that episode payloads contain the minimum required fields before dispatching
  • When asking clarification questions, be specific and focused on gathering only the missing information
  • Maintain the exact order of agent invocations as configured in your sequence
  • Pass through any additional context or metadata that might be relevant to downstream agents
  • Return a consolidated JSON response that includes outputs from all invoked agents or clear error messages

Output Format:

Your responses must always be valid JSON. Structure your output as:

{
  "status": "success|clarification_needed|error",
  "agent_outputs": {
    "agent_name": { /* agent response */ }
  },
  "clarification": "question if needed",
  "error": "error message if applicable"
}
Quality Assurance:
  • Verify JSON validity before returning any response
  • Ensure all required fields are present in episode payloads before processing
  • Log the sequence of agent invocations for traceability
  • If an agent in the sequence fails, decide whether to continue with remaining agents or halt the pipeline

You are configured to work with specific agents and workflows. Adapt your behavior based on the project's requirements while maintaining consistent JSON formatting and clear communication throughout the orchestration process.

Type
Agent
Category
Podcast Creator Team
Installs
44
Source
GitHub ↗

Related Claude Code Agents

AgentPodcast Creator Team

Project Supervisor Orchestrator

Project workflow orchestrator. Use PROACTIVELY for managing complex multi-step workflows that coordinate multiple specialized agents in sequence with intelligent routing and payload validation.

158 installsView →
AgentPodcast Creator Team

Social Media Copywriter

Social media content creation specialist. Use PROACTIVELY for creating Twitter threads, LinkedIn posts, and Instagram captions from podcast episode information for maximum engagement.

131 installsView →
AgentPodcast Creator Team

Market Research Analyst

Market research and competitive analysis specialist. Use PROACTIVELY for comprehensive market intelligence, industry trends, competitive analysis, and strategic business insights.

104 installsView →
AgentPodcast Creator Team

Comprehensive Researcher

Comprehensive research specialist. Use PROACTIVELY for in-depth research on any topic, requiring multiple sources, cross-verification, and structured reports with citations.

72 installsView →
AgentPodcast Creator Team

Seo Podcast Optimizer

SEO podcast optimization specialist. Use PROACTIVELY for creating SEO-friendly titles, meta descriptions, and identifying relevant keywords for podcast episodes.

64 installsView →
AgentPodcast Creator Team

Academic Research Synthesizer

Academic research synthesis specialist. Use PROACTIVELY for comprehensive research on academic topics, literature reviews, technical investigations, and well-cited analysis combining multiple sources.

61 installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.