One-click install
npx skills add https://github.com/photostructure/fs-metadata --skill handoff-photostructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/photostructure/fs-metadata/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/photostructure/fs-metadata --skill handoff-photostructure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When engineering work spans multiple sessions, this skill ensures continuity by updating the active TPP with current progress and context, preventing lost work.

Core Features & Use Cases

  • Locate the active TPP in _todo/ and re-read it to capture the latest state.
  • Update the TPP with Progress Update, Discoveries & Lore, Remaining Work, and Context for Next Session.
  • Validate completeness and prepare the next engineer to pick up seamlessly, including references to AGENTS.md and doc files as needed.

Quick Start

Find the active TPP in _todo/, review it, and update it with the next-session details.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I preserve engineering context during a multi-session handoff?

To preserve engineering context during a multi-session handoff, locate the active TPP in your _todo/ directory and update it with current progress, discoveries, remaining work, and next steps to ensure continuity between engineers.

What is the best way to document task status for the next engineer?

The best way to document task status is updating the active TPP with a concise Next Steps section and references to required readings like AGENTS.md, doc/TPP-GUIDE.md, and doc/C++_REVIEW_TODO.md to prepare the next engineer to pick up seamlessly.

How do I update a TPP for end-of-session context transfer?

To update a TPP for end-of-session context transfer, re-read the active file in _todo/ to capture the latest state, then apply updates to the Progress Update, Discoveries & Lore, and Remaining Work sections to validate completeness.

Does this handoff automation work for multi-engineer workflows?

Yes, this handoff automation supports multi-engineer workflows by guiding updates to the active TPP with clear task status and required reading references, ensuring the next engineer can pick up the work seamlessly without losing context.

What files do I need to reference when preparing a session handoff?

When preparing a session handoff, you need to reference AGENTS.md, doc/TPP-GUIDE.md, and doc/C++_REVIEW_TODO.md within your TPP updates to provide the next engineer with the required readings and context.