claudegoodies
Plugin

beads

From gastownhall

AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.

Install

/plugin install beads

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this plugin runs.

{
  "name": "beads",
  "description": "AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.",
  "version": "1.1.0",
  "author": {
    "name": "Steve Yegge",
    "url": "https://github.com/steveyegge"
  },
  "repository": "https://github.com/gastownhall/beads",
  "license": "MIT",
  "homepage": "https://github.com/gastownhall/beads",
  "keywords": [
    "issue-tracker",
    "task-management",
    "ai-workflow",
    "agent-memory"
  ],
  "skills": "./skills/",
  "commands": "./skills/beads/commands/",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "bd prime"
          }
        ]
      }
    ],
    "PreCompact": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "bd prime"
          }
        ]
      }
    ]
  }
}
View full source on GitHub →

Other plugins