specky-sdd 3.7.3 → 3.9.0

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.
Files changed (140) hide show
  1. package/.apm/agents/{design-architect.agent.md → specky-design-architect.agent.md} +2 -2
  2. package/.apm/agents/{implementer.agent.md → specky-implementer.agent.md} +9 -9
  3. package/.apm/agents/specky-onboarding.agent.md +2 -2
  4. package/.apm/agents/specky-orchestrator.agent.md +10 -10
  5. package/.apm/agents/{quality-reviewer.agent.md → specky-quality-reviewer.agent.md} +6 -6
  6. package/.apm/agents/{release-engineer.agent.md → specky-release-engineer.agent.md} +11 -11
  7. package/.apm/agents/{requirements-engineer.agent.md → specky-requirements-engineer.agent.md} +8 -8
  8. package/.apm/agents/{research-analyst.agent.md → specky-research-analyst.agent.md} +9 -9
  9. package/.apm/agents/{sdd-clarify.agent.md → specky-sdd-clarify.agent.md} +4 -3
  10. package/.apm/agents/{sdd-init.agent.md → specky-sdd-init.agent.md} +3 -3
  11. package/.apm/agents/{spec-engineer.agent.md → specky-spec-engineer.agent.md} +2 -2
  12. package/.apm/agents/{task-planner.agent.md → specky-task-planner.agent.md} +2 -2
  13. package/.apm/agents/{test-verifier.agent.md → specky-test-verifier.agent.md} +2 -2
  14. package/.apm/hooks/scripts/{artifact-validator.sh → specky-artifact-validator.sh} +11 -11
  15. package/.apm/hooks/scripts/{auto-checkpoint.sh → specky-auto-checkpoint.sh} +1 -1
  16. package/.apm/hooks/scripts/{branch-validator.sh → specky-branch-validator.sh} +3 -3
  17. package/.apm/hooks/scripts/{cognitive-debt-alert.sh → specky-cognitive-debt-alert.sh} +1 -1
  18. package/.apm/hooks/scripts/{drift-monitor.sh → specky-drift-monitor.sh} +1 -1
  19. package/.apm/hooks/scripts/{ears-validator.sh → specky-ears-validator.sh} +1 -1
  20. package/.apm/hooks/scripts/{lgtm-gate.sh → specky-lgtm-gate.sh} +1 -1
  21. package/.apm/hooks/scripts/{metrics-dashboard.sh → specky-metrics-dashboard.sh} +2 -2
  22. package/.apm/hooks/scripts/{phase-gate.sh → specky-phase-gate.sh} +1 -1
  23. package/.apm/hooks/scripts/{pipeline-guard.sh → specky-pipeline-guard.sh} +3 -3
  24. package/.apm/hooks/scripts/{release-gate.sh → specky-release-gate.sh} +1 -1
  25. package/.apm/hooks/scripts/{security-scan.sh → specky-security-scan.sh} +2 -2
  26. package/.apm/hooks/scripts/{session-banner.sh → specky-session-banner.sh} +4 -4
  27. package/.apm/hooks/scripts/{spec-quality.sh → specky-spec-quality.sh} +1 -1
  28. package/.apm/hooks/scripts/{spec-sync.sh → specky-spec-sync.sh} +2 -2
  29. package/.apm/hooks/scripts/{task-tracer.sh → specky-task-tracer.sh} +1 -1
  30. package/.apm/hooks/sdd-hooks.json +51 -51
  31. package/.apm/hooks/specky-run.sh +32 -0
  32. package/.apm/instructions/claude-instructions.instructions.md +74 -0
  33. package/.apm/instructions/copilot-instructions.instructions.md +19 -25
  34. package/.apm/instructions/cursor-instructions.instructions.md +20 -0
  35. package/.apm/prompts/specky-api.prompt.md +2 -2
  36. package/.apm/prompts/specky-brownfield.prompt.md +2 -2
  37. package/.apm/prompts/specky-clarify.prompt.md +1 -1
  38. package/.apm/prompts/specky-debug-hook.prompt.md +1 -1
  39. package/.apm/prompts/specky-deploy.prompt.md +1 -1
  40. package/.apm/prompts/specky-design.prompt.md +1 -1
  41. package/.apm/prompts/specky-from-meeting.prompt.md +1 -1
  42. package/.apm/prompts/specky-greenfield.prompt.md +2 -2
  43. package/.apm/prompts/specky-implement.prompt.md +1 -1
  44. package/.apm/prompts/specky-migration.prompt.md +3 -3
  45. package/.apm/prompts/specky-onboarding.prompt.md +1 -0
  46. package/.apm/prompts/specky-pipeline-status.prompt.md +1 -0
  47. package/.apm/prompts/specky-release.prompt.md +1 -1
  48. package/.apm/prompts/specky-research.prompt.md +1 -1
  49. package/.apm/prompts/specky-specify.prompt.md +1 -1
  50. package/.apm/prompts/specky-tasks.prompt.md +1 -1
  51. package/.apm/prompts/specky-verify.prompt.md +1 -1
  52. package/.apm/skills/specky-design-architect/SKILL.md +21 -0
  53. package/.apm/skills/{implementer → specky-implementer}/SKILL.md +3 -3
  54. package/.apm/skills/specky-onboarding/SKILL.md +37 -31
  55. package/.apm/skills/specky-orchestrator/SKILL.md +28 -28
  56. package/.apm/skills/specky-quality-reviewer/SKILL.md +28 -0
  57. package/.apm/skills/{release-engineer → specky-release-engineer}/SKILL.md +7 -7
  58. package/.apm/skills/{research-analyst → specky-research-analyst}/SKILL.md +2 -2
  59. package/.apm/skills/specky-sdd-clarify/SKILL.md +25 -0
  60. package/.apm/skills/specky-sdd-init/SKILL.md +28 -0
  61. package/.apm/skills/{sdd-markdown-standard → specky-sdd-markdown-standard}/SKILL.md +2 -2
  62. package/.apm/skills/{sdd-pipeline → specky-sdd-pipeline}/SKILL.md +42 -49
  63. package/.apm/skills/specky-spec-engineer/SKILL.md +27 -0
  64. package/.apm/skills/specky-task-planner/SKILL.md +20 -0
  65. package/.apm/skills/{test-verifier → specky-test-verifier}/SKILL.md +2 -2
  66. package/CHANGELOG.md +57 -0
  67. package/README.md +189 -96
  68. package/apm-policy.yml +19 -0
  69. package/apm.lock.yaml +70 -61
  70. package/apm.yml +10 -7
  71. package/config.yml +35 -33
  72. package/dist/claude-hooks.json +51 -51
  73. package/dist/cli/commands/compile.d.ts +7 -0
  74. package/dist/cli/commands/compile.d.ts.map +1 -0
  75. package/dist/cli/commands/compile.js +127 -0
  76. package/dist/cli/commands/compile.js.map +1 -0
  77. package/dist/cli/commands/doctor.d.ts.map +1 -1
  78. package/dist/cli/commands/doctor.js +167 -18
  79. package/dist/cli/commands/doctor.js.map +1 -1
  80. package/dist/cli/commands/hooks.js +2 -2
  81. package/dist/cli/commands/hooks.js.map +1 -1
  82. package/dist/cli/commands/init.d.ts +1 -0
  83. package/dist/cli/commands/init.d.ts.map +1 -1
  84. package/dist/cli/commands/init.js +121 -19
  85. package/dist/cli/commands/init.js.map +1 -1
  86. package/dist/cli/commands/upgrade.d.ts.map +1 -1
  87. package/dist/cli/commands/upgrade.js +5 -2
  88. package/dist/cli/commands/upgrade.js.map +1 -1
  89. package/dist/cli/index.js +21 -2
  90. package/dist/cli/index.js.map +1 -1
  91. package/dist/cli/lib/apm/policy.d.ts.map +1 -1
  92. package/dist/cli/lib/apm/policy.js +47 -33
  93. package/dist/cli/lib/apm/policy.js.map +1 -1
  94. package/dist/cli/lib/asset-copier.d.ts +13 -0
  95. package/dist/cli/lib/asset-copier.d.ts.map +1 -1
  96. package/dist/cli/lib/asset-copier.js +107 -32
  97. package/dist/cli/lib/asset-copier.js.map +1 -1
  98. package/dist/cli/lib/gitignore-writer.d.ts.map +1 -1
  99. package/dist/cli/lib/gitignore-writer.js +11 -0
  100. package/dist/cli/lib/gitignore-writer.js.map +1 -1
  101. package/dist/cli/lib/harness/compilers/agent-skills.d.ts +7 -0
  102. package/dist/cli/lib/harness/compilers/agent-skills.d.ts.map +1 -0
  103. package/dist/cli/lib/harness/compilers/agent-skills.js +23 -0
  104. package/dist/cli/lib/harness/compilers/agent-skills.js.map +1 -0
  105. package/dist/cli/lib/harness/compilers/cursor.d.ts +8 -0
  106. package/dist/cli/lib/harness/compilers/cursor.d.ts.map +1 -0
  107. package/dist/cli/lib/harness/compilers/cursor.js +28 -0
  108. package/dist/cli/lib/harness/compilers/cursor.js.map +1 -0
  109. package/dist/cli/lib/harness/compilers/opencode.d.ts +7 -0
  110. package/dist/cli/lib/harness/compilers/opencode.d.ts.map +1 -0
  111. package/dist/cli/lib/harness/compilers/opencode.js +26 -0
  112. package/dist/cli/lib/harness/compilers/opencode.js.map +1 -0
  113. package/dist/cli/lib/harness/index.d.ts.map +1 -1
  114. package/dist/cli/lib/harness/index.js +6 -0
  115. package/dist/cli/lib/harness/index.js.map +1 -1
  116. package/dist/cli/lib/harness/tool-map.d.ts.map +1 -1
  117. package/dist/cli/lib/harness/tool-map.js +23 -1
  118. package/dist/cli/lib/harness/tool-map.js.map +1 -1
  119. package/dist/cli/lib/harness/types.d.ts +2 -2
  120. package/dist/cli/lib/harness/types.d.ts.map +1 -1
  121. package/dist/cli/lib/mcp-writer.d.ts +1 -0
  122. package/dist/cli/lib/mcp-writer.d.ts.map +1 -1
  123. package/dist/cli/lib/mcp-writer.js +5 -1
  124. package/dist/cli/lib/mcp-writer.js.map +1 -1
  125. package/dist/cli/lib/paths.d.ts +19 -0
  126. package/dist/cli/lib/paths.d.ts.map +1 -1
  127. package/dist/cli/lib/paths.js +21 -0
  128. package/dist/cli/lib/paths.js.map +1 -1
  129. package/dist/copilot-hooks.json +46 -46
  130. package/dist/cursor-hooks.json +288 -0
  131. package/dist/index.js +2 -3
  132. package/dist/index.js.map +1 -1
  133. package/dist/services/state-machine.d.ts +4 -3
  134. package/dist/services/state-machine.d.ts.map +1 -1
  135. package/dist/services/state-machine.js +17 -9
  136. package/dist/services/state-machine.js.map +1 -1
  137. package/package.json +6 -7
  138. package/site/specky-icon.png +0 -0
  139. /package/.apm/skills/{sdd-pipeline → specky-sdd-pipeline}/references/ears-notation.md +0 -0
  140. /package/.apm/skills/{sdd-pipeline → specky-sdd-pipeline}/references/model-routing.md +0 -0
