with one click
continue
Resume work on current branch's task (infers task from branch name)
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
Resume work on current branch's task (infers task from branch name)
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
Run an epic end-to-end with agent team (analyze, design review, implement, deliver PR)
Start working on a beads task (creates worktree, updates status)
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 | continue |
| description | Resume work on current branch's task (infers task from branch name) |
| aliases | ["resume","cont"] |
Resume work on the current branch's task - automatically detects task ID from branch name.
/continue
/resume
Automatically detects task ID from current git branch name. Updates beads status to in_progress if not already started. Shows task details and checklist.
# On branch: PABLO-D-lo7.1-modern-frontend-setup
/continue
# โ Updates PABLO-D-lo7.1 to in_progress
# โ Shows task details
# On branch: PABLO-D-lo7.2-backend-models
/resume
# โ Updates PABLO-D-lo7.2 to in_progress
When the user invokes this skill:
git branch --show-currentbd show TASK-IDbd update TASK-ID --status=in_progressBe friendly and helpful. If branch name is unclear, ask what task they're working on.