Skip to content

Commit b3cf338

Browse files
authored
refactor(quick-dev): rename tech-spec prefix to spec (#2109)
* refactor(quick-dev): rename tech-spec prefix to spec * docs: update tech-spec references to spec
1 parent fc2b253 commit b3cf338

16 files changed

Lines changed: 24 additions & 24 deletions

File tree

docs/_STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Critical warnings only — data loss, security issues
5656
| Phase | Name | What Happens |
5757
| ----- | -------- | -------------------------------------------- |
5858
| 1 | Analysis | Brainstorm, research *(optional)* |
59-
| 2 | Planning | Requirements — PRD or tech-spec *(required)* |
59+
| 2 | Planning | Requirements — PRD or spec *(required)* |
6060
```
6161

6262
**Skills:**

docs/explanation/established-projects-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Yes! Quick Flow works great for established projects. It will:
3434
- Auto-detect your existing stack
3535
- Analyze existing code patterns
3636
- Detect conventions and ask for confirmation
37-
- Generate context-rich tech-spec that respects existing code
37+
- Generate context-rich spec that respects existing code
3838

3939
Perfect for bug fixes and small features in existing codebases.
4040

@@ -43,7 +43,7 @@ Perfect for bug fixes and small features in existing codebases.
4343
Quick Flow detects your conventions and asks: "Should I follow these existing conventions?" You decide:
4444

4545
- **Yes** → Maintain consistency with current codebase
46-
- **No** → Establish new standards (document why in tech-spec)
46+
- **No** → Establish new standards (document why in spec)
4747

4848
BMM respects your choice — it won't force modernization, but it will offer it.
4949

docs/explanation/project-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Every implementation workflow automatically loads `project-context.md` if it exi
2525
- `bmad-create-story` — informs story creation with project patterns
2626
- `bmad-dev-story` — guides implementation decisions
2727
- `bmad-code-review` — validates against project standards
28-
- `bmad-quick-dev` — applies patterns when implementing tech-specs
28+
- `bmad-quick-dev` — applies patterns when implementing specs
2929
- `bmad-sprint-planning`, `bmad-retrospective`, `bmad-correct-course` — provides project-wide context
3030

3131
## When to Create It

docs/fr/reference/workflow-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Sautez les phases 1-3 pour les travaux de faible envergure et bien compris.
6868

6969
| Workflow | Objectif | Produit |
7070
|------------------|-------------------------------------------------------------------------------------|-----------------------|
71-
| `bmad-quick-dev` | Flux rapide unifié — clarifie l'intention, planifie, implémente, révise et présente | `tech-spec.md` + code |
71+
| `bmad-quick-dev` | Flux rapide unifié — clarifie l'intention, planifie, implémente, révise et présente | `spec-*.md` + code |
7272

7373
## Gestion du Contexte
7474

docs/fr/tutorials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ your-project/
233233
## Questions fréquentes
234234

235235
**Ai-je toujours besoin d'une architecture ?**
236-
Uniquement pour les voies méthode BMad et Enterprise. Quick Dev passe directement de la spécification technique (tech-spec) à l'implémentation.
236+
Uniquement pour les voies méthode BMad et Enterprise. Quick Dev passe directement de la spécification technique (spec) à l'implémentation.
237237

238238
**Puis-je modifier mon plan plus tard ?**
239239
Oui. Utilisez `bmad-correct-course` pour gérer les changements de périmètre.

docs/reference/workflow-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Skip phases 1-3 for small, well-understood work.
6868

6969
| Workflow | Purpose | Produces |
7070
| ------------------ | --------------------------------------------------------------------------- | ---------------------- |
71-
| `bmad-quick-dev` | Unified quick flow — clarify intent, plan, implement, review, and present | `tech-spec.md` + code |
71+
| `bmad-quick-dev` | Unified quick flow — clarify intent, plan, implement, review, and present | `spec-*.md` + code |
7272

7373
## Context Management
7474

docs/tutorials/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ BMad helps you build software through guided workflows with specialized AI agent
6969
| Phase | Name | What Happens |
7070
| ----- | -------------- | --------------------------------------------------- |
7171
| 1 | Analysis | Brainstorming, research, product brief *(optional)* |
72-
| 2 | Planning | Create requirements (PRD or tech-spec) |
72+
| 2 | Planning | Create requirements (PRD or spec) |
7373
| 3 | Solutioning | Design architecture *(BMad Method/Enterprise only)* |
7474
| 4 | Implementation | Build epic by epic, story by story |
7575

@@ -237,7 +237,7 @@ your-project/
237237
## Common Questions
238238

239239
**Do I always need architecture?**
240-
Only for BMad Method and Enterprise tracks. Quick Flow skips from tech-spec to implementation.
240+
Only for BMad Method and Enterprise tracks. Quick Flow skips from spec to implementation.
241241

242242
**Can I change my plan later?**
243243
Yes. The SM agent has a `bmad-correct-course` workflow (`bmad-correct-course`) for handling scope changes.

docs/zh-cn/_STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Critical warnings only — data loss, security issues
5656
| Phase | Name | What Happens |
5757
| ----- | -------- | -------------------------------------------- |
5858
| 1 | Analysis | Brainstorm, research *(optional)* |
59-
| 2 | Planning | Requirements — PRD or tech-spec *(required)* |
59+
| 2 | Planning | Requirements — PRD or spec *(required)* |
6060
```
6161

6262
**Commands:**

docs/zh-cn/explanation/established-projects-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BMM 尊重你的选择——它不会强制现代化,但会提供现代化选
5454

5555
- **agent**:智能体。在人工智能与编程文档中,指具备自主决策或执行能力的单元。
5656
- **Quick Flow**:快速流程。BMad 方法中的一种工作流程,用于快速处理既有项目。
57-
- **tech-spec**技术规范。描述技术实现细节和标准的文档。
57+
- **spec**规范。描述技术实现细节和标准的文档。
5858
- **stack**:技术栈。项目所使用的技术组合,包括框架、库、工具等。
5959
- **conventions**:约定。代码库中遵循的编码风格、命名规则等规范。
6060
- **modernization**:现代化。将旧代码或系统更新为更现代的技术和最佳实践的过程。

docs/zh-cn/reference/workflow-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ BMad Method(BMM)是 BMad 生态系统中的一个模块,旨在遵循上下
6868

6969
| 工作流程 | 目的 | 产出 |
7070
| --------------------- | --------------------------------------------------------------------------- | --------------------------- |
71-
| `bmad-bmm-quick-dev` | 统一快速流程 — 澄清意图、规划、实现、审查和呈现 | `tech-spec.md` + 代码 |
71+
| `bmad-bmm-quick-dev` | 统一快速流程 — 澄清意图、规划、实现、审查和呈现 | `spec-*.md` + 代码 |
7272

7373
## 上下文管理
7474

0 commit comments

Comments
 (0)