Demarrage Rapide¶
1. Initialiser un Projet¶
Apres l'installation, creez ou initialisez votre projet :
# Creer un nouveau projet
codexspec init mon-super-projet
# Ou initialiser dans le repertoire courant
codexspec init . --ai claude
# Avec sortie en chinois
codexspec init mon-projet --lang zh-CN
2. Etablir les Principes du Projet¶
Lancez Claude Code dans le repertoire du projet :
Utilisez la commande constitution :
3. Clarifier les Exigences¶
Utilisez /codexspec:specify pour explorer les exigences :
4. Generer la Specification¶
Une fois clarifie, genere le document de specification :
5. Valider et Reverifier¶
Recommande : Validez avant de poursuivre :
6. Creer le Plan Technique¶
7. Generer les Taches¶
8. Implementer¶
Structure du Projet¶
Apres l'initialisation :
mon-projet/
+-- .codexspec/
| +-- memory/
| | +-- constitution.md
| +-- specs/
| | +-- {identifiant-fonctionnalite}/
| | +-- spec.md
| | +-- plan.md
| | +-- tasks.md
| +-- scripts/
+-- .claude/
| +-- commands/
+-- CLAUDE.md