with one click
backlog-status
Regenerate INDEX.md and display backlog statistics
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Regenerate INDEX.md and display backlog statistics
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | backlog-status |
| description | Regenerate INDEX.md and display backlog statistics |
Scan all tickets and regenerate INDEX.md from scratch. Then display stats.
Check that BACKLOG/ exists. If not, inform the user and stop.
Scan all ticket files in:
BACKLOG/BUGS/PENDING/ and BACKLOG/BUGS/DONE/BACKLOG/FEATURES/PENDING/ and BACKLOG/FEATURES/DONE/BACKLOG/IMPROVEMENTS/PENDING/ and BACKLOG/IMPROVEMENTS/DONE/For each ticket file, read and extract:
# TYPE-XXX: Title heading)**Priorite:** field)Rewrite BACKLOG/INDEX.md entirely with this format:
# BACKLOG — [basename of project directory]
## FEATURES
| ID | Titre | Statut | Priorite |
|----|-------|--------|----------|
| FEAT-001 | ... | A faire | Haute |
**Prochain ID : FEAT-XXX**
## BUGS
| ID | Titre | Statut | Priorite |
|----|-------|--------|----------|
**Prochain ID : BUG-XXX**
## IMPROVEMENTS
| ID | Titre | Statut | Priorite |
|----|-------|--------|----------|
**Prochain ID : IMP-XXX**
Display stats in the terminal:
BACKLOG STATUS
══════════════
BUGS: X pending / X done
FEATURES: X pending / X done
IMPROVEMENTS: X pending / X done
──────────────
TOTAL: X pending / X done
Compresser une session de debug en cours et produire un prompt forensique strict (donnees -> hypothese unique -> test decisif -> STOP). A utiliser quand un debug long ou complexe derive vers la speculation, ou quand le contexte de la conv est sature et qu'il faut basculer sur une session vierge sans perdre les eliminations deja faites.
Switch to supervisor/CTO mode — plan, delegate to workers, never write code directly
Auto-bootstrap codebase indexing in any project. Detects the stack, dispatches to the native installer if supported (Dart in v0.1), or generates a stack-appropriate indexer with strict guardrails (official AST parser, format contract, auto-validation, refinement loop) for TypeScript, Python, Go, or Rust.
Switch to expert-comptable / fiscaliste mode — optimisation fiscale FR, structuration de societes, expatriation, patrimoine
Generate API_CONTRACT.md by scanning existing routes and controllers
Check if API_CONTRACT.md is in sync with the actual code