一键导入
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.