Skip to content

Commit 7ca7925

Browse files
committed
docs: fix heading capitalization for consistency
1 parent 3e476c2 commit 7ca7925

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
## Table of Contents
2121

2222
- [🤔 What is Spec-Driven Development?](#-what-is-spec-driven-development)
23-
- [⚡ Get started](#-get-started)
23+
- [⚡ Get Started](#-get-started)
2424
- [📽️ Video Overview](#️-video-overview)
2525
- [🤖 Supported AI Agents](#-supported-ai-agents)
2626
- [🔧 Specify CLI Reference](#-specify-cli-reference)
27-
- [📚 Core philosophy](#-core-philosophy)
28-
- [🌟 Development phases](#-development-phases)
29-
- [🎯 Experimental goals](#-experimental-goals)
27+
- [📚 Core Philosophy](#-core-philosophy)
28+
- [🌟 Development Phases](#-development-phases)
29+
- [🎯 Experimental Goals](#-experimental-goals)
3030
- [🔧 Prerequisites](#-prerequisites)
31-
- [📖 Learn more](#-learn-more)
32-
- [📋 Detailed process](#-detailed-process)
31+
- [📖 Learn More](#-learn-more)
32+
- [📋 Detailed Process](#-detailed-process)
3333
- [🔍 Troubleshooting](#-troubleshooting)
3434
- [👥 Maintainers](#-maintainers)
3535
- [💬 Support](#-support)
@@ -40,7 +40,7 @@
4040

4141
Spec-Driven Development **flips the script** on traditional software development. For decades, code has been king — specifications were just scaffolding we built and discarded once the "real work" of coding began. Spec-Driven Development changes this: **specifications become executable**, directly generating working implementations rather than just guiding them.
4242

43-
## ⚡ Get started
43+
## ⚡ Get Started
4444

4545
### 1. Install Specify
4646

@@ -247,7 +247,7 @@ Additional commands for enhanced quality and validation:
247247
|------------------|------------------------------------------------------------------------------------------------|
248248
| `SPECIFY_FEATURE` | Override feature detection for non-Git repositories. Set to the feature directory name (e.g., `001-photo-albums`) to work on a specific feature when not using Git branches.<br/>**Must be set in the context of the agent you're working with prior to using `/speckit.plan` or follow-up commands. |
249249

250-
## 📚 Core philosophy
250+
## 📚 Core Philosophy
251251

252252
Spec-Driven Development is a structured process that emphasizes:
253253

@@ -256,15 +256,15 @@ Spec-Driven Development is a structured process that emphasizes:
256256
- **Multi-step refinement** rather than one-shot code generation from prompts
257257
- **Heavy reliance** on advanced AI model capabilities for specification interpretation
258258

259-
## 🌟 Development phases
259+
## 🌟 Development Phases
260260

261261
| Phase | Focus | Key Activities |
262262
|-------|-------|----------------|
263263
| **0-to-1 Development** ("Greenfield") | Generate from scratch | <ul><li>Start with high-level requirements</li><li>Generate specifications</li><li>Plan implementation steps</li><li>Build production-ready applications</li></ul> |
264264
| **Creative Exploration** | Parallel implementations | <ul><li>Explore diverse solutions</li><li>Support multiple technology stacks & architectures</li><li>Experiment with UX patterns</li></ul> |
265265
| **Iterative Enhancement** ("Brownfield") | Brownfield modernization | <ul><li>Add features iteratively</li><li>Modernize legacy systems</li><li>Adapt processes</li></ul> |
266266

267-
## 🎯 Experimental goals
267+
## 🎯 Experimental Goals
268268

269269
Our research and experimentation focus on:
270270

@@ -300,14 +300,14 @@ Our research and experimentation focus on:
300300

301301
If you encounter issues with an agent, please open an issue so we can refine the integration.
302302

303-
## 📖 Learn more
303+
## 📖 Learn More
304304

305305
- **[Complete Spec-Driven Development Methodology](./spec-driven.md)** - Deep dive into the full process
306306
- **[Detailed Walkthrough](#-detailed-process)** - Step-by-step implementation guide
307307

308308
---
309309

310-
## 📋 Detailed process
310+
## 📋 Detailed Process
311311

312312
<details>
313313
<summary>Click to expand the detailed step-by-step walkthrough</summary>

0 commit comments

Comments
 (0)