forge-quick-spec
10
总安装量
10
周安装量
#29833
全站排名
安装命令
npx skills add https://github.com/fwehrling/forge --skill forge-quick-spec
Agent 安装分布
mcpjam
10
claude-code
10
replit
10
junie
10
windsurf
10
zencoder
10
Skill 文档
/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