with one click
work
Start working on a beads task (creates worktree, updates status)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Start working on a beads task (creates worktree, updates status)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Resume work on current branch's task (infers task from branch name)
Run an epic end-to-end with agent team (analyze, design review, implement, deliver PR)
Scan docs and CLAUDE.md for stale references, broken links, and drift against the codebase
Compare macOS and Windows implementations for cross-platform parity drift
| name | work |
| description | Start working on a beads task (creates worktree, updates status) |
| aliases | ["start","begin"] |
Start working on a beads task - automatically creates a git worktree and updates task status.
/work TASK-ID
/work search terms for task title
/work PABLO-D-lo7.1
/work modern frontend setup
/work backend models
Claude will:
When the user invokes this skill:
bd search to find matching tasksbd show# From the MAIN repo root (not the new worktree)
MAIN_REPO="$(git rev-parse --show-toplevel)"
WORKTREE_DIR="../PROJECT-NAME-description"
# Ensure .claude dir exists in worktree
mkdir -p "$WORKTREE_DIR/.claude"
# Symlink settings.local.json (has auto-approve permissions, MCP config, plugins)
ln -sf "$MAIN_REPO/.claude/settings.local.json" "$WORKTREE_DIR/.claude/settings.local.json"
Be friendly and interactive. Ask if anything is unclear.