continue
Resume work from a handoff file. Use at the start of a new session to pick up where a previous session left off.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Resume work from a handoff file. Use at the start of a new session to pick up where a previous session left off.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create well-structured atomic commits with conventional commit messages. Use when ready to commit working changes.
Write a feature spec from requirements in .claude/input/. Use when starting a new feature, before implementation begins.
Orchestrate the full spec → implement → review → fix → commit pipeline. Use when shipping a complete feature end-to-end.
Break a concept document, draft, or product brief into independent PRDs that each feed into /ship. Use when input contains multiple features or a big-picture vision.
Ship decomposed PRDs in parallel. Analyzes file conflicts, groups into batches, runs /ship in isolated worktrees, merges results. Use after /decompose.
Implement a feature from a spec file in .claude/specs/. Use after a spec is written and approved.
| name | continue |
| description | Resume work from a handoff file. Use at the start of a new session to pick up where a previous session left off. |
| disable-model-invocation | true |
| argument-hint | [handoff-file] |
| effort | low |
Restore context from a handoff file and prepare to resume work.
$ARGUMENTS is optional — pass a filename or label to load a specific handoff. Without arguments, loads the most recently modified file in .claude/handoffs/.
.claude/handoffs/<ARGUMENTS>.md or the closest match by name.md file in .claude/handoffs/