gastownhall/beads ? reverse-engineered prompt
Reverse engineered prompt
Build me a Go command line tool called bd for managing work items and long running tasks for coding agents.
I want it to feel like a memory upgrade for an agent, where tasks can be created, claimed, linked together by blockers and dependencies, shown in a ready queue, and closed when done. It should keep a persistent project memory, support simple issue threading and relationships, and work well for multi agent workflows without conflicting IDs. Use a local database approach with sync support so two machines or agents can share the same task graph safely.
Please include a clean init flow for a project, helpful agent instructions files, and commands like create, ready, show, update, dep add, remember, and close. If you need to look up current docs online, go ahead. Make the CLI polished, cross platform, and usable from the terminal with sensible defaults and clear help text.
Are you gonna build this?
make sure you review the code using coderabbit