@@ -5,7 +5,7 @@
5
5
  "hooks": [
6
6
  {
7
7
  "type": "command",
8
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-banner.sh",
8
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-session-banner.sh",
9
9
  "timeout": 5
10
10
  }
11
11
  ]
@@ -17,7 +17,7 @@
17
17
  "hooks": [
18
18
  {
19
19
  "type": "command",
20
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/pipeline-guard.sh",
20
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-pipeline-guard.sh",
21
21
  "timeout": 5
22
22
  }
23
23
  ]
@@ -29,7 +29,7 @@
29
29
  "hooks": [
30
30
  {
31
31
  "type": "command",
32
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
32
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
33
33
  "timeout": 5
34
34
  }
35
35
  ]
@@ -39,12 +39,12 @@
39
39
  "hooks": [
40
40
  {
41
41
  "type": "command",
42
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
42
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
43
43
  "timeout": 10
44
44
  },
45
45
  {
46
46
  "type": "command",
47
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
47
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
48
48
  "timeout": 5
49
49
  }
50
50
  ]
@@ -54,12 +54,12 @@
54
54
  "hooks": [
55
55
  {
56
56
  "type": "command",
57
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
57
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
58
58
  "timeout": 10
59
59
  },
60
60
  {
61
61
  "type": "command",
62
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
62
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
63
63
  "timeout": 5
64
64
  }
65
65
  ]
