What problem does it solve?
This Skill solves the problem of keeping complex, multi-agent work organized so the right next action is always clear, with a complete handoff packet tied to code commits.
Core Features & Use Cases
- One bead per commit: ensures every unit of work is closed before the merge and recorded in commit history via a Bead trailer.
- Rich bead handoff packets: uses structured fields (description, design, acceptance criteria, notes, deps, external refs) so another agent can pick up cold without guessing.
- State discovery and triage: supports commands to find what is ready, blocked, stale, or orphaned, and pair with graph-aware triage via bv.
Quick Start
Use the beads skill to create and close one tracked task end-to-end by running: br create -p 2 "task: auth token refresh" then br update <id> --description "..." --acceptance-criteria "..." and finally br close <id> before you commit.