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
@@ -278,7 +278,7 @@ Additional commands for enhanced quality and validation:
278
278
279
279
Spec-Driven Development is a structured process that emphasizes:
280
280
281
-
-**Intent-driven development** where specifications define the "_what_" before the "_how_"
281
+
-**Intent-driven development** where specifications define the "*what*" before the "*how*"
282
282
-**Rich specification creation** using guardrails and organizational principles
283
283
-**Multi-step refinement** rather than one-shot code generation from prompts
284
284
-**Heavy reliance** on advanced AI model capabilities for specification interpretation
@@ -408,7 +408,7 @@ This step creates or updates the `.specify/memory/constitution.md` file with you
408
408
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.
409
409
410
410
> [!IMPORTANT]
411
-
> Be as explicit as possible about _what_ you are trying to build and _why_. **Do not focus on the tech stack at this point**.
411
+
> Be as explicit as possible about *what* you are trying to build and *why*. **Do not focus on the tech stack at this point**.
-**Initial setup:**`specify init` to bootstrap Spec Kit in your project
392
398
-**Upgrades:**`specify init --here --force` to update templates and commands
393
399
-**Diagnostics:**`specify check` to verify tool installation
@@ -397,6 +403,7 @@ Once you've run `specify init`, the slash commands (like `/speckit.specify`, `/s
397
403
**If your agent isn't recognizing slash commands:**
398
404
399
405
1.**Verify command files exist:**
406
+
400
407
```bash
401
408
# For GitHub Copilot
402
409
ls -la .github/prompts/
@@ -412,6 +419,7 @@ Once you've run `specify init`, the slash commands (like `/speckit.specify`, `/s
412
419
4.**For some agents**, you may need to reload the workspace or clear cache
413
420
414
421
**Related issue:** If Copilot can't open local files or uses PowerShell commands unexpectedly, this is typically an IDE context issue, not related to `specify`. Try:
422
+
415
423
- Restarting VS Code
416
424
- Checking file permissions
417
425
- Ensuring the workspace folder is properly opened
0 commit comments