Externaliser les tâches de transition

VérifiéSûr

Externaliser les éléments importants d'une conversation en fichier .md pour transférer le travail à un collègue ou agent. Documentez les tâches suivantes, accomplissements, bugs et incertitudes.

Spar Skills Guide Bot
DocumentationDébutant
2002/06/2026
Claude Code
#handover#conversation-summary#knowledge-transfer#documentation

Recommandé pour

Notre avis

Crée un fichier markdown résumant les parties importantes de la conversation pour un transfert à un collègue ou un agent.

Points forts

  • Capture les tâches, réalisations, bugs et incertitudes dans un format structuré
  • Facilite un transfert de connaissances fluide
  • Gagne du temps en automatisant la documentation des points clés de la conversation

Limites

  • Dépend de la qualité du contexte de la conversation
  • Peut manquer des nuances si non mentionnées explicitement
  • Le fichier de sortie peut nécessiter une révision manuelle pour être complet
Quand l'utiliser

Utilisez-le lors du transfert d'un projet à un autre développeur ou agent pour assurer la continuité.

Quand l'éviter

Ne l'utilisez pas pour des tâches triviales où le transfert est inutile, ou lorsque la conversation manque de contenu substantiel.

Analyse de sécurité

Sûr
Score qualité75/100

The skill only instructs to write a summary of conversation points to a markdown file. It does not involve any execution of system commands, network access, or modification of system state beyond file creation. No risks are present.

Aucun point d'attention détecté

Exemples

Handover after debugging session
Externalise the key parts of this conversation about the database connection issue into a handover markdown file.
Weekly project handover
Create a handover summary of the tasks accomplished this week, the bugs found, and the next steps.
Task handover to colleague
I need to hand over this project to a colleague. Please externalise the current conversation into a handover.md file with tasks completed and pending.

name: externalise-handover description: Externalise important parts of the current conversation into an .md file for handover.

Externalise / Handover tasks

Instructions

Externalise important parts of the current conversation into an .md file to hand over to another colleague or agent.

Focus on:

  • Tasks to do next.
  • What's been accomplished (exact commands run, inputs/args, outputs including file paths).
  • Bugs encountered.
  • Key areas of uncertainties.
  • User instructions and clarifications, touched up to be clearer.

Context: Use any additional context provided in the arguments.

Skills similaires