feat: add Copywriter agent for release notes, app store copy and landing pages#8
Conversation
…ing pages Closes xiapeli#2 - Add .claude/agents/copywriter.md with full contract and templates - Add .claude/commands/copywriter.md for delegation - Register Copywriter in jobim.md orchestrator pipeline - Follows existing agent pattern (JSON contract, quality gates)
|
🎥 I put together a short Mainframe video summary of this PR: https://mainframe.app/v/20e183bda56de8f698bfe581cb5f5380 It covers what the Copywriter agent adds, where it fits in the Jobim pipeline, why it matters for end-to-end product shipping, and a few things reviewers should scrutinize—especially language consistency, orchestrator integration, pipeline ordering, and the output contract/quality gates. If the video is still rendering when you click, give it a moment; the page will resolve once finalize completes. |
|
📺 I put together a short Mainframe video summarizing this PR, including the diff, why the Copywriter agent matters, and a few things reviewers should double-check: https://mainframe.app/v/612226efab17d921b4bd177775da159b The page will resolve to the finished video once rendering is complete. |
Summary
Adds a new Copywriter agent to the Jobim orchestra, specialized in creating publication-ready text content.
Closes #2
New files
.claude/agents/copywriter.md— Full agent definition with JSON contract, templates for release notes, app store descriptions, landing pages, email campaigns, quality gates.claude/commands/copywriter.md— Command file for delegationModified
.claude/agents/jobim.md— Registered Copywriter in context state, delegation guide, and pipeline (phase 6.5 after Launch)How it fits
Produces: release notes, app store descriptions, landing page copy, email campaigns, taglines. Follows existing agent patterns with structured JSON output contract.