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.
What this skill does
# Work Takeover 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. ## π― Purpose & Scope **What this command does NOT do**: - Does not create or update handover documentation (use `/coding:handover` for that) - Does not modify project files or execute code directly (delegates to subagents) - Does not perform git operations like commit, push, or branch switching **When to REJECT**: - When any handover file (CONTEXT.md, NOTES.md, PLAN.md) does not exist at specified or default path - When handover documents lack required structure (missing critical sections) - When requested to create handover instead of reading it - When working directory is not a git repository ## π Workflow ultrathink: you'd perform the following steps <IMPORTANT> **Delegation Mandate (applies every run):** - Step 1 is ENTIRELY delegated to a PLAN subagent via the Task tool. Direct planning by this skill is PROHIBITED. - The PLAN subagent MUST perform all diagnostics, handover parsing, analysis, user consultation, and plan approval itself, and MUST NOT further sub-delegate. - ALL coding actions in Step 3 (implementation, fixing, testing, refactoring) MUST be delegated to coding subagents via the Task tool. Direct code modification is PROHIBITED. - After PLAN subagent returns, proceed to Step 2 (handover update) then Step 3 (execution). </IMPORTANT> ### Step 1: Plan Work Continuation 1. **Validate Handover Files** - Parse optional prefix argument from $ARGUMENTS - Construct file names: [prefix]-CONTEXT.md, [prefix]-NOTES.md, [prefix]-PLAN.md - Verify all three handover files exist 2. **Run Diagnostics** - Execute project overview to understand current issues - Run type checking to find TypeScript errors - Run linting to find code quality issues - Identify critical blockers 3. **Parse Handover Documents** - Extract current state from CONTEXT.md - Extract implementation notes from NOTES.md - Extract task breakdown from PLAN.md 4. **Auto-Detect Workflow Step** - Analyze file substates (need-draft, need-completion, need-fixing, etc.) - Check current phase status - Determine appropriate write-code workflow step to resume 5. **Consult User on Decisions** - Present any pending decisions from PLAN.md - Get user input on approach - Record decisions for execution ### Step 2: Update Handover with Decisions and Plan <IMPORTANT>If the PLAN subagent returned a "research-only" plan, SKIP this step and go straight to Step 3 for research subagent dispatch.</IMPORTANT> Update handover docs BEFORE execution begins, so context is preserved if work is interrupted. - **Phase 1 β Prepare context**: From the PLAN subagent output, extract finalized decisions (selected option, rationale, alternatives), finalized plan details (detected workflow step, actions, deferred items, files in scope, success criteria), and task status changes (unblocked, still-blocked, newly created). - **Phase 2 β Delegate the update**: Use the Task tool to dispatch a Documentation Specialist subagent that updates CONTEXT.md (Key Decisions & Patterns, Next Steps, File Status), NOTES.md (retain deferred items in Open Questions, drop finalized ones), and PLAN.md (append to Decision Log, clear β οΈ DECISION REQUIRED and βΈοΈ markers for unblocked tasks, fold chosen approaches into task descriptions). Preserve all unrelated content. - **Phase 3 β Verify**: Confirm all three handover files were updated and the decision/plan information was captured correctly before proceeding to Step 3. ### Step 3: Execute Work 1. **Delegate to Coding Subagent** - Pass complete context package - Include detected workflow step - Include user decisions and guidance 2. **Validate Completion** - Run tests for modified files - Run diagnostics to check for new errors - Verify planned actions complete 3. **Update Handover Documentation** - Run `/coding:handover` to update files - Capture latest state ### Step 4: Reporting **Output 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] ``` ## π Examples ### Simple Usage ```bash /takeover # Reads default handover files (CONTEXT.md, NOTES.md, PLAN.md) # Auto-detects workflow step # Continues work ``` ### With Prefix ```bash /takeover sprint1 # Reads sprint1-CONTEXT.md, sprint1-NOTES.md, sprint1-PLAN.md # Continues sprint-specific work ``` ### Error Case ```bash /takeover # Error: One or more handover files not found # Suggestion: Create handover first with `/coding:handover` ```
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit β setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard β shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.