Automating Content and Blog Post Research
Content creation is one of the highest-leverage areas for the Cosine CLI. By building a dedicated folder for your content work, you create an agent that knows your brand voice, your past work, and your content strategy — and can produce consistent output without being re-briefed every time.
Setting Up a Content Agent Folder
Section titled “Setting Up a Content Agent Folder”-
Create a folder for your content work:
Terminal window mkdir ~/blog-postscd ~/blog-postscos init -
Edit the
agent.mdto define the agent’s persona and workflow. For example:You are an expert content strategist and copywriter for Cosine — an AI software engineering agent.Voice and tone:- Confident, clear, and direct- No emojis or filler phrases- Punchy paragraphs — max 3 sentences each- Write for a technical audience but keep it accessibleWorkflow:- Before drafting anything, save research notes as `.md` files in this folder- Check existing posts in this folder before starting to maintain consistency- Always reference our product vision when describing Cosine's capabilities
Researching Competitors and Writing Posts
Section titled “Researching Competitors and Writing Posts”With the folder set up, you can give the agent a broad content task and let it run:
“Research what our competitors (v0, Cursor, Claude Code) say about AWS Marketplace. Look at our own offering. Then write a blog post comparing them, emphasising our strengths.”
Switch to Auto mode (Shift+Tab) and let it work. Come back when it’s done — you don’t need to watch it.
Using Swarm Mode for Multiple Posts
Section titled “Using Swarm Mode for Multiple Posts”When you want to produce several posts at once, use Swarm Mode:
- First use Plan Mode to let the agent outline the topics and approach.
- Then accept the plan with “Yes, accept and enable Swarm mode”.
- The orchestrator spawns subagents — one per blog post — and they all write in parallel.
- Come back to multiple completed drafts.
For example: “Research and write 10 blog posts covering the top themes from our recent customer calls.” With Swarm Mode, that’s a single prompt — not 10 separate sessions.
Maintaining Consistency Over Time
Section titled “Maintaining Consistency Over Time”When you return to this folder weeks later, the agent still has:
- All your previous posts as examples to mimic.
- Your
agent.mdrules defining voice and tone. - Research files saved from previous sessions.
You can say: “Write a new post about [topic]. Look at our last 5 posts for style guidance.” The agent will read those posts and match the tone automatically.
Feeding In External Research
Section titled “Feeding In External Research”If you want the agent to incorporate content from external sources — say, a Notion page with your product positioning — you can either:
- Use the Notion MCP to pull the page directly (see Setting Up MCPs and MCP Examples).
- Ask the agent to visit a specific URL and summarise it into the folder.
“Go to [URL] and save a summary of the key points to
competitor-research.mdin this folder.”
Then reference that file in future prompts.
Key Takeaways
Section titled “Key Takeaways”- A dedicated content folder with a well-defined
agent.mdis the foundation of a scalable content workflow. - The agent learns your voice over time by referencing past posts in the folder.
- Use Swarm Mode to produce multiple pieces of content in parallel.
- Feed in external research via MCPs or direct URL summarisation.