beads

Manage project tasks and dependencies using the bd CLI.

20|25|Updated May 30, 2026
One-click install
npx skills add https://github.com/OpenCoven/coven-cave --skill beads-opencoven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beads
Source: https://github.com/OpenCoven/coven-cave/tree/main/.agents/skills/beads
Command: npx skills add https://github.com/OpenCoven/coven-cave --skill beads-opencoven

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bd, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing durable project tasks, issue dependencies, and shared work memory in repositories using bd.

Core Features & Use Cases

  • Task Management: Find, claim, and close tasks using the bd CLI.
  • Follow-Up Work: Create durable follow-up tasks when new tasks are discovered.
  • Blocker Management: Inspect blockers and recover project context.
  • Persistent Tracking: Ensures work is not lost during resets or handoffs.
  • Use Case: For instance, when a project manager needs to find ready work, claim a task, or create a follow-up task based on the current work.

Quick Start

Use the beads skill to prime the Beads workspace and find ready work with the command 'bd prime' followed by 'bd ready'.

Frequently Asked Questions about beads

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track durable project tasks that survive repository resets or handoffs?

Durable project task tracking that survives resets and handoffs is managed using the bd CLI, which stores tasks and dependencies as shared work memory. This ensures work is not lost during context switches or environment resets.

How do I find and claim ready work using the bd CLI?

To find and claim ready work using the bd CLI, prime the workspace with 'bd prime' and then run 'bd ready'. This inspects dependencies and surfaces tasks that are unblocked and ready to be claimed.

Can I manage issue dependencies and blockers with bd in my project management workflow?

Yes, you can manage issue dependencies and blockers with bd. The skill allows you to inspect blockers, recover project context, and create durable follow-up tasks when new dependencies are discovered during current work.

Do I need bd installed to use this task tracking skill?

Yes, you need bd installed and its associated configurations set up. The skill requires the bd CLI to manage project tasks, track issue dependencies, and maintain shared work memory in repositories.

What is the best way to create follow-up tasks when discovering new work?

The best way to create durable follow-up tasks when discovering new work is using the bd CLI. It captures newly discovered tasks within the shared work memory, ensuring they are tracked and not lost.

How does shared work memory prevent lost context during project handoffs?

Shared work memory prevents lost context during project handoffs by persisting task states and dependencies with bd. It allows incoming project managers to inspect blockers and recover full project context.