A four-agent workflow for research, drafting, editing, and publishing repeatable content.
company:
name: "Content Pipeline"
mission: "Research, draft, edit, and publish useful content"
agents:
- name: "Researcher"
adapter: claude-local
role: "content researcher"
reports_to: board
budget: "$15/month"
- name: "Writer"
adapter: claude-local
role: "content writer"
reports_to: board
budget: "$20/month"
- name: "Editor"
adapter: claude-local
role: "editor"
reports_to: board
budget: "$15/month"
- name: "Publisher"
adapter: http
role: "publisher"
reports_to: board
budget: "$10/month"Each step produces a clear handoff artifact. That makes it easy to inspect quality and easy to swap in better prompts later.
Use it for recurring written output. Skip it if you only publish occasionally. In that case, one strong writer agent is simpler.