-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Experimenting with Steve Yegge's beads for large project task tracking #1034
Description
I think on larger projects the PRD and plan files might be getting too big. The Algorithm loads them into context and that could be a lot of context gone before any actual work starts. I suspect when compaction kicks in the agent loses its place but I'm not 100% sure that's what's happening.
I'm experimenting with Steve Yegge's beads to track tasks instead. bd ready --json gives the agent the next task without loading the whole plan into context. There's a Decompose skill that takes a PRD or implementation plan and breaks it into atomic beads issues with acceptance criteria and dependency chains — so the agent doesn't have to figure out task ordering itself.
Early days but it seems to help.
Fork: https://github.com/ciaran-finnegan/Personal_AI_Infrastructure/tree/ciaran/customizations