zlacker

[return to "Beads – A memory upgrade for your coding agent"]
1. iand67+jt[view] [source] 2025-11-28 10:43:49
>>latchk+(OP)
I've been trying `beads` out for some projects, in tandem with https://github.com/github/spec-kit with pretty good results.

I set up spec-kit first, then updated its templates to tell it to use beads to track features and all that instead of writing markdown files. If nothing else, this is a quality-of-life improvement for me, because recent LLMs seem to have an intense penchant to try to write one or more markdown files per large task. Ending up with loads of markdown poop feels like the new `.DS_Store`, but harder to `.gitignore` because they'll name files whatever floats their boat.

◧◩
2. adamgo+av[view] [source] 2025-11-28 11:04:19
>>iand67+jt
I've found it pretty useful as well. It doesn't compete with gh issues as much as it competes with markdown specs.

It's helpful for getting Claude code to work with tasks that will span multiple context windows.

[go to top]