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
Refactor feature specification template for clarity and conciseness; add markdownlint configuration; implement ASCII and Mermaid diagram generators in Bash and PowerShell for architecture views.
Copy file name to clipboardExpand all lines: docs/quickstart.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ This guide will help you get started with Spec-Driven Development using Agentic
15
15
16
16
Specify supports two workflow modes that control development complexity, plus configurable framework opinions:
17
17
18
-
-**`spec` mode (default)**: Full structured development with comprehensive requirements, research, and validation
19
-
-**`build` mode**: Lightweight approach focused on quick implementation and exploration
18
+
-**`spec` mode (default)**: Full structured development with comprehensive requirements, research, validation, and blocking review gates for team coordination
19
+
-**`build` mode (GSD - Get Sh*t Done)**: High-velocity execution with atomic commits, non-blocking post-hoc review, and minimal documentation for rapid iteration
20
20
21
21
**Framework Opinions** (configurable within each mode):
22
22
@@ -44,7 +44,11 @@ Specify supports two workflow modes that control development complexity, plus co
44
44
/mode --info
45
45
```
46
46
47
-
**Recommendation:** Start with `build` mode for exploration, switch to `spec` mode when features become complex or need thorough documentation.
- 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
48
52
49
53
1.**Project Initialization (`/init`)**
50
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.
0 commit comments