ワンクリックで
continue
Resume work on current branch's task (infers task from branch name)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Resume work on current branch's task (infers task from branch name)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.