bemindlabs

Bwoc Run — Productivity skill for Claude Code

Productivity community

Run a single task headless on a BWOC agent and capture the result.

How to install Bwoc Run

Installs to ~/.claude/skills/bemindlabs-bwoc-plugin-claude-bwoc-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bemindlabs-bwoc-plugin-claude-bwoc-run && curl -fsSL https://raw.githubusercontent.com/bemindlabs/bwoc-plugin-claude/HEAD/commands/bwoc-run.md -o ~/.claude/skills/bemindlabs-bwoc-plugin-claude-bwoc-run/SKILL.md

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

What Bwoc Run does


description: Run a single task headless on a BWOC agent and capture the result argument-hint: "" allowed-tools: Bash(bwoc:*)

Run a single task non-interactively (headless mode) on a BWOC agent and capture its result by wrapping the `bwoc` CLI.

  • $1 is the agent (id agent-foo or bare foo).
  • $2 is the task prompt. Quote it so the whole prompt is one argument.

Run:

bwoc run "$1" --task "$2"

Optional flags from `bwoc run --help`: `--timeout

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository