一键导入
backlog-imp
Create an IMPROVEMENT ticket quickly
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create an IMPROVEMENT ticket quickly
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | backlog-imp |
| description | Create an IMPROVEMENT ticket quickly |
| argument-hint | <improvement description> |
Create a new IMPROVEMENT ticket in the backlog.
$ARGUMENTS
Check that BACKLOG/ exists. If not, tell the user to run /backlog-init first and stop.
Calculate the next ID by scanning files (NEVER read INDEX.md for the ID):
BACKLOG/IMPROVEMENTS/PENDING/ and BACKLOG/IMPROVEMENTS/DONE/IMP-XXX.md filenamesIMP-XXX (zero-padded to 3 digits)Analyze the description to determine:
Check for external documentation needs: If the improvement involves a third-party library, API, or service (e.g. migrating to a new SDK version, adopting a framework pattern), note in the ticket that the relevant documentation should be consulted before starting. Add a line in the description: 📖 Consulter: [doc URL or doc name].
Identify affected files: Based on the description and your knowledge of the codebase, determine which files will be modified. List actual paths. For uncertain candidates, add (?). NEVER leave (A determiner).
Write specific acceptance criteria: Describe the measurable improvement — what changes concretely? Performance gain, reduced complexity, better DX? Each criterion must be verifiable. Example: "Le hook s'execute en < 100ms au lieu de 500ms" instead of "C'est plus rapide".
Write actionable test steps: List the exact commands or scenarios to validate the improvement. Reference existing test infrastructure when applicable.
Create BACKLOG/IMPROVEMENTS/PENDING/IMP-XXX.md using this format:
# IMP-XXX: [Short title derived from description]
**Type:** Improvement
**Statut:** A faire
**Priorite:** [determined]
**Complexite:** [estimated]
**Tags:** [relevant]
**Depends on:** none
**Blocked by:** —
**Date creation:** [today YYYY-MM-DD]
---
## Description
[User's description, enriched with current state vs desired state]
## Fichiers concernes
- `path/to/file.ext` — [what changes in this file]
## Criteres d'acceptation
- [ ] [Specific measurable improvement]
## Tests de validation
- [ ] [Exact command or verification scenario]
Regenerate INDEX.md — run the full /backlog-status logic (scan all tickets, rewrite INDEX.md entirely, display stats).
Confirm with the ticket ID and path.
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