By pborenstein
Token-efficient project tracking with session pickup/wrapup and multi-project meta-repo support
Initialize a meta-repo that coordinates a collection of related projects, each with its own independent git history.
Establish the files used to track and manage progress.
Read context from previous session to prepare for new work
Update project documentation and commit changes after a work session
A Claude Code plugin for token-efficient project tracking across sessions.
handoff:project-tracking - Establish the documentation structure for tracking project progresshandoff:project-repo - Initialize a meta-repo coordinating multiple related projects, each with its own independent git historyhandoff:session-pickup - Read context from the previous session to prepare for new workhandoff:session-wrapup - Update project documentation and commit changes after a sessionIf you've cloned the repository to a directory of your choice, run Claude Code with --plugin-dir pointing to it:
claude --plugin-dir /path/to/handoff/
Or clone the repository to a standard location and add it to your Claude Code plugins:
git clone https://github.com/pborenstein/handoff.git ~/.claude/plugins/handoff
Or add as a dependency in your project's .claude/settings.json:
{
"plugins": ["~/.claude/plugins/handoff"]
}
/handoff:project-tracking
Creates the documentation structure:
docs/CONTEXT.md - Current session state (30-50 lines, hot state for instant pickup)docs/IMPLEMENTATION.md - Living todo list for current phase (400-600 lines)docs/DECISIONS.md - Registry of architectural decisions (heading-based, grep-friendly)docs/chronicles/phase-X.md - Session-by-session implementation notes/handoff:project-repo
For directories that contain multiple related projects, each with its own independent git history. Creates a meta-repo at the parent level that tracks shared documentation and conventions without coupling the individual repos (no submodules, no monorepo merge).
The meta-repo:
CLAUDE.md describing the collection and its membersdocs/ tracking structure as project-trackingOnce initialized, use session-pickup and session-wrapup normally.
/handoff:session-pickup
Reads docs/CONTEXT.md (30-50 lines) for fast pickup. Falls back to docs/IMPLEMENTATION.md if CONTEXT.md is missing or stale.
/handoff:session-wrapup
Updates project documentation:
docs/chronicles/phase-X.md (if significant work done)The system separates hot state (current session) from cold storage (history):
Goal: Start a new session in under 2 minutes by reading only CONTEXT.md.
See PROJECT-TRACKING-REFERENCE.md for the complete guide.
MIT License - see LICENSE file for details
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A plugin to set the table
npx claudepluginhub pborenstein/handoffFolder structure + collaboration protocol so AI sessions can resume project context after compaction or window switch. One brain/ folder, 5 core files (PROJECT/MAP/STATUS/DECISIONS/HANDOFF), and a topic taxonomy.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.