@@ -69,12 +69,12 @@
69
69
  "hooks": [
70
70
  {
71
71
  "type": "command",
72
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
72
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
73
73
  "timeout": 10
74
74
  },
75
75
  {
76
76
  "type": "command",
77
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
77
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
78
78
  "timeout": 5
79
79
  }
80
80
  ]
@@ -84,12 +84,12 @@
84
84
  "hooks": [
85
85
  {
86
86
  "type": "command",
87
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
87
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
88
88
  "timeout": 10
89
89
  },
90
90
  {
91
91
  "type": "command",
92
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
92
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
93
93
  "timeout": 5
94
94
  }
95
95
  ]
@@ -99,12 +99,12 @@
99
99
  "hooks": [
100
100
  {
101
101
  "type": "command",
102
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
102
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
103
103
  "timeout": 10
104
104
  },
105
105
  {
106
106
  "type": "command",
107
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
107
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
108
108
  "timeout": 5
109
109
  }
110
110
  ]
@@ -114,12 +114,12 @@
114
114
  "hooks": [
115
115
  {
116
116
  "type": "command",
117
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
117
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
118
118
  "timeout": 10
119
119
  },
120
120
  {
121
121
  "type": "command",
122
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
122
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
123
123
  "timeout": 5
124
124
  }
125
125
  ]
@@ -129,12 +129,12 @@
129
129
  "hooks": [
130
130
  {
131
131
  "type": "command",
132
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
132
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
133
133
  "timeout": 10
134
134
  },
135
135
  {
136
136
  "type": "command",
137
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
137
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
138
138
  "timeout": 5
139
139
  }
140
140
  ]
@@ -144,22 +144,22 @@
144
144
  "hooks": [
145
145
  {
146
146
  "type": "command",
147
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/artifact-validator.sh",
147
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-artifact-validator.sh",
148
148
  "timeout": 10
149
149
  },
150
150
  {
151
151
  "type": "command",
152
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
152
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
153
153
  "timeout": 5
154
154
  },
155
155
  {
156
156
  "type": "command",
157
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/security-scan.sh",
157
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-security-scan.sh",
158
158
  "timeout": 30
159
159
  },
160
160
  {
161
161
  "type": "command",
162
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/release-gate.sh",
162
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-release-gate.sh",
163
163
  "timeout": 15
164
164
  }
165
165
  ]
@@ -169,7 +169,7 @@
169
169
  "hooks": [
170
170
  {
171
171
  "type": "command",
172
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/branch-validator.sh",
172
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-branch-validator.sh",
173
173
  "timeout": 5
174
174
  }
175
175
  ]
