Transfert de session

VérifiéSûr

Génère ou met à jour un document de transfert de session pour assurer la continuité entre les sessions de travail.

Spar Skills Guide Bot
ProductiviteDébutant
1024/07/2026
Claude Code
#session-handoff#project-management#workflow#documentation

Recommandé pour

Notre avis

Génère ou met à jour un document de passation de session pour assurer la continuité entre les sessions de travail.

Points forts

  • Préserve le contexte entre les sessions, réduisant le temps de reprise
  • Capture les décisions, blocages et prochaines étapes dans un format structuré
  • Document concis avec des liens vers des docs détaillés pour éviter la duplication

Limites

  • Écrase le fichier de passation précédent, perdant potentiellement l'ancien contexte s'il n'est pas conservé manuellement
  • Nécessite un modèle dans references/handoff-template.md pour fonctionner
  • Efficace uniquement s'il est exécuté de manière cohérente à la fin de chaque session
Quand l'utiliser

Utilisez-le à la fin de chaque session de travail pour assurer une passation fluide entre les sessions.

Quand l'éviter

Évitez si le projet n'implique pas plusieurs sessions ou si la maintenance d'un document de passation est inutile.

Analyse de sécurité

Sûr
Score qualité95/100

This skill only reads project files and writes a session handoff document; it performs no external communication, execution of commands, or destructive actions.

Aucun point d'attention détecté

Exemples

Generate session handoff
/session-handoff

Session Handoff

Generate or update the session handoff document to ensure continuity between work sessions. This skill captures the current state of work so the next session (human or agent) can pick up without lost context.

Usage

/session-handoff

No arguments required. The skill reads the current project state and conversation context to produce the handoff document.

Output

Updates docs/session/SESSION_HANDOFF.md with the latest session state. If the file does not exist, it is created using the template in references/handoff-template.md.

Instructions for Claude

  1. Read references/handoff-template.md to load the handoff document structure.
  2. If docs/session/SESSION_HANDOFF.md already exists, read it to understand prior session state.
  3. Gather current session context:
    • Summarize the work performed in this session.
    • Identify items that are in progress but not yet complete.
    • Note any blockers or unresolved questions.
    • List key decisions that were made.
    • Enumerate files that were created or modified.
  4. Determine prioritized next steps based on incomplete work and project goals.
  5. Write the updated handoff document to docs/session/SESSION_HANDOFF.md:
    • Set Last Updated to today's date.
    • Fill every section from the template. Leave no section empty. Use "None" if a section genuinely has no items.
    • Preserve any relevant context from previous handoff entries that is still applicable.
  6. Confirm the update to the user with a brief summary of what was captured.

Notes

  • This skill is non-destructive in the sense that it preserves prior context, but it does overwrite the handoff file with the latest state.
  • Run this skill at the end of every work session for best results.
  • The handoff document is intentionally concise. Link to other docs rather than duplicating detailed content.
Skills similaires