forge-quick-spec

📁 fwehrling/forge 📅 10 days ago
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

  1. Load context (if FORGE project):

    • Read .forge/memory/MEMORY.md for project context (if exists)
    • forge-memory search "<change description>" --limit 3 (if available)
  2. Analyze the request

  3. Generate a quick spec (in-memory, no artifact)

  4. Write tests (unit + functional for the fix)

  5. Implement the change

  6. Validate (lint + typecheck + tests)

  7. Propose the commit

  8. 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