@@ -181,12 +181,12 @@
181
181
  "hooks": [
182
182
  {
183
183
  "type": "command",
184
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/phase-gate.sh",
184
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-phase-gate.sh",
185
185
  "timeout": 10
186
186
  },
187
187
  {
188
188
  "type": "command",
189
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
189
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
190
190
  "timeout": 5
191
191
  }
192
192
  ]
@@ -196,32 +196,32 @@
196
196
  "hooks": [
197
197
  {
198
198
  "type": "command",
199
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/phase-gate.sh",
199
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-phase-gate.sh",
200
200
  "timeout": 10
201
201
  },
202
202
  {
203
203
  "type": "command",
204
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/spec-quality.sh",
204
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-spec-quality.sh",
205
205
  "timeout": 10
206
206
  },
207
207
  {
208
208
  "type": "command",
209
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/ears-validator.sh",
209
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-ears-validator.sh",
210
210
  "timeout": 10
211
211
  },
212
212
  {
213
213
  "type": "command",
214
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/lgtm-gate.sh",
214
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-lgtm-gate.sh",
215
215
  "timeout": 5
216
216
  },
217
217
  {
218
218
  "type": "command",
219
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/spec-sync.sh",
219
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-spec-sync.sh",
220
220
  "timeout": 10
221
221
  },
222
222
  {
223
223
  "type": "command",
224
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
224
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
225
225
  "timeout": 5
226
226
  }
227
227
  ]
@@ -231,22 +231,22 @@
231
231
  "hooks": [
232
232
  {
233
233
  "type": "command",
234
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/phase-gate.sh",
234
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-phase-gate.sh",
235
235
  "timeout": 10
236
236
  },
237
237
  {
238
238
  "type": "command",
239
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/spec-sync.sh",
239
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-spec-sync.sh",
240
240
  "timeout": 10
241
241
  },
242
242
  {
243
243
  "type": "command",
244
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/lgtm-gate.sh",
244
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-lgtm-gate.sh",
245
245
  "timeout": 5
246
246
  },
247
247
  {
248
248
  "type": "command",
249
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
249
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
250
250
  "timeout": 5
251
251
  }
252
252
  ]
@@ -256,27 +256,27 @@
256
256
  "hooks": [
257
257
  {
258
258
  "type": "command",
259
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/phase-gate.sh",
259
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-phase-gate.sh",
260
260
  "timeout": 10
261
261
  },
262
262
  {
263
263
  "type": "command",
264
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/task-tracer.sh",
264
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-task-tracer.sh",
265
265
  "timeout": 10
266
266
  },
267
267
  {
268
268
  "type": "command",
269
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/lgtm-gate.sh",
269
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-lgtm-gate.sh",
270
270
  "timeout": 5
271
271
  },
272
272
  {
273
273
  "type": "command",
274
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/spec-sync.sh",
274
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-spec-sync.sh",
275
275
  "timeout": 10
276
276
  },
277
277
  {
278
278
  "type": "command",
279
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
279
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
280
280
  "timeout": 5
281
281
  }
282
282
  ]
@@ -286,7 +286,7 @@
286
286
  "hooks": [
287
287
  {
288
288
  "type": "command",
289
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
289
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
290
290
  "timeout": 5
291
291
  }
292
292
  ]
@@ -296,12 +296,12 @@
296
296
  "hooks": [
297
297
  {
298
298
  "type": "command",
299
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/spec-sync.sh",
299
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-spec-sync.sh",
300
300
  "timeout": 10
301
301
  },
302
302
  {
303
303
  "type": "command",
304
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
304
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
305
305
  "timeout": 5
306
306
  }
307
307
  ]
@@ -311,12 +311,12 @@
311
311
  "hooks": [
312
312
  {
313
313
  "type": "command",
314
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/phase-gate.sh",
314
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-phase-gate.sh",
315
315
  "timeout": 10
316
316
  },
317
317
  {
318
318
  "type": "command",
319
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/drift-monitor.sh",
319
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-drift-monitor.sh",
320
320
  "timeout": 10
321
321
  }
322
322
  ]
@@ -326,22 +326,22 @@
326
326
  "hooks": [
327
327
  {
328
328
  "type": "command",
329
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/phase-gate.sh",
329
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-phase-gate.sh",
330
330
  "timeout": 10
331
331
  },
332
332
  {
333
333
  "type": "command",
334
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/cognitive-debt-alert.sh",
334
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-cognitive-debt-alert.sh",
335
335
  "timeout": 10
336
336
  },
337
337
  {
338
338
  "type": "command",
339
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/metrics-dashboard.sh",
339
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-metrics-dashboard.sh",
340
340
  "timeout": 5
341
341
  },
342
342
  {
343
343
  "type": "command",
344
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/drift-monitor.sh",
344
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-drift-monitor.sh",
345
345
  "timeout": 10
346
346
  }
347
347
  ]
@@ -351,12 +351,12 @@
351
351
  "hooks": [
352
352
  {
353
353
  "type": "command",
354
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/spec-sync.sh",
354
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-spec-sync.sh",
355
355
  "timeout": 10
356
356
  },
357
357
  {
358
358
  "type": "command",
359
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-checkpoint.sh",
359
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-auto-checkpoint.sh",
360
360
  "timeout": 5
361
361
  }
362
362
  ]
