Files
beads/commands/stats.md
beads/crew/dave 1ffd1431b7 docs: update skill names from /bd-* to /beads:* (#862)
The Claude Code plugin uses beads:* prefix for slash commands, not bd-*.
Updated all documentation to reflect actual installed command names.

Files updated:
- docs/PLUGIN.md
- docs/INSTALLING.md
- website/docs/integrations/claude-code.md
- website/static/llms-full.txt
- commands/init.md, stats.md, workflow.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Executed-By: beads/crew/dave
Rig: beads
Role: crew
2026-01-02 17:07:49 -08:00

617 B

description
description
Show project statistics and progress

Display statistics about the current beads project.

Use the beads MCP stats tool to retrieve project metrics and present them clearly:

  • Total issues by status (open, in_progress, blocked, closed)
  • Issues by priority level
  • Issues by type (bug, feature, task, epic, chore)
  • Completion rate
  • Recently updated issues

Optionally suggest actions based on the stats:

  • High number of blocked issues? Run /beads:blocked to investigate
  • No in_progress work? Run /beads:ready to find tasks
  • Many open issues? Consider prioritizing with /beads:update