load-handoff

📁 pc-style/pc-skills 📅 11 days ago
1
总安装量
1
周安装量
#44410
全站排名
安装命令
npx skills add https://github.com/pc-style/pc-skills --skill load-handoff

Agent 安装分布

kilo 1
windsurf 1
trae 1
opencode 1
codex 1

Skill 文档

Load Handoff

Load HANDOFF.md and continue the work described.

Process

  1. Read HANDOFF.md from the repository root
  2. Load context files listed in the handoff
  3. Confirm understanding with the user briefly
  4. Execute next steps or ask user which task to prioritize

Steps

  1. Check if HANDOFF.md exists in the current directory
  2. If found, read it completely
  3. Load all files listed in “Key Files” section
  4. Present a brief summary:
    • What the handoff contains
    • Current state
    • 2-3 suggested next actions
  5. Ask user which task to tackle or proceed if clear

Example Interaction

[Reads HANDOFF.md and key files]

I've loaded the handoff. We're working on [context from handoff].

Current state: [state from handoff]

Suggested next steps:
1. [First next step from handoff]
2. [Second next step]
3. [Third next step]

Which would you like to tackle first?

After Loading

Once handoff is loaded:

  • Delete or archive HANDOFF.md after confirming work is complete
  • Update progress as tasks are finished
  • Create a new handoff if session ends with remaining work

No Handoff Found

If no HANDOFF.md exists:

  • Inform the user
  • Ask what they’d like to work on
  • Offer to create a handoff when session ends