com um clique
backlog-init
Initialize BACKLOG/ structure in the current project
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Initialize BACKLOG/ structure in the current project
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | backlog-init |
| description | Initialize BACKLOG/ structure in the current project |
Initialize the BACKLOG/ directory structure for ticket tracking.
Check if BACKLOG/ already exists. If it does, inform the user and stop.
Create the directory structure:
BACKLOG/
├── BUGS/{PENDING,DONE}/
├── FEATURES/{PENDING,DONE}/
├── IMPROVEMENTS/{PENDING,DONE}/
└── _templates/
Create BACKLOG/_templates/ticket.md — copy from ~/.claude/templates/backlog/ticket.md if it exists, otherwise create it with this content:
# [TYPE]-XXX: Titre court
**Type:** Bug | Feature | Improvement
**Statut:** A faire | En cours | Bloque | Fait
**Priorite:** Critique | Haute | Moyenne | Basse
**Complexite:** XS | S | M | L | XL
**Tags:** [libres, separes par virgule]
**Depends on:** none
**Blocked by:** —
**Date creation:** YYYY-MM-DD
---
## Description
[Description claire]
## Fichiers concernes
- `path/to/file`
## Criteres d'acceptation
- [ ] Critere 1
## Tests de validation
- [ ] Test 1
Create BACKLOG/INDEX.md with just the header (it will be fully generated by /backlog-status):
# BACKLOG — [project basename]
_Run `/backlog-status` to populate this file._
Display the created structure to confirm.
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