You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
42
42
43
-
## ⚡ Get started
43
+
## ⚡ Get Started
44
44
45
45
### 1. Install Specify
46
46
@@ -247,7 +247,7 @@ Additional commands for enhanced quality and validation:
|`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. |
249
249
250
-
## 📚 Core philosophy
250
+
## 📚 Core Philosophy
251
251
252
252
Spec-Driven Development is a structured process that emphasizes:
253
253
@@ -256,15 +256,15 @@ Spec-Driven Development is a structured process that emphasizes:
256
256
-**Multi-step refinement** rather than one-shot code generation from prompts
257
257
-**Heavy reliance** on advanced AI model capabilities for specification interpretation
258
258
259
-
## 🌟 Development phases
259
+
## 🌟 Development Phases
260
260
261
261
| Phase | Focus | Key Activities |
262
262
|-------|-------|----------------|
263
263
|**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> |
264
264
|**Creative Exploration**| Parallel implementations | <ul><li>Explore diverse solutions</li><li>Support multiple technology stacks & architectures</li><li>Experiment with UX patterns</li></ul> |
0 commit comments