com um clique
work
Start working on a beads task (creates worktree, updates status)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Start working on a beads task (creates worktree, updates status)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| 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.
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