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
- Use **`spec` mode** for: Team collaboration, complex systems, comprehensive documentation, rigorous validation
51
-
- Switch between modes as needed: `/mode build` for fast iteration, `/mode spec` for thorough planning
51
+
- Switch between modes as needed: `/speckit.mode build` for fast iteration, `/speckit.mode spec` for thorough planning
52
52
53
53
1.**Project Initialization (`/init`)**
54
54
**Action:** From the project root, run the Agentic SDLC Spec Kit `init` command (e.g., `specify init <project> --team-ai-directives https://github.com/your-org/team-ai-directives.git`) to configure local settings and clone the shared `team-ai-directives` modules.
@@ -304,7 +304,7 @@ Your development needs may change as features evolve:
304
304
### When to Switch from Build to Spec Mode
305
305
306
306
```bash
307
-
/mode spec
307
+
/speckit.mode spec
308
308
```
309
309
310
310
**Indicators:**
@@ -317,7 +317,7 @@ Your development needs may change as features evolve:
0 commit comments