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
Utilisez-le à la fin de chaque session de travail pour assurer une passation fluide entre les sessions.
É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ûrThis 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
/session-handoffSession 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
- Read
references/handoff-template.mdto load the handoff document structure. - If
docs/session/SESSION_HANDOFF.mdalready exists, read it to understand prior session state. - 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.
- Determine prioritized next steps based on incomplete work and project goals.
- Write the updated handoff document to
docs/session/SESSION_HANDOFF.md:- Set
Last Updatedto 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.
- Set
- 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.
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.