Notre avis
Met à jour un fichier de mémoire de travail (.claude/STATE.md) pour préserver le contexte entre les sessions et après une compaction.
Points forts
- Permet de reprendre précisément là où l'on s'était arrêté après un /compact
- Structure claire avec sections Now, Done, Next, Questions, Gotchas
- Allège la charge cognitive en externalisant l'état courant
Limites
- Nécessite une mise à jour manuelle pour rester pertinent
- Limité à ~40 lignes, peut être trop court pour des projets complexes
- Ne remplace pas une documentation plus détaillée
Avant une tâche longue, en fin de session, ou lorsque le contexte devient trop plein.
Pour des modifications triviales ou quand le contexte est déjà parfaitement clair dans la conversation.
Analyse de sécurité
SûrThe skill only uses Read, Edit, Write, and restricted Bash commands (git status, git log). It updates a local markdown file and does not perform any destructive, exfiltrating, or obfuscated actions. No external network calls or arbitrary code execution.
Aucun point d'attention détecté
Exemples
Update STATE.md with what we just accomplished: we refactored the auth module and wrote tests. Next step is to add rate limiting. Also note the gotcha about token expiry.Before I start implementing the payment feature, save the current state so I can come back to it later.I'm about to run /compact. Please update STATE.md with our current goal, recent completions, and next steps.description: Update .claude/STATE.md — the working memory that survives compaction and restarts. Use when the goal/next-step/open-questions change, before a long task, or when context is getting full. allowed-tools: Read, Edit, Write, Bash(git status:), Bash(git log:)
/save-state — write down where we are
Update .claude/STATE.md (create it if missing) so the thread survives /compact and a fresh session. Keep it SHORT — it loads every session and after every compaction.
Current context:
!git -C "$PWD" log --oneline -5 2>/dev/null; echo '---'; git -C "$PWD" status --short 2>/dev/null
Rewrite STATE.md with these sections, a few bullets each:
- Now — the one thing we're doing right now.
- Done — finished this session (trim stale items).
- Next — the next concrete step(s).
- Open questions / decisions — anything unresolved, and any decision made + why.
- Gotchas — non-obvious durable facts discovered.
Keep the whole file under ~40 lines. Then confirm in one line what you saved.
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.