initiative-handoff

Serialize current initiative context into a handoff document at workspace/inbox/prompts/{slug}.md.

8|6|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/nomoory/brain-in-a-vat --skill initiative-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initiative-handoff
Source: https://github.com/nomoory/brain-in-a-vat/tree/main/.claude/skills/initiative/handoff
Command: npx skills add https://github.com/nomoory/brain-in-a-vat --skill initiative-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handing off an active initiative between sessions is error-prone when context (stage, decisions, and next actions) isn't captured. This skill auto-serializes the current initiative context into a dedicated handoff document for the next session, ensuring continuity and quick re-entry.

Core Features & Use Cases

  • Serialize initiative context (stage, subtopics, decisions, relations) into a single, ready-to-use handoff document at workspace/inbox/prompts/{slug}.md.
  • Auto-detect the active initiative or allow slug-based selection when multiple in-progress initiatives exist.
  • Enrich the initiative index.yml with missing context to reduce setup time for the next session.
  • Produce a concise summary of completed work and outstanding items to guide the next session.

Quick Start

Trigger the handoff workflow for your active initiative by running /initiative:handoff {slug} to generate the next-session handoff document.

Frequently Asked Questions about initiative-handoff

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

FAQPage Schema
How do I hand off an active initiative context to the next session?

To hand off an active initiative, this skill serializes your current context, including stages, decisions, and next actions, into a dedicated markdown document. This ensures smooth continuity and quick re-entry for your next session.

Why does my workflow lose context when switching between sessions?

Your workflow loses context because stages, decisions, and next actions aren't captured. This skill auto-serializes the current initiative context into a ready-to-use handoff document to prevent error-prone session transitions.

How do I generate a handoff document for an ongoing initiative?

You generate a handoff document by running the /initiative:handoff command with your specific slug. This triggers the workflow to serialize context and output the file at workspace/inbox/prompts/{slug}.md.

Can I select a specific initiative when multiple in-progress workflows exist?

Yes, you can select a specific initiative using slug-based selection. The skill can also auto-detect the active initiative, enriching the initiative index.yml with missing context to reduce setup time.

What is included in the initiative context serialization?

Initiative context serialization includes the current stage, subtopics, decisions, and relations. It produces a concise summary of completed work and outstanding items to guide your next session.