Agent Plugins Marketplace
All plugins

beads-workflow

v1.4.0

Skills for working through beads epics and fixing findings with granular task and commit tracking.

Claude Code4 Skills

By JT Sternberg5 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install beads-workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install beads-workflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jtsternberg/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/beads-workflow/.

Plugin files

plugins/beads-workflow/
├── .claude-plugin/plugin.json
├── skills/fix-findings-beads-tasks/SKILL.md
├── skills/tackle-epic/SKILL.md
├── skills/triage-beads/SKILL.md
└── skills/tripwire-scan/SKILL.md

Included Skills4

fix-findings-beads-tasksskills/fix-findings-beads-tasks/SKILL.md

Fix a list of issues one-by-one, each with its own beads task, commit, and push

tackle-epicskills/tackle-epic/SKILL.md

Work on an epic from beads until completion, then create a PR

triage-beadsskills/triage-beads/SKILL.md

Autonomously sweep and triage ALL open beads (bd tasks) the way a careful engineer would by hand — reconcile each bead against reality (git history, passing tests, tool versions, whether its blockers have since closed), CLOSE the ones already satisfied with cited evidence, PARK the ones blocked on an external resource with a ready-to-run playbook, and SURFACE genuine JT-only decisions into an end-of-run report instead of guessing. Use this whenever the user wants to triage beads, clean up stale issues, sweep or prune open beads, audit the backlog, close out finished-but-still-open tasks, or asks why so many beads are piling up — and it is safe to run repeatedly and unattended (e.g. from a scheduled agent). Also fires on "triage the backlog", "clear out stale beads", "which of these beads are already done", and "auto-triage".

tripwire-scanskills/tripwire-scan/SKILL.md

Match a change-set against the tripwire anchors that parked beads (bd issues) declare, and surface each parked bead whose watched code you're about to change — the edit-time warning that `bd ready` can't give, because it only fires when someone asks for work, never when you touch the file a bead warns about. Use when reviewing or creating a PR, before finishing a change, or when asked to "check tripwires", "scan for tripwires", or "what parked beads touch this change". A parked bead plants a `tripwire-paths:` line naming where its knowledge bites; this scans your diff against those anchors and reports each hit as bead-id → matched file → the bead's one-line why. Safe and read-only.

Plugin manifests1

plugins/beads-workflow/.claude-plugin/plugin.json
{
  "name": "beads-workflow",
  "description": "Skills for working through beads epics and fixing findings with granular task and commit tracking.",
  "version": "1.4.0",
  "author": {
    "name": "JT Sternberg",
    "url": "https://github.com/jtsternberg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[beads-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/beads-workflow)