smart-spec-kit-mcp 2.2.6 → 2.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,16 +14,21 @@ last_updated: "[TO FILL: Date]"
14
14
  ## 1. Overview
15
15
 
16
16
  ### 1.1 Purpose
17
+
17
18
  [TO FILL: Brief description of the feature's purpose and the problem it solves]
18
19
 
19
20
  ### 1.2 Scope
21
+
20
22
  **In Scope:**
23
+
21
24
  - [TO FILL: What is included]
22
25
 
23
26
  **Out of Scope:**
27
+
24
28
  - [TO FILL: What is explicitly excluded]
25
29
 
26
30
  ### 1.3 Background
31
+
27
32
  [TO FILL: Context and history leading to this feature request]
28
33
 
29
34
  ---
@@ -79,6 +84,7 @@ Feature: [TO FILL: Feature Name]
79
84
  ### 4.1 User Personas
80
85
 
81
86
  **Persona 1: [TO FILL: Name]**
87
+
82
88
  - Role: [TO FILL]
83
89
  - Goals: [TO FILL]
84
90
  - Pain Points: [TO FILL]
@@ -92,7 +98,7 @@ Feature: [TO FILL: Feature Name]
92
98
 
93
99
  ### 4.3 User Flow
94
100
 
95
- ```
101
+ ```text
96
102
  [TO FILL: Describe or link to user flow diagram]
97
103
  ┌─────────┐ ┌─────────┐ ┌─────────┐
98
104
  │ Step 1 │───▶│ Step 2 │───▶│ Step 3 │
@@ -104,12 +110,15 @@ Feature: [TO FILL: Feature Name]
104
110
  ## 5. Technical Considerations
105
111
 
106
112
  ### 5.1 Dependencies
113
+
107
114
  - [TO FILL: External systems, services, or components this feature depends on]
108
115
 
109
116
  ### 5.2 Constraints
117
+
110
118
  - [TO FILL: Technical or business constraints]
111
119
 
112
120
  ### 5.3 Data Requirements
121
+
113
122
  - [TO FILL: Data entities, storage, and access patterns]
114
123
 
115
124
  ---
@@ -117,11 +126,13 @@ Feature: [TO FILL: Feature Name]
117
126
  ## 6. Assumptions & Risks
118
127
 
119
128
  ### 6.1 Assumptions
129
+
120
130
  | ID | Assumption | Impact if Wrong |
121
131
  |----|------------|-----------------|
122
132
  | A-001 | [TO FILL] | [TO FILL] |
123
133
 
124
134
  ### 6.2 Risks
135
+
125
136
  | ID | Risk | Probability | Impact | Mitigation |
126
137
  |----|------|-------------|--------|------------|
127
138
  | R-001 | [TO FILL] | Medium | High | [TO FILL] |
@@ -9,6 +9,7 @@
9
9
  ## Technical Context
10
10
 
11
11
  ### Tech Stack
12
+
12
13
  | Component | Technology | Version |
13
14
  |-----------|------------|---------|
14
15
  | Language | [TO FILL] | |
@@ -18,7 +19,7 @@
18
19
 
19
20
  ### Architecture Overview
20
21
 
21
- ```
22
+ ```text
22
23
  [TO FILL: ASCII diagram or description of architecture]
23
24
 
24
25
  ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
@@ -50,6 +51,7 @@ tests/
50
51
  ## Implementation Phases
51
52
 
52
53
  ### Phase 0: Research & Design
54
+
53
55
  **Duration**: [X days]
54
56
  **Output**: research.md, data-model.md
55
57
 
@@ -59,6 +61,7 @@ tests/
59
61
  - [ ] Define API contracts
60
62
 
61
63
  ### Phase 1: Foundation
64
+
62
65
  **Duration**: [X days]
63
66
  **Dependencies**: Phase 0
64
67
 
@@ -68,6 +71,7 @@ tests/
68
71
  - [ ] Set up database schema
69
72
 
70
73
  ### Phase 2: Core Implementation
74
+
71
75
  **Duration**: [X days]
72
76
  **Dependencies**: Phase 1
73
77
 
@@ -76,6 +80,7 @@ tests/
76
80
  - [ ] Add unit tests
77
81
 
78
82
  ### Phase 3: Integration & Polish
83
+
79
84
  **Duration**: [X days]
80
85
  **Dependencies**: Phase 2
81
86
 
@@ -8,11 +8,12 @@
8
8
 
9
9
  ## Task Format
10
10
 
11
- ```
11
+ ```text
12
12
  - [ ] T### [P?] [Story?] Description - `path/to/file.ext`
13
13
  ```
14
14
 
15
15
  **Legend**:
16
+
16
17
  - `T###`: Task ID (sequential)
17
18
  - `[P]`: Can be executed in parallel with other `[P]` tasks in same phase
18
19
  - `[Story?]`: Associated user story ID (optional)
@@ -107,7 +108,7 @@
107
108
 
108
109
  ## Dependencies & Execution Order
109
110
 
110
- ```
111
+ ```text
111
112
  Phase 1 (Setup)
112
113
 
113
114
 
@@ -129,7 +130,7 @@ Phase 3 (US-1) Phase 4 (US-2) Phase 5 (US-3) ← Can run in parallel
129
130
 
130
131
  Tasks marked `[P]` within the same phase can run simultaneously:
131
132
 
132
- ```
133
+ ```text
133
134
  Phase 3, Story 1:
134
135
  ├── T010 Create model (sequential - others depend on this)
135
136