Loading...
Loading...
Resume work from handoff document with context analysis and validation
npx skill4agent add parcadei/continuous-claude-v3 resume-handoffthoughts/shared/plansthoughts/shared/researchthoughts/shared/handoffs/ENG-XXXXENG-XXXXENG-2124thoughts/shared/handoffs/ENG-2124/YYYY-MM-DD_HH-MM-SSthoughts/shared/plansthoughts/shared/researchI'll help you resume work from a handoff document. Let me find the available handoffs.
Which handoff would you like to resume from?
Tip: You can invoke this command directly with a handoff path: `/resume_handoff `thoughts/shared/handoffs/ENG-XXXX/YYYY-MM-DD_HH-MM-SS_ENG-XXXX_description.md`
or using a ticket number to resume from the most recent handoff for that ticket: `/resume_handoff ENG-XXXX`Task 1 - Gather artifact context:
Read all artifacts mentioned in the handoff.
1. Read feature documents listed in "Artifacts"
2. Read implementation plans referenced
3. Read any research documents mentioned
4. Extract key requirements and decisions
Use tools: Read
Return: Summary of artifact contents and key decisionsI've analyzed the handoff from [date] by [researcher]. Here's the current situation:
**Original Tasks:**
- [Task 1]: [Status from handoff] → [Current verification]
- [Task 2]: [Status from handoff] → [Current verification]
**Key Learnings Validated:**
- [Learning with file:line reference] - [Still valid/Changed]
- [Pattern discovered] - [Still applicable/Modified]
**Recent Changes Status:**
- [Change 1] - [Verified present/Missing/Modified]
- [Change 2] - [Verified present/Missing/Modified]
**Artifacts Reviewed:**
- [Document 1]: [Key takeaway]
- [Document 2]: [Key takeaway]
**Recommended Next Actions:**
Based on the handoff's action items and current state:
1. [Most logical next step based on handoff]
2. [Second priority action]
3. [Additional tasks discovered]
**Potential Issues Identified:**
- [Any conflicts or regressions found]
- [Missing dependencies or broken code]
Shall I proceed with [recommended action 1], or would you like to adjust the approach?I've created a task list based on the handoff and current analysis:
[Show todo list]
Ready to begin with the first task: [task description]?| Agent | Domain | Use For |
|---|---|---|
| implement | Large features, new systems, major components |
| plan | Feature design, system architecture, implementation planning |
| plan | Refactoring plans, migrations, codebase restructuring |
| deploy | Releases, deployments, publishing |
| orchestrate | Complex multi-agent workflows |
| Agent | Domain | Use For |
|---|---|---|
| implement | Quick fixes, patches, minor tweaks |
| document | Documentation, guides, explanations |
| debug | Bug investigation, tracing, root cause analysis |
| debug | Security audits, vulnerability scanning |
| debug | Performance optimization, bottleneck analysis |
| validate | Unit tests |
| validate | E2E/integration tests |
| research | External docs, best practices, how-to |
| research | Codebase exploration, finding existing code |
| research | Repository structure analysis |
| review | Feature plan review, design validation |
| review | Migration review, refactoring validation |
| session | Session analysis, history summaries |
Use Task tool with:
- subagent_type: [selected agent from above]
- prompt: [task description + relevant handoff context + learnings]User: /resume_handoff specification/feature/handoffs/handoff-0.md
Assistant: Let me read and analyze that handoff document...
[Reads handoff completely]
[Spawns research tasks]
[Waits for completion]
[Reads identified files]
I've analyzed the handoff from [date]. Here's the current situation...
[Presents analysis]
Shall I proceed with implementing the webhook validation fix, or would you like to adjust the approach?
User: Yes, proceed with the webhook validation
Assistant: This is a bugfix task, so I'll route to the `spark` agent.
[Uses Task tool with subagent_type="spark" and prompt containing:
- The webhook validation fix task
- Key learnings from handoff
- Relevant file:line references
- Patterns to follow]
[Waits for spark agent to complete]
The spark agent has completed the webhook validation fix. Moving to the next task...