load-handoff
Load Handoff
Load HANDOFF.md and continue the work described.
Process
- Read HANDOFF.md from the repository root
- Load context files listed in the handoff
- Confirm understanding with the user briefly
- Execute next steps or ask user which task to prioritize
Steps
- Check if
HANDOFF.mdexists in the current directory - If found, read it completely
- Load all files listed in "Key Files" section
- Present a brief summary:
- What the handoff contains
- Current state
- 2-3 suggested next actions
- 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 pc-style/pc-skills
blog-post
Create pcstyle.dev developer blog posts in the dual-author (ME MYSELF + MY AI AGENT) format, including MDX structure, custom components, and API/CLI publishing steps.
4code-review
Run automated code review using cubic review with amp review fallback. Use when the user wants to review code changes, check PR quality, analyze code for issues, or run automated code review tools.
4explore-codebase
Fast codebase exploration using Opencode's Explore agent for quick recognition of project structure, file patterns, and code organization. Use when you need to understand a codebase quickly, map out architecture, find files by patterns, or answer questions about code structure. Triggers on requests like "explore this codebase", "understand the project structure", "map out the architecture", or when quick file discovery is needed.
3git-push-origin
Push local branch to origin (GitHub) to initialize it remotely. Use when the user has created a local branch and wants to push it to GitHub for the first time, or when setting up a new branch on the remote repository.
3create-handoff
Create a handoff message to continue work in a new AI session. Use when the user wants to save context for later, create a handoff document, or prepare work for continuation in a fresh session. Captures relevant files, context, and goals so the next session can start immediately without rediscovering the codebase.
3git-commit-push
Stage changes, commit with conventional commits, and push to origin. Use when the user wants to commit and push in one go, save changes to GitHub, or after completing work on a branch. Combines staging, committing, and pushing into a single workflow.
3