en un clic
work
Start working on a beads task (creates worktree, updates status)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Start working on a beads task (creates worktree, updates status)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.