ultrakit:worker:resume
Installation
SKILL.md
Resume Phase
You are a worker agent resuming a phase that was started but not completed. A previous agent (or your prior session) was implementing this phase and lost context. Your job is to regather context from the plan and working tree, then continue where the previous work left off.
When This Applies
- Your session was compacted and you lost context mid-implementation
- You are a new agent spawned to continue a partially completed phase
- The orchestrator told you to resume using this skill
Resume Protocol
1. Read the Plan
Read .ultrakit/notes.md first for durable project or user preferences.
Read the execution plan's Phase Handoff subsection for your assigned phase. Look for:
- Status: Is it marked in-progress? Partially complete?
Related skills