@@ -368,7 +368,7 @@
368
368
  "hooks": [
369
369
  {
370
370
  "type": "command",
371
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/security-scan.sh",
371
+ "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/specky-security-scan.sh",
372
372
  "timeout": 30
373
373
  }
374
374
  ]
@@ -0,0 +1,32 @@
1
+ #!/usr/bin/env bash
2
+ # specky-run.sh - Cursor hook adapter -> Specky hook scripts.
3
+ set -euo pipefail
4
+
5
+ SCRIPT="${1:?usage: specky-run.sh <script-name> [--blocking]}"
6
+ BLOCKING="${2:-}"
7
+ HOOK=".cursor/hooks/scripts/${SCRIPT}"
8
+ INPUT=$(cat || true)
9
+
10
+ if command -v jq >/dev/null 2>&1 && [ -n "$INPUT" ]; then
11
+ RAW=$(echo "$INPUT" | jq -r '
12
+ .tool_name // .toolName // .tool // .mcpTool // .mcp_tool // .name // empty
13
+ ' 2>/dev/null || true)
14
+ case "$RAW" in
15
+ mcp__specky__*) export SDD_TOOL_NAME="${RAW#mcp__specky__}" ;;
16
+ MCP:*|*mcp__specky__*) export SDD_TOOL_NAME="$(echo "$RAW" | sed -n 's/.*sdd_/sdd_/p')" ;;
17
+ Write|Edit|MultiEdit) export SDD_TOOL_NAME="$RAW" ;;
18
+ esac
19
+
20
+ PROMPT=$(echo "$INPUT" | jq -r '.prompt // .user_prompt // .text // empty' 2>/dev/null || true)
21
+ [ -n "$PROMPT" ] && export CLAUDE_USER_PROMPT="$PROMPT"
22
+ fi
23
+
24
+ set +e
25
+ bash "$HOOK"
26
+ CODE=$?
27
+ set -e
28
+
29
+ if [ "$BLOCKING" = "--blocking" ] && [ "$CODE" -eq 2 ]; then
30
+ echo '{"permission":"deny","user_message":"Specky quality gate blocked this action."}'
31
+ fi
32
+ exit "$CODE"
@@ -0,0 +1,74 @@
1
+ ---
2
+ applyTo: '**'
3
+ ---
4
+
5
+ # Specky SDD
6
+
7
+ This project uses Spec-Driven Development (SDD) via the Specky pipeline.
8
+
9
+ ## Key Rules
10
+
11
+ 1. **EARS notation is mandatory.** Every requirement must follow one of the 6 EARS patterns.
12
+ 2. **REQ-ID traceability is non-negotiable.** Every test, task, and design decision traces to a REQ-ID.
13
+ 3. **Model routing matters.** Use a fast model class for lightweight scaffolding (Phase 0, 9), a balanced model class for iterative delivery (Phase 1, 5-7), and a reasoning-focused model class for complex analysis and design (Phase 2-4, 8). The user chooses any available model.
14
+ 4. **Never skip hooks.** Blocking hooks (specky-security-scan, specky-release-gate) must pass before release.
15
+ 5. **Artifacts live in `.specs/NNN-feature/`.** CONSTITUTION.md, RESEARCH.md, SPECIFICATION.md, DESIGN.md, TASKS.md, VERIFICATION.md, ANALYSIS.md.
16
+ 6. **One branch per spec.** Create `spec/NNN-feature-name` from `develop` for all pipeline work (Phases 0-7). All `.specs/` artifacts are created on this branch. Merge to `develop` after verification, then `stage` for QA and release gates, then `main` for production. Never commit spec work directly to develop, stage, or main.
17
+ 7. **Load companion SKILL.md first.** Every agent reads its companion skill file (`.claude/skills/{skill-name}/SKILL.md`) as the first workflow step. Phase agents have dedicated skills (specky-sdd-init, specky-spec-engineer, specky-sdd-clarify, specky-design-architect, specky-task-planner, specky-quality-reviewer); shared pipeline context lives in specky-sdd-pipeline.
18
+ 8. **Orchestrator is the single entry point.** When `.specs/` exists with an active pipeline (`.sdd-state.json` present), ALL work — code, branches, commits, PRs — MUST flow through `@specky-orchestrator`. Direct calls to phase agents, manual branch creation outside `spec/NNN-*`, or free-form edits bypass the quality gates and are pipeline violations. If unsure where to start, invoke `@specky-onboarding`. Starting in v3.5, `specky-pipeline-guard` hook enforces this automatically.
19
+
20
+ ## Available Agents
21
+
22
+ - @specky-onboarding — Interactive wizard and default entry point
23
+ - @specky-orchestrator — Full pipeline coordinator (all 10 phases)
24
+ - @specky-sdd-init — Initialize pipeline (Phase 0)
25
+ - @specky-requirements-engineer — Produce FRD + NFRD
26
+ - @specky-research-analyst — Technical research (Phase 1)
27
+ - @specky-spec-engineer — Write SPECIFICATION.md with EARS (Phase 2)
28
+ - @specky-sdd-clarify — Resolve ambiguities (Phase 3)
29
+ - @specky-design-architect — Write DESIGN.md + diagrams (Phase 4)
30
+ - @specky-task-planner — Write TASKS.md + CHECKLIST.md (Phase 5)
31
+ - @specky-quality-reviewer — Completeness audit + compliance (Phase 6)
32
+ - @specky-implementer — Implementation scaffolding (Phase 7)
33
+ - @specky-test-verifier — Coverage verification (Phase 8)
34
+ - @specky-release-engineer — Release preparation (Phase 9)
35
+
36
+ ## Available Commands
37
+
38
+ Use slash commands in Claude Code (`/prompt-name`):
39
+
40
+ **Quick Start:** /specky-onboarding, /specky-orchestrate, /specky-greenfield, /specky-brownfield, /specky-migration, /specky-api
41
+ **Pipeline:** /specky-research, /specky-clarify, /specky-specify, /specky-design, /specky-tasks, /specky-implement, /specky-verify, /specky-release, /specky-deploy
42
+ **Special:** /specky-from-figma, /specky-from-meeting, /specky-check-drift, /specky-resolve-conflict
43
+ **Debug:** /specky-debug-hook, /specky-pipeline-status, /specky-reset-phase
44
+
45
+ ## Quality Gates
46
+
47
+ Claude Code enforces gates natively via `.claude/settings.json` hook registration and the scripts in `.claude/hooks/scripts/`:
48
+
49
+ - **Pre-tool:** specky-artifact-validator (BLOCKING) + specky-branch-validator (advisory) before every phase tool
50
+ - **Post-tool:** specky-phase-gate (BLOCKING) + specky-lgtm-gate (advisory) + quality hooks after artifact writes
51
+ - **LGTM gates:** Phases 2 (Specify), 4 (Design), 5 (Tasks) pause for human review
52
+ - **Blocking gates:** specky-security-scan + specky-release-gate before PR creation
53
+
54
+ ## Work Modes
55
+
56
+ - **Full Pipeline:** Use @specky-orchestrator or /specky-orchestrate for automated end-to-end
57
+ - **Agent-by-agent:** Call individual agents (@specky-spec-engineer, @specky-implementer, etc.)
58
+ - **Direct MCP tools:** Call sdd_* tools directly for maximum control
59
+ - **Use /specky-onboarding to choose your mode**
60
+
61
+ ## MCP Server
62
+
63
+ The specky-sdd MCP server (58 tools) is configured in .mcp.json and runs via npx.
64
+
65
+ ## EARS Patterns
66
+
67
+ | Pattern | Format |
68
+ |---------|--------|
69
+ | Ubiquitous | The system shall... |
70
+ | Event-driven | When [event], the system shall... |
71
+ | State-driven | While [state], the system shall... |
72
+ | Optional | Where [condition], the system shall... |
73
+ | Unwanted | If [condition], then the system shall... |
74
+ | Complex | While [state], when [event], the system shall... |
@@ -11,29 +11,31 @@ This project uses Spec-Driven Development (SDD) via the Specky pipeline.
11
11
  1. **EARS notation is mandatory.** Every requirement must follow one of the 6 EARS patterns.
