Skip to content

Experimenting with Steve Yegge's beads for large project task tracking #1034

@ciaran-finnegan

Description

@ciaran-finnegan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions