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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ See the [Presets README](./presets/README.md) for the full guide, including reso
524
524
525
525
Spec-Driven Development is a structured process that emphasizes:
526
526
527
-
-**Intent-driven development** where specifications define the "_what_" before the "_how_"
527
+
-**Intent-driven development** where specifications define the "*what*" before the "*how*"
528
528
-**Rich specification creation** using guardrails and organizational principles
529
529
-**Multi-step refinement** rather than one-shot code generation from prompts
530
530
-**Heavy reliance** on advanced AI model capabilities for specification interpretation
@@ -654,7 +654,7 @@ This step creates or updates the `.specify/memory/constitution.md` file with you
654
654
With your project principles established, you can now create the functional specifications. Use the `/speckit.specify` command and then provide the concrete requirements for the project you want to develop.
655
655
656
656
> [!IMPORTANT]
657
-
> Be as explicit as possible about _what_ you are trying to build and _why_. **Do not focus on the tech stack at this point**.
657
+
> Be as explicit as possible about *what* you are trying to build and *why*. **Do not focus on the tech stack at this point**.
0 commit comments