FORGE Quick Track — Spec + direct implementation for bug fixes and small changes. Usage: /forge-quick-spec "change description"
Install
npx skillscat add fwehrling/forge/forge-quick-spec Install via the SkillsCat registry.
SKILL.md
/forge-quick-spec — FORGE Quick Track
Fast-track mode for bug fixes and small changes (<1 day).
Skips the planning and architecture phases.
French Language Rule
All content generated in French MUST use proper accents (é, è, ê, à, ù, ç, ô, î, etc.), follow French grammar rules (agreements, conjugations), and use correct spelling.
Workflow
Load context (if FORGE project):
- Read
.forge/memory/MEMORY.mdfor project context (if exists) forge-memory search "<change description>" --limit 3(if available)
- Read
Analyze the request
Generate a quick spec (in-memory, no artifact)
Write tests (unit + functional for the fix)
Implement the change
Validate (lint + typecheck + tests)
Propose the commit
Save memory (MANDATORY if FORGE project — never skip):
forge-memory log "Quick-spec terminé : {DESCRIPTION}, {N} tests" --agent dev forge-memory consolidate --verbose forge-memory sync