Charge le contexte complet d'un side-project. Lit le README, les notes récentes, surface le statut, les décisions récentes et les next actions. Utiliser quand on reprend le travail sur un projet.
Use when the user runs /project [name] or asks to "work on [project]" / "reprendre [projet]".
Find the project
projects/[name]/ (fuzzy match on the name if exact match fails)projects/ and ask which one, or propose to create itLoad the context Read in this order:
projects/[name]/README.md — statut, description, stack, next actionsprojects/[name]/notes/ — les 3 notes les plus récentes (par date de modification)DECISIONS.md, ARCHITECTURE.md, or ROADMAP.md if presentSurface the context Present a short briefing:
📦 [Project name]
Statut: [active / paused / blocked / ...]
Stack: [...]
Dernière activité: [date de la dernière note]
Décisions récentes:
- ...
Next actions:
- [ ] ...
Sur quoi tu veux avancer ?
Offer to start Wait for the user's direction before reading code or touching files.
Propose to bootstrap it:
projects/[name]/
├── README.md ← Statut + description + stack + next actions
├── DECISIONS.md ← Log des choix techniques et architecturaux
└── notes/ ← Sessions notes (YYYY-MM-DD-slug.md)
Ask for confirmation before creating.
# [Project name]
**Statut:** active | paused | blocked | done
**Stack:** [...]
**Repo:** [url if applicable]
**Démarré:** YYYY-MM-DD
## Description
[1-2 phrases — c'est quoi, pour qui, pourquoi]
## Next actions
- [ ]
## Contexte
[Notes sur le projet, liens utiles, etc.]
paused ou blocked, mentionner la raison avant tout