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
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ The first step should be establishing your project's governing principles using
337
337
/constitution Create principles focused on code quality, testing standards, user experience consistency, and performance requirements. Include governance for how these principles should guide technical decisions and implementation choices.
338
338
```
339
339
340
-
This step creates or updates the `/memory/constitution.md` file with your project's foundational guidelines that the AI agent will reference during specification, planning, and implementation phases.
340
+
This step creates or updates the `.specify/memory/constitution.md` file with your project's foundational guidelines that the AI agent will reference during specification, planning, and implementation phases.
341
341
342
342
### **STEP 2:** Create project specifications
343
343
@@ -376,21 +376,22 @@ The produced specification should contain a set of user stories and functional r
376
376
At this stage, your project folder contents should resemble the following:
377
377
378
378
```text
379
-
βββ memory
380
-
β βββ constitution.md
381
-
βββ scripts
382
-
β βββ check-prerequisites.sh
383
-
β βββ common.sh
384
-
β βββ create-new-feature.sh
385
-
β βββ setup-plan.sh
386
-
β βββ update-claude-md.sh
387
-
βββ specs
388
-
β βββ 001-create-taskify
389
-
β βββ spec.md
390
-
βββ templates
391
-
βββ plan-template.md
392
-
βββ spec-template.md
393
-
βββ tasks-template.md
379
+
βββ .specify
380
+
βββ memory
381
+
β βββ constitution.md
382
+
βββ scripts
383
+
β βββ check-prerequisites.sh
384
+
β βββ common.sh
385
+
β βββ create-new-feature.sh
386
+
β βββ setup-plan.sh
387
+
β βββ update-claude-md.sh
388
+
βββ specs
389
+
β βββ 001-create-taskify
390
+
β βββ spec.md
391
+
βββ templates
392
+
βββ plan-template.md
393
+
βββ spec-template.md
394
+
βββ tasks-template.md
394
395
```
395
396
396
397
### **STEP 3:** Functional specification clarification (required before planning)
0 commit comments