12
12
  2. **REQ-ID traceability is non-negotiable.** Every test, task, and design decision traces to a REQ-ID.
13
13
  3. **Model routing matters.** Use a fast model class for lightweight scaffolding (Phase 0, 9), a balanced model class for iterative delivery (Phase 1, 5-7), and a reasoning-focused model class for complex analysis and design (Phase 2-4, 8). The user chooses any available model.
14
- 4. **Never skip hooks.** Blocking hooks (security-scan, release-gate) must pass before release.
14
+ 4. **Never skip hooks.** Blocking hooks (specky-security-scan, specky-release-gate) must pass before release.
15
15
  5. **Artifacts live in `.specs/NNN-feature/`.** CONSTITUTION.md, RESEARCH.md, SPECIFICATION.md, DESIGN.md, TASKS.md, VERIFICATION.md, ANALYSIS.md.
16
16
  6. **One branch per spec.** Create `spec/NNN-feature-name` from `develop` for all pipeline work (Phases 0-7). All `.specs/` artifacts are created on this branch. Merge to `develop` after verification, then `stage` for QA and release gates, then `main` for production. Never commit spec work directly to develop, stage, or main.
17
+ 7. **Load companion SKILL.md first.** Every agent reads its companion skill file (`.github/skills/{skill-name}/SKILL.md`) as the first workflow step. Phase agents have dedicated skills (specky-sdd-init, specky-spec-engineer, specky-sdd-clarify, specky-design-architect, specky-task-planner, specky-quality-reviewer); shared pipeline context lives in specky-sdd-pipeline.
18
+ 8. **Orchestrator is the single entry point.** When `.specs/` exists with an active pipeline (`.sdd-state.json` present), ALL work — code, branches, commits, PRs — MUST flow through `@specky-orchestrator`. Direct calls to phase agents, manual branch creation outside `spec/NNN-*`, or free-form edits bypass the quality gates and are pipeline violations. If unsure where to start, invoke `@specky-onboarding`. Starting in v3.5, `specky-pipeline-guard` hook enforces this automatically.
17
19
 
18
20
  ## Available Agents
19
21
 
20
22
  - @specky-onboarding — Interactive wizard and default entry point
21
23
  - @specky-orchestrator — Full pipeline coordinator (all 10 phases)
