Cowork automates sprint changelog generation using Claude AI and MCP connections

Automating sprint changelogs with Cowork and Claude
A project manager has automated their most tedious recurring task: creating end-of-sprint changelogs. Previously, this required manually sifting through completed Linear tickets, deciding what to include, writing copy in ChatGPT, publishing it, and determining whether updates warranted email or in-app notifications.
How the automation works
The Cowork task runs every two weeks automatically and performs these steps:
- Claude connects to Linear via MCP (Model Context Protocol)
- Pulls completed issues from the sprint
- Identifies which issues are user-facing
- Writes changelog copy using actual ticket context including descriptions and comments
- Publishes the changelog through another MCP connection
- Triggers email and in-app notifications for significant updates
- Quietly adds smaller changes to the changelog page
Results and observations
The PM reports that Claude's generated copy is "genuinely better" than their manual work because it pulls details from ticket descriptions and comments that they would have skipped when rushing. They now spend about 90% of their time just reviewing and shipping the changelog rather than creating it from scratch.
The only remaining manual task is creating the header image, which takes about 2 minutes using a screenshot beautifier tool.
Recurring automation use case
The PM notes that Cowork is "undersold as a scheduling tool" and that while most use cases focus on one-off tasks, the real value comes from automating recurring work. This includes "the boring work that eats an hour every week or every sprint that you never get around to automating because writing a script feels like overkill."
Instead of writing scripts, users can describe what they want in plain English and schedule it to run automatically.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building Non-Coding AI Agents with Claude Code: Three Practical Examples
A Reddit user shares their personal setup for creating AI agents using Claude Code, detailing three specific implementations: an automated morning briefing agent pulling from emails, todos, and calendar; a tmux-based pipeline for capturing Substack articles; and a meeting summarization agent.

OpenClaw Agent Pipeline Used to Write and Publish Three AI Novels in a Week
A developer used OpenClaw to create a four-agent workflow that wrote, edited, and published three complete novels to Amazon KDP in seven days. The pipeline included specialized agents for writing, editing, marketing, and orchestration.

Exploring Non-Coding Use Cases of OpenClaw
OpenClaw extends beyond coding workflows with applications in areas like smart glasses integration, car control via Telegram, and more.

Claude Opus 4.6 Successfully Writes Malbolge Code Through Iterative Feedback
A developer used Claude Opus 4.6 to write "Hello World" in Malbolge, an esoteric programming language, by implementing a feedback loop where compiler errors were fed back to the AI until the code passed validation.