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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SDD Workflow - Specification-Driven Development
1
+
# GSI-Protocol, Gherkin-Structure-Implementation
2
2
3
3
A Claude Code workflow plugin that implements a strict **Specification-Driven Development (SDD)** process for building new software features using AI Agents.
4
4
@@ -122,30 +122,35 @@ For more control, run each phase separately:
122
122
```
123
123
124
124
**When to use Auto vs Manual:**
125
+
125
126
-**Auto Mode (`/sdd-auto`)**: Quick prototyping, simple features, one-shot development
126
127
-**Manual Mode**: Production code, complex features, need to review each phase before proceeding
127
128
128
129
## Workflow Phases
129
130
130
131
### Phase 1: Specification (The Soul)
132
+
131
133
-**Role:** Product Manager
132
134
-**Input:** User's natural language requirement
133
135
-**Output:** Gherkin `.feature` file with BDD scenarios
134
136
-**Goal:** Translate vague requirements into strict behavioral specifications
135
137
136
138
### Phase 2: Structure (The Skeleton)
139
+
137
140
-**Role:** System Architect
138
141
-**Input:** Gherkin specification from Phase 1
139
142
-**Output:** Data models and interface definitions (Python/TypeScript)
140
143
-**Goal:** Design the technical skeleton required to support the Gherkin scenarios
0 commit comments