🎯

load-handoff

🎯Skill

from pc-style/pc-skills

VibeIndex|
What it does

Seamlessly loads and continues work from a HANDOFF.md file, reading context and preparing to execute next steps.

πŸ“¦

Part of

pc-style/pc-skills(12 items)

load-handoff

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add pc-style/pc-skills --skill load-handoff
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Load a handoff file and proceed with the specified tasks. Use when starting a new session with a HANDOFF.md file present, or when the user asks to continue from a handoff. Reads the handoff context and immediately begins executing the next steps.

Overview

# 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

  1. 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

More from this repository10

🎯
blog-post🎯Skill

Generates cybernetic developer blog posts in a dual-author MDX format with custom components and API/CLI publishing methods.

🎯
git-commit🎯Skill

Generates intelligent git commits using Conventional Commits, automatically analyzing code changes and creating semantic, descriptive commit messages.

🎯
git-commit-push🎯Skill

Automates Git workflow by staging changes, creating conventional commits, and pushing to the current branch's origin.

🎯
linear-status-check🎯Skill

Checks and validates the linear status of a project, ensuring sequential progression and identifying potential workflow disruptions.

🎯
explore-codebase🎯Skill

Quickly explore and map codebase structure, find files by patterns, and understand project architecture using Opencode's Explore agent.

🎯
code-review🎯Skill

Performs comprehensive code review analysis, identifying potential issues, best practices, and improvement suggestions across various programming languages.

🎯
git-create-branch🎯Skill

Creates a new Git branch with conventional naming, ensuring clear and structured branch management for different types of work.

🎯
github-create-pr🎯Skill

Creates a GitHub pull request from a specified branch to another, with optional title, body, and assignee configuration.

🎯
create-handoff🎯Skill

Generates a comprehensive HANDOFF.md document to preserve project context, files, progress, and next steps for seamless continuation in a new AI session.

🎯
git-push-origin🎯Skill

Pushes a local Git branch to its remote origin (GitHub) for the first time, setting up upstream tracking.