22
- - @sdd-init — Initialize pipeline (Phase 0)
23
- - @requirements-engineer — Produce FRD + NFRD
24
- - @research-analyst — Technical research (Phase 1)
25
- - @spec-engineer — Write SPECIFICATION.md with EARS (Phase 2)
26
- - @sdd-clarify — Resolve ambiguities (Phase 3)
27
- - @design-architect — Write DESIGN.md + diagrams (Phase 4)
28
- - @task-planner — Write TASKS.md + CHECKLIST.md (Phase 5)
29
- - @quality-reviewer — Completeness audit + compliance (Phase 6)
30
- - @implementer — Implementation scaffolding (Phase 7)
31
- - @test-verifier — Coverage verification (Phase 8)
32
- - @release-engineer — Release preparation (Phase 9)
24
+ - @specky-sdd-init — Initialize pipeline (Phase 0)
25
+ - @specky-requirements-engineer — Produce FRD + NFRD
26
+ - @specky-research-analyst — Technical research (Phase 1)
27
+ - @specky-spec-engineer — Write SPECIFICATION.md with EARS (Phase 2)
28
+ - @specky-sdd-clarify — Resolve ambiguities (Phase 3)
29
+ - @specky-design-architect — Write DESIGN.md + diagrams (Phase 4)
30
+ - @specky-task-planner — Write TASKS.md + CHECKLIST.md (Phase 5)
31
+ - @specky-quality-reviewer — Completeness audit + compliance (Phase 6)
32
+ - @specky-implementer — Implementation scaffolding (Phase 7)
33
+ - @specky-test-verifier — Coverage verification (Phase 8)
34
+ - @specky-release-engineer — Release preparation (Phase 9)
33
35
 
34
36
  ## Available Prompts
35
37
 
36
- Use in Copilot Chat with `@workspace /prompt-name`:
38
+ Use slash commands in Copilot Chat (`/prompt-name`):
37
39
 
38
40
  **Quick Start:** /specky-onboarding, /specky-orchestrate, /specky-greenfield, /specky-brownfield, /specky-migration, /specky-api
39
41
  **Pipeline:** /specky-research, /specky-clarify, /specky-specify, /specky-design, /specky-tasks, /specky-implement, /specky-verify, /specky-release, /specky-deploy
@@ -43,26 +45,18 @@ Use in Copilot Chat with `@workspace /prompt-name`:
43
45
  ## Hook Enforcement
44
46
 
45
47
  Hooks fire automatically on MCP tool calls:
46
- - **Pre-tool:** artifact-validator (BLOCKING) + branch-validator (advisory) before every phase tool
47
- - **Post-tool:** phase-gate (BLOCKING) + lgtm-gate (advisory) + quality hooks after artifact writes
48
+ - **Pre-tool:** specky-artifact-validator (BLOCKING) + specky-branch-validator (advisory) before every phase tool
49
+ - **Post-tool:** specky-phase-gate (BLOCKING) + specky-lgtm-gate (advisory) + quality hooks after artifact writes
48
50
  - **LGTM gates:** Phases 2 (Specify), 4 (Design), 5 (Tasks) pause for human review
49
- - **Blocking gates:** security-scan + release-gate before PR creation
51
+ - **Blocking gates:** specky-security-scan + specky-release-gate before PR creation
50
52
 
51
53
  ## Work Modes
52
54
 
53
55
  - **Full Pipeline:** Use @specky-orchestrator or /specky-orchestrate for automated end-to-end
54
- - **Agent-by-agent:** Call individual agents (@spec-engineer, @implementer, etc.)
56
+ - **Agent-by-agent:** Call individual agents (@specky-spec-engineer, @specky-implementer, etc.)
55
57
  - **Direct MCP tools:** Call sdd_* tools directly for maximum control
56
58
  - **Use /specky-onboarding to choose your mode**
57
59
 
58
- ## Rule #7
59
-
60
- 7. **Load companion SKILL.md first.** Every agent must read its companion skill file as the first workflow step.
61
-
62
- ## Rule #8
63
-
64
- 8. **Orchestrator is the single entry point.** When `.specs/` exists with an active pipeline (`.sdd-state.json` present), ALL work — code, branches, commits, PRs — MUST flow through `@specky-orchestrator`. Direct calls to phase agents, manual branch creation outside `spec/NNN-*`, or free-form edits bypass the quality gates and are pipeline violations. If unsure where to start, invoke `@specky-onboarding`. The orchestrator validates branch, artifacts, phase prerequisites, and routes to the correct phase agent. Starting in v3.5, `pipeline-guard` hook enforces this automatically.
65
-
66
60
  ## MCP Server
67
61
 
68
62
  The specky-sdd MCP server (58 tools) is configured in .vscode/mcp.json and runs via npx.
