Symphony workflow automation tool works with Claude Code

Symphony workflow automation with Claude Code
A developer successfully implemented the Symphony specification using Claude Code, creating an automated workflow that handles tickets from issue tracking through to pull requests.
How the workflow works
The Symphony tool follows this sequence:
- Raise a ticket in Linear (can be swapped for JIRA or GitHub Issues)
- Move the ticket from backlog to TODO
- Symphony picks up the ticket, checks out a branch, codes the work, and creates a PR
- You review and merge
- Symphony GUI shows status as the job runs
Implementation details
The developer used Node and TypeScript for the initial implementation but noted: "I quickly realized why OpenAI reference implementation used Elixir. This needs a language like Elixir." They plan to switch to Elixir, seeing it as "a good excuse to learn."
Setup requirements
Key setup considerations:
- You need to set up API keys and token billing for this to work
- This does not use your Claude Code Max or Pro subscription (or the developer didn't find a way to make it work)
- This billing setup might be a reason not to use it liberally
Tool preferences
The developer prefers GitHub Issues over other issue tracking systems, stating: "I will probably use Github issues (not keen on another issue tracking system)."
The code is available at: https://github.com/obelix74/symphony
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Built a UFO Data Visualizer with Government Data in Hours
A Reddit user used Claude AI to build a full-stack UFO sighting visualizer from newly released U.S. Dept. of War data, hosted on Cloudflare, in just a few hours.

FUTO Swipe: Open-Source Swipe Typing Models Match Big Tech Accuracy
FUTO releases open-source swipe typing models and a 1M swipe dataset. Encoder (635K params) + ContextLM (1.5M) + decoder (304K) achieve ~4% top-4 fail rate. Fully offline in FUTO Keyboard.

cq: A Local-First Knowledge Sharing System for AI Coding Agents
Mozilla.ai's cq is an open-source tool that lets AI coding agents share 'knowledge units' about common gotchas via a local SQLite store, with optional team sharing through a Docker API. It installs as a Claude Code plugin or OpenCode MCP server.

BusyDog Desktop: A Local AI Agent with P2P Networking for Mac
BusyDog Desktop is a local AI agent that runs Claude directly on a Mac, can read/write files, run terminal commands, control browsers, and connect with other agents via a P2P network using Hyperswarm DHT and a custom BDP protocol.