forge-quick-spec

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

/forge-quick-spec — FORGE Quick Track

/forge-quick-spec — FORGE快速跟踪

Fast-track mode for bug fixes and small changes (<1 day). Skips the planning and architecture phases.
针对bug修复和小型变更(耗时<1天)的快速跟踪模式。 跳过规划和架构阶段。

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. Analyze the request
  2. Generate a quick spec (in-memory, no artifact)
  3. Write tests (unit + functional for the fix)
  4. Implement the change
  5. Validate (lint + typecheck + tests)
  6. Propose the commit
  1. 分析需求请求
  2. 生成快速规范(仅在内存中,不生成工件)
  3. 编写测试(针对修复内容的单元测试+功能测试)
  4. 实施变更
  5. 验证(代码检查+类型检查+测试)
  6. 发起提交申请