spinoff

Creates PM-authorized handoff tasks for splitting off mid-work workflows into pickup-ready files with Slug-based naming and optional completion-chain lookup via bin/query-records.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/dbc-oduffy/coordinator-claude --skill spinoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spinoff
Source: https://github.com/dbc-oduffy/coordinator-claude/tree/main/plugins/coordinator/skills/spinoff
Command: npx skills add https://github.com/dbc-oduffy/coordinator-claude --skill spinoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents context-switching mishaps by safely splitting an in-progress topic into an explicitly PM-authorized handoff for a future EM to pick up.

Core Features & Use Cases

  • PM-gated spinoff creation: Ensures the current EM never initiates the split without a specific PM authorization for that exact topic.
  • Workstream-scoped handoff authoring: Produces a pickup-ready handoff file with structured frontmatter, references, specification, acceptance criteria, and anti-scope.
  • Optional chain discovery for prior work: Pulls related completion records for the same chain slug to anchor the picking-up EM in existing history.

Use case example: While executing the main session plan, the EM identifies a promising but separate migration cleanup workstream; the PM authorizes a spinoff, and the EM generates a new handoff so the future EM can execute it without derailing the current session.

Quick Start

Ask the PM to authorize a fork, then run the spinoff command with the required slug and one-line title for the workstream you want to split off.

Frequently Asked Questions about spinoff

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

FAQPage Schema
How do I fork a mid-session workstream to prevent scope drift?

Forking a mid-session workstream requires generating a PM-authorized spinoff handoff that separates the newly surfaced topic into a pickup-ready task file with structured frontmatter, references, and acceptance criteria to avoid context switching.

What is PM-authorized spinoff creation in a git workflow?

PM-authorized spinoff creation is a gating mechanism that ensures an execution manager never splits an in-progress workstream without explicit product manager authorization for that specific topic, preventing unauthorized scope changes during active sessions.

How do I create a handoff document for a separate workstream task?

Create a handoff document by running the spinoff command with a required slug-based filename and a one-line title, which generates a structured file containing frontmatter, specifications, acceptance criteria, and anti-scope boundaries for the picking-up EM.

When should I split a topic from an active session into a separate task?

Split a topic from an active session when a newly surfaced workstream is promising but separate from the current plan, and derailing the session to address it would cause context switching and scope drift.

Can I pull prior completion records for the same workstream chain?

Yes, optional chain discovery pulls related completion records for the same chain slug via bin/query-records to anchor the picking-up EM in existing workstream history.

What limitations exist when forking a workstream without PM authorization?

The spinoff process enforces PM-authorization gating, meaning an EM cannot initiate a mid-session workstream split without specific PM authorization for that exact topic, preventing uncontrolled scope expansion.