Interesting. You don't have a meta workflow shuffling things back and forth between review and fixes? I found myself doing so much busywork shuttling tickets manually between planning -> implementation -> (ai) verification -> (ai) code review -> back to implementation -> back to ai review -> finally to human review, etc.. I really just want to focus deeply on planning something and when I'm done have another high quality thing ready for me to deeply review. I have tried a few DAG things (have you seen Archon?) but they have all been too buggy - agents getting stuck, gates not completing. Or too expensive, like gas town or loa (https://github.com/0xHoneyJar/loa). This drove me towards lighter weight orchestration and having a managing agent that observes and nudges others.
If you don't mind sharing how much does your setup cost per month or per day? I see "12" as the default limit on the review PR, is that $12? I feel quite token constrained atm. While I'd love to fan out 6 lenses in parallel for a PR review I don't think I can afford to do that everyday as a solo dev.
