Skip to content

CustomerNewsletter

A public, reusable system for drafting enterprise-focused Copilot newsletters.

Start Here

If you only read one page, start here: - Start here (Feb 2026)

Then, if you want the backstory: - Short case study - Timeline

Want to see a real shipped example? - Published February issue (Discussion #18)

Try It

VS Code Copilot Chat

  1. Open this repo in VS Code.
  2. Open Copilot Chat and select the customer_newsletter agent.
  3. Paste this prompt:
i want you to generate a from-scratch brand new february newsletter using the dates Dec 5 2025 to Feb 13 2026

Copilot CLI

Headless mode:

copilot --agent customer_newsletter \
  --model claude-opus-4.6 \
  --allow-all \
  --no-ask-user \
  -p "i want you to generate a from-scratch brand new february newsletter using the dates Dec 5 2025 to Feb 13 2026"

Interactive mode:

copilot --agent customer_newsletter --model claude-opus-4.6 -i

Docs