pm-handoff

Generate a clipboard-ready PM handoff prompt from repository config, GitHub state, and memory.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/auerbachb/claude-code-config --skill pm-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-handoff
Source: https://github.com/auerbachb/claude-code-config/tree/main/.claude/skills/pm-handoff
Command: npx skills add https://github.com/auerbachb/claude-code-config --skill pm-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates a self-contained project management handoff prompt to preserve context when turning over or starting new PM threads, preventing loss of state and ensuring continuity across Claude Code sessions.

Core Features & Use Cases

  • Bootstrap PM config: Scans the repository and creates a starter PM config to standardize role, workflow rules, infrastructure, and architecture notes.
  • Live state capture: Queries GitHub for open issues, PRs, and recent merges, and summarizes in-flight orchestration and active polling jobs.
  • Self-contained handoff prompt: Combines static config, dynamic GitHub state, session handoffs, and memory summaries into a single prompt suitable for pasting into a fresh Claude Code thread.

Quick Start

Generate a PM handoff prompt for this repository and copy it to the clipboard.

Frequently Asked Questions about pm-handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer Claude Code project management context to a new thread?

To transfer Claude Code project management context to a new thread, generate a self-contained PM handoff prompt. This consolidates repository configuration, live GitHub state, in-flight orchestration data, and memory into a single clipboard-ready prompt.

What is the best way to bootstrap a PM config for a coding repository?

The best way to bootstrap a PM config is to scan repository files and CLI outputs. This generates a starter configuration that standardizes role definitions, workflow rules, infrastructure details, and architecture notes.

How does a handoff prompt capture live GitHub state and in-flight work?

A handoff prompt captures live GitHub state by querying for open issues, PRs, and recent merges. It parses session artifacts to summarize in-flight orchestration, active polling jobs, and OKRs.

Can I use this to resume multi-thread orchestration across Claude Code sessions?

Yes, you can use it to resume multi-thread orchestration across Claude Code sessions. It parses session and handoff artifacts, applying memory summaries to ensure continuity when transferring project manager context.

What do I need to generate a project continuity handoff prompt for GitHub?

To generate a project continuity handoff prompt for GitHub, you need a repository with existing configuration files and live GitHub state. The Skill scans these inputs alongside CLI outputs and session artifacts to produce the prompt.