Tutorial: Build a Content Pipeline Team
Create a multi-agent content pipeline that researches a topic, writes an article, and edits it — all automatically. This tutorial showcases CrewForm’s Pipeline Team mode, where agents execute sequentially, each building on the previous agent’s output.What You’ll Build
A 3-agent pipeline that:- Researcher — Gathers information and key points on a topic
- Writer — Transforms research into a polished article draft
- Editor — Reviews, refines, and produces the final version
Prerequisites
- A CrewForm account with at least one LLM API key configured
- 5–10 minutes
Step 1: Create the Research Agent
- Go to Agents → New Agent
- Configure:
| Field | Value |
|---|---|
| Name | Topic Researcher |
| Model | gpt-4o or claude-sonnet-4-20250514 |
| Temperature | 0.5 |
- System prompt:
- Click Create Agent
Step 2: Create the Writer Agent
- Create another agent:
| Field | Value |
|---|---|
| Name | Content Writer |
| Model | claude-sonnet-4-20250514 |
| Temperature | 0.7 (slightly higher for creativity) |
- System prompt:
Step 3: Create the Editor Agent
- Create a third agent:
| Field | Value |
|---|---|
| Name | Content Editor |
| Model | claude-sonnet-4-20250514 |
| Temperature | 0.2 (low for precision) |
- System prompt:
Step 4: Create the Pipeline Team
- Go to Teams → New Team
- Select Pipeline mode
- Name it: Content Production Pipeline
- Add agents in order:
- Step 1: Topic Researcher
- Step 2: Content Writer
- Step 3: Content Editor
- Click Create Team
How pipelines work: Each agent receives the previous agent’s output as its input. The Researcher’s output becomes the Writer’s input, and the Writer’s output becomes the Editor’s input.
Step 5: Run the Pipeline
- Go to Teams → Content Production Pipeline
- Click Run Team
- Enter a topic: “The impact of Agent-to-Agent protocols on enterprise AI adoption”
- Watch the pipeline execute:
- The Researcher produces a research brief
- The Writer transforms it into an article
- The Editor polishes and publishes the final version
- View the final result in the team run detail page
Step 6: Visualize in the Workflow Builder
- Open your team → click Visual Builder
- See your 3 agents arranged as connected nodes in the canvas
- Each node shows the agent name, model, and execution status
- Use this view to rearrange, add/remove agents, or branch the pipeline
Step 7: Deliver Results Automatically
Set up an output route so finished articles are delivered automatically:- Go to Settings → Output Routes → Add Route
- Choose Webhook and enter your CMS API endpoint, or
- Choose Slack to post finished articles to a
#content-reviewchannel - On the Editor agent, set Output Routes to your chosen destination
Extend the Pipeline
Here are ideas to make this pipeline more powerful:- Add a 4th agent: An SEO Optimizer that adds internal links, adjusts headings, and optimizes keyword density
- Fan-out: Use Fan-Out Pipelines to have multiple writers produce competing drafts, then a merge agent picks the best one
- Schedule: Use Zapier Integration to trigger the pipeline on a schedule (daily content generation)
- Knowledge Base: Give the Researcher agent a knowledge base with your company’s style guide and brand guidelines
What’s Next?
- Orchestration Teams — Let a brain agent decide which workers to delegate to dynamically
- Collaboration Teams — Agents discuss and reach consensus on complex decisions
- Visual Workflow Builder — Drag-and-drop canvas for designing workflows

