cyberneticlibrary

Generate conversation handoff docs

handoffpluginsetup L217,464
alirezarezvani/claude-skills
What it does

Compact current conversation into minimal handoff document

Best for

Handing work from one agent session to the next without replicating artifacts already in git or project management systems

Inputs
  • · current conversation thread
  • · existing PRD/plan/ADR/issue/commit paths
Outputs
  • · handoff.md with references to artifacts
  • · skill recommendations for next agent
Requires
  • · Python template generator
  • · artifact deduplicator
  • · skill recommender
Preconditions

Conversation has generated or referenced external artifacts; user is handing off to fresh agent or starting new session

Failure modes

Deduplicator misses referenced PRD and duplicates it anyway; skill recommender suggests wrong tool for next session; handoff too long to be useful

Trust signals
  • · Derived from Matt Pocock's MIT-licensed handoff skill
  • · 3 reference docs citing 5+ sources each
  • · No-duplication discipline preserved verbatim per MIT
  • · Integrates with external artifact paths (PRD, ADR, issue, commit)