I’ll start by saying I didn’t look exhaustedly to see if others had posted about this.
I’ve built a bunch of skills to run engineering process from PRD generation through coding. The skills break the work into epics and tickets.
Im starting to work on ways to put those tickets into GitHub issues, and I am playing with ideas on how to orchestrate a thin layer that manages the ticket queue and ensures prerequisites are done fist, managing ticket order, etc. The orchestrator would automate assigning Claude or codex to code the ticket, etc.
Has anyone found a good solution for this? I know there are many and I’ve been looking at a bunch. I started to build my own but that seemed foolish.
My goal is to be able to spec and design various applications and be able to have the bulk of the coding cycle process be autonomous. Right now I’m doing loads of babysitting in the terminal to make sure it picks up the next ticket, reminding the LLM to keep working on the next tickets, etc. some of these projects are taking days and, while clearly complex, it should be smoother than this.
Thanks !