helplisted
Install: claude install-skill gabrielmustiere/forge
# /help — Guide du workflow de développement
## Schéma global du pipeline
```
PHASE 0 — POSER LE DÉCOR (une fois par projet, ou pivot)
┌────────┐
│ vision │──▶ docs/vision.md (problème, audience, valeur,
└────────┘ North Star, principes, anti-objectifs)
Lu par product-backlog puis feature-pitch.
┌────────────────┐
│ product-backlog│──▶ docs/product-backlog.md (domaines, capacités,
└────────────────┘ parcours, règles transverses, backlog priorisé MVP/V2/V3)
Lu par feature-pitch pour situer chaque feature.
┌───────┐
│ stack │──▶ docs/stack.md (langages, backend, frontend, données,
└───────┘ ops, CI — chaque techno prouvée par un fichier source)
Lu par feature-implem/refactor-implem/tech-implem/review.
PHASES 1 À 3 — CADRER, IMPLÉMENTER, CLÔTURER : une story emprunte UN SEUL des trois tracks.
La phase dit quand ; le track dit avec quelles skills. Dans chaque track ci-dessous :
les plans = phase 1, l'implem = phase 2, review → report → sync → commit = phase 3.
TRACK FEATURE (valeur utilisateur, structurante)
(optionnel : besoin flou)
┌───────────────────┐
│ feature-interview │┄┐
└─────