petar-djukic

Bd Issue Pop — Development skill for Claude Code

Development community

Pop a bead (epic) into a worktree branch, decompose it into child beads, then hand off to /do-work.

How to install Bd Issue Pop

Installs to ~/.claude/commands/petar-djukic-coding-skills-bd-issue-pop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/petar-djukic/coding-skills/HEAD/.claude/commands/bd-issue-pop.md -o ~/.claude/commands/petar-djukic-coding-skills-bd-issue-pop.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bd Issue Pop does

Pop a bead (epic) into a worktree branch, decompose it into child beads, then hand off to `/do-work`. Mirrors the gh flow: this command sets up, `/do-work` does the work, and its last pass merges the PR and closes the epic.

Two stores, and keeping them separate matters. The epic's **code** lands on the one `bd--` branch and merges via its single PR. The **bead tracker** lives in the shared mai

Alternatives in Development

  • Epic Claim — Claim an epic issue, stamp coordination state, and sync local ownership 243.5k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
  • Agent Instructions — This project uses bd (beads) for issue tracking 1.6k ★

Full documentation available on GitHub

View Source Repository