found this repo from this video: https://github.com/snarktank/ai-dev-tasks
Can't wait to start playing with this. I'm curious if this can be integrated with Linear 🤔?
What I want
In Seed Hypermedia we do use Linear to track issues, and based on this tooling what I would love is:
get all the issues assigned to me from Linear
expand the issue and explain how to fix/solve it based on the codebase
spawn background agents for each task to solve those
create PRs when the issue is fixed.
With this setup in place, I can focus more on bigger and more complex tasks and improve the application a lot more.
What do you think? Is there something else you would do to improve this workflow?
---
See also:
How to Background Agents — using Cursor background agents to autonomously solve tasks spawned from Linear issues
State machines to visualize the work of agents — state machines make spawned agent behavior deterministic, observable, and predictable, directly applicable to the background agent workflow described here
Product Backlog — Opportunity 26: Linear-to-Agent Pipeline CLI — @shm/linear-agent CLI packaging the exact 4-step pipeline described here: fetch→expand→spawn→PR
I want to automatically download Bugs from Linear and add them to Seed using Cursor and Python — Seed community support guide showing how to connect Linear → Cursor via MCP today, with step-by-step setup, mcp.json config, and automatic PR generation — a working template for the workflow envisioned here
Do you like what you are reading? Subscribe to receive updates.
Unsubscribe anytime