@@ -0,0 +1,20 @@
1
+ ---
2
+ applyTo: '**'
3
+ ---
4
+
5
+ # Specky SDD - Cursor Instructions
6
+
7
+ 1. EARS notation is mandatory: use the 6 canonical patterns from `.agents/skills/specky-sdd-pipeline/references/ears-notation.md`.
8
+ 2. REQ-ID traceability is required on every requirement, task, design decision, and test.
9
+ 3. Pipeline artifacts live in `.specs/NNN-feature/`; Phases 0-7 run on `spec/NNN-*` branches from `develop`.
10
+ 4. Active pipeline (`.sdd-state.json`) routes through `@specky-orchestrator`; otherwise start with `@specky-onboarding`.
11
+ 5. Load the companion SKILL.md before phase work: `.agents/skills/{agent-name}/SKILL.md`.
12
+ 6. Cursor MCP is configured in `.cursor/mcp.json` with the `specky` server.
13
+
14
+ ## Quality Gates
15
+
16
+ Cursor installs native hooks at `.cursor/hooks.json` and `.cursor/hooks/scripts/` when `dist/cursor-hooks.json` is available. Blocking gates deny unsafe artifact, phase, security, and release actions; advisory gates warn for branch, pipeline, LGTM, drift, and checkpoint workflows.
17
+
18
+ If hooks are unavailable, enforce the same gates through MCP tools, agent workflows, and this rule. Do not claim non-Cursor hook or MCP locations are Cursor runtime paths.
19
+
20
+ For the full phase workflow, invoke `/specky-onboarding` or read `.agents/skills/specky-sdd-pipeline/SKILL.md`.
@@ -12,6 +12,6 @@ Design an API using the Specky SDD pipeline.
12
12
  **Versioning:** [e.g., URL path /v1/, header, none]
13
13
 
14
14
  Please:
15
- 1. Call @requirements-engineer to produce FRD + NFRD for the API
16
- 2. Call @sdd-init with project_type=api
15
+ 1. Call @specky-requirements-engineer to produce FRD + NFRD for the API
16
+ 2. Call @specky-sdd-init with project_type=api
17
17
  3. Proceed through discover → specify → design phases
@@ -10,7 +10,7 @@ Add the Specky SDD pipeline to this existing codebase.
10
10
  **Tech stack:** [detected or stated]
11
11
 
12
12
  Please:
13
- 1. Call @sdd-init with project_type=brownfield
14
- 2. Run @research-analyst to scan the codebase and detect the tech stack
13
+ 1. Call @specky-sdd-init with project_type=brownfield
14
+ 2. Run @specky-research-analyst to scan the codebase and detect the tech stack
15
15
  3. Show me what was detected and suggest next steps
16
16
  4. Create branch `spec/NNN-[feature]` from `develop` for all pipeline work
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
5
5
  ---
6
6
  Run the SDD clarification phase for feature [FEATURE NUMBER].
7
7
 
8
- @sdd-clarify — find ambiguities in SPECIFICATION.md, ask disambiguation questions, and validate all EARS patterns.
8
+ @specky-sdd-clarify — find ambiguities in SPECIFICATION.md, ask disambiguation questions, and validate all EARS patterns.
@@ -5,7 +5,7 @@ argument-hint: <hook name or error message>
5
5
  ---
6
6
  Debug a failing SDD hook.
7
7
 
8
- **Hook name:** [e.g., security-scan, release-gate, spec-sync]
8
+ **Hook name:** [e.g., specky-security-scan, specky-release-gate, specky-spec-sync]
9
9
  **Error message:** [PASTE ERROR]
10
10
 
11
11
  Check the hook script in .specky/hooks/, verify prerequisites, and suggest a fix.
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
5
5
  ---
6
6
  Generate deployment artifacts for feature [FEATURE NUMBER].
7
7
 
8
- @implementer — generate IaC (Terraform/Bicep), Dockerfile, devcontainer, runbook, and onboarding guide from DESIGN.md and TASKS.md.
8
+ @specky-implementer — generate IaC (Terraform/Bicep), Dockerfile, devcontainer, runbook, and onboarding guide from DESIGN.md and TASKS.md.
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
5
5
  ---
6
6
  Run the SDD design phase for feature [FEATURE NUMBER].
7
7
 
8
- @design-architect — produce DESIGN.md with component architecture (Mermaid C4 diagrams), API interface definitions, data models, and integration points. Call sdd_write_design then sdd_generate_all_diagrams.
8
+ @specky-design-architect — produce DESIGN.md with component architecture (Mermaid C4 diagrams), API interface definitions, data models, and integration points. Call sdd_write_design then sdd_generate_all_diagrams.
@@ -7,4 +7,4 @@ Import a meeting transcript into the SDD pipeline.
7
7
 
8
8
  **Transcript file:** #file:[PATH TO TRANSCRIPT]
9
9
 
10
- Extract requirements, decisions, and action items. Produce FRD + NFRD using @requirements-engineer.
10
+ Extract requirements, decisions, and action items. Produce FRD + NFRD using @specky-requirements-engineer.
@@ -12,7 +12,7 @@ Start a greenfield project with the Specky SDD pipeline.
12
12
  **Compliance:** [e.g., GDPR | HIPAA | SOC 2 | none]
13
13
 
14
14
  Please:
15
- 1. Call @requirements-engineer to extract FRD and NFRD
16
- 2. Then @sdd-init to initialize the pipeline and create CONSTITUTION.md
15
+ 1. Call @specky-requirements-engineer to extract FRD and NFRD
16
+ 2. Then @specky-sdd-init to initialize the pipeline and create CONSTITUTION.md
17
17
  3. Show me the feature number (NNN) and the path `.specs/NNN-[feature]/`
18
18
  4. Create branch `spec/NNN-[feature]` from `develop` for all pipeline work