with one click
takeover
// Parse handover notes and auto-resume write-code workflow. Use when continuing interrupted work, resuming from handover documents, or picking up another developer's task.
// Parse handover notes and auto-resume write-code workflow. Use when continuing interrupted work, resuming from handover documents, or picking up another developer's task.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | takeover |
| description | Parse handover notes and auto-resume write-code workflow. Use when continuing interrupted work, resuming from handover documents, or picking up another developer's task. |
| model | opus |
| context | fork |
| agent | general-purpose |
| allowed-tools | Task, Read, Glob, Grep |
| argument-hint | ["prefix"] |
Parses handover documentation (CONTEXT.md, NOTES.md, PLAN.md) left by previous agent, automatically determines the appropriate write-code workflow step to resume, and provides complete context for seamless work continuation.
What this command does NOT do:
/coding:handover for that)When to REJECT:
ultrathink: you'd perform the following steps
**Delegation Mandate (applies every run):**Validate Handover Files
Run Diagnostics
Parse Handover Documents
Auto-Detect Workflow Step
Consult User on Decisions
If the PLAN subagent returned a "research-only" plan, SKIP this step and go straight to Step 3 for research subagent dispatch.
Update handover docs BEFORE execution begins, so context is preserved if work is interrupted.
Delegate to Coding Subagent
Validate Completion
Update Handover Documentation
/coding:handover to update filesOutput Format:
[✅] Takeover: $ARGUMENTS
## Handover Summary
- Files: CONTEXT.md, NOTES.md, PLAN.md at [path]
- Last Updated: [timestamp]
- Branch: [branch name]
## Diagnostics Summary
- Type Errors: [count]
- Test Failures: [count]
- Lint Violations: [count]
## Detected Workflow Step
**Step [N]: [Step Name]** from write-code skill pipeline
**Rationale**: [explanation]
## Files in Scope
### 🚧 In Progress ([count])
- [file path] - [substate]
### 📋 Planned ([count])
- [file path] - [substate]
## Tasks Executed
- [count] tasks completed
- [count] actions executed
## Next Action
[What to do next]
/takeover
# Reads default handover files (CONTEXT.md, NOTES.md, PLAN.md)
# Auto-detects workflow step
# Continues work
/takeover sprint1
# Reads sprint1-CONTEXT.md, sprint1-NOTES.md, sprint1-PLAN.md
# Continues sprint-specific work
/takeover
# Error: One or more handover files not found
# Suggestion: Create handover first with `/coding:handover`