specky-sdd 3.7.2 → 3.8.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.
- package/.apm/agents/{design-architect.agent.md → specky-design-architect.agent.md} +2 -2
- package/.apm/agents/{implementer.agent.md → specky-implementer.agent.md} +2 -2
- package/.apm/agents/specky-onboarding.agent.md +1 -1
- package/.apm/agents/specky-orchestrator.agent.md +10 -10
- package/.apm/agents/{quality-reviewer.agent.md → specky-quality-reviewer.agent.md} +2 -2
- package/.apm/agents/{release-engineer.agent.md → specky-release-engineer.agent.md} +4 -4
- package/.apm/agents/{requirements-engineer.agent.md → specky-requirements-engineer.agent.md} +2 -2
- package/.apm/agents/{research-analyst.agent.md → specky-research-analyst.agent.md} +2 -2
- package/.apm/agents/{sdd-clarify.agent.md → specky-sdd-clarify.agent.md} +2 -2
- package/.apm/agents/{sdd-init.agent.md → specky-sdd-init.agent.md} +3 -3
- package/.apm/agents/{spec-engineer.agent.md → specky-spec-engineer.agent.md} +2 -2
- package/.apm/agents/{task-planner.agent.md → specky-task-planner.agent.md} +2 -2
- package/.apm/agents/{test-verifier.agent.md → specky-test-verifier.agent.md} +2 -2
- package/.apm/hooks/scripts/{artifact-validator.sh → specky-artifact-validator.sh} +11 -11
- package/.apm/hooks/scripts/{auto-checkpoint.sh → specky-auto-checkpoint.sh} +1 -1
- package/.apm/hooks/scripts/{branch-validator.sh → specky-branch-validator.sh} +3 -3
- package/.apm/hooks/scripts/{cognitive-debt-alert.sh → specky-cognitive-debt-alert.sh} +1 -1
- package/.apm/hooks/scripts/{drift-monitor.sh → specky-drift-monitor.sh} +1 -1
- package/.apm/hooks/scripts/{ears-validator.sh → specky-ears-validator.sh} +1 -1
- package/.apm/hooks/scripts/{lgtm-gate.sh → specky-lgtm-gate.sh} +1 -1
- package/.apm/hooks/scripts/{metrics-dashboard.sh → specky-metrics-dashboard.sh} +2 -2
- package/.apm/hooks/scripts/{phase-gate.sh → specky-phase-gate.sh} +1 -1
- package/.apm/hooks/scripts/{pipeline-guard.sh → specky-pipeline-guard.sh} +3 -3
- package/.apm/hooks/scripts/{release-gate.sh → specky-release-gate.sh} +1 -1
- package/.apm/hooks/scripts/{security-scan.sh → specky-security-scan.sh} +2 -2
- package/.apm/hooks/scripts/{session-banner.sh → specky-session-banner.sh} +4 -4
- package/.apm/hooks/scripts/{spec-quality.sh → specky-spec-quality.sh} +1 -1
- package/.apm/hooks/scripts/{spec-sync.sh → specky-spec-sync.sh} +2 -2
- package/.apm/hooks/scripts/{task-tracer.sh → specky-task-tracer.sh} +1 -1
- package/.apm/hooks/sdd-hooks.json +51 -51
- package/.apm/instructions/copilot-instructions.instructions.md +17 -17
- package/.apm/prompts/specky-api.prompt.md +2 -2
- package/.apm/prompts/specky-brownfield.prompt.md +2 -2
- package/.apm/prompts/specky-clarify.prompt.md +1 -1
- package/.apm/prompts/specky-debug-hook.prompt.md +1 -1
- package/.apm/prompts/specky-deploy.prompt.md +1 -1
- package/.apm/prompts/specky-design.prompt.md +1 -1
- package/.apm/prompts/specky-from-meeting.prompt.md +1 -1
- package/.apm/prompts/specky-greenfield.prompt.md +2 -2
- package/.apm/prompts/specky-implement.prompt.md +1 -1
- package/.apm/prompts/specky-migration.prompt.md +3 -3
- package/.apm/prompts/specky-release.prompt.md +1 -1
- package/.apm/prompts/specky-research.prompt.md +1 -1
- package/.apm/prompts/specky-specify.prompt.md +1 -1
- package/.apm/prompts/specky-tasks.prompt.md +1 -1
- package/.apm/prompts/specky-verify.prompt.md +1 -1
- package/.apm/skills/{implementer → specky-implementer}/SKILL.md +3 -3
- package/.apm/skills/specky-onboarding/SKILL.md +29 -29
- package/.apm/skills/specky-orchestrator/SKILL.md +28 -28
- package/.apm/skills/{release-engineer → specky-release-engineer}/SKILL.md +7 -7
- package/.apm/skills/{research-analyst → specky-research-analyst}/SKILL.md +2 -2
- package/.apm/skills/{sdd-markdown-standard → specky-sdd-markdown-standard}/SKILL.md +2 -2
- package/.apm/skills/{sdd-pipeline → specky-sdd-pipeline}/SKILL.md +30 -30
- package/.apm/skills/{test-verifier → specky-test-verifier}/SKILL.md +2 -2
- package/CHANGELOG.md +76 -0
- package/README.md +24 -17
- package/apm-policy.yml +53 -0
- package/apm.lock.yaml +71 -0
- package/apm.yml +32 -2
- package/config.yml +31 -31
- package/dist/claude-hooks.json +51 -51
- package/dist/cli/commands/apm.d.ts +2 -0
- package/dist/cli/commands/apm.d.ts.map +1 -0
- package/dist/cli/commands/apm.js +139 -0
- package/dist/cli/commands/apm.js.map +1 -0
- package/dist/cli/commands/compile.d.ts +7 -0
- package/dist/cli/commands/compile.d.ts.map +1 -0
- package/dist/cli/commands/compile.js +106 -0
- package/dist/cli/commands/compile.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/doctor.js +35 -13
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/init.d.ts +1 -0
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +114 -15
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/upgrade.d.ts.map +1 -1
- package/dist/cli/commands/upgrade.js +5 -2
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/index.js +30 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/lib/apm/lock.d.ts +23 -0
- package/dist/cli/lib/apm/lock.d.ts.map +1 -0
- package/dist/cli/lib/apm/lock.js +90 -0
- package/dist/cli/lib/apm/lock.js.map +1 -0
- package/dist/cli/lib/apm/manifest.d.ts +31 -0
- package/dist/cli/lib/apm/manifest.d.ts.map +1 -0
- package/dist/cli/lib/apm/manifest.js +65 -0
- package/dist/cli/lib/apm/manifest.js.map +1 -0
- package/dist/cli/lib/apm/policy.d.ts +23 -0
- package/dist/cli/lib/apm/policy.d.ts.map +1 -0
- package/dist/cli/lib/apm/policy.js +99 -0
- package/dist/cli/lib/apm/policy.js.map +1 -0
- package/dist/cli/lib/asset-copier.d.ts +13 -0
- package/dist/cli/lib/asset-copier.d.ts.map +1 -1
- package/dist/cli/lib/asset-copier.js +46 -126
- package/dist/cli/lib/asset-copier.js.map +1 -1
- package/dist/cli/lib/gitignore-writer.d.ts.map +1 -1
- package/dist/cli/lib/gitignore-writer.js +10 -0
- package/dist/cli/lib/gitignore-writer.js.map +1 -1
- package/dist/cli/lib/harness/compilers/agent-skills.d.ts +7 -0
- package/dist/cli/lib/harness/compilers/agent-skills.d.ts.map +1 -0
- package/dist/cli/lib/harness/compilers/agent-skills.js +23 -0
- package/dist/cli/lib/harness/compilers/agent-skills.js.map +1 -0
- package/dist/cli/lib/harness/compilers/claude.d.ts +10 -0
- package/dist/cli/lib/harness/compilers/claude.d.ts.map +1 -0
- package/dist/cli/lib/harness/compilers/claude.js +29 -0
- package/dist/cli/lib/harness/compilers/claude.js.map +1 -0
- package/dist/cli/lib/harness/compilers/common.d.ts +14 -0
- package/dist/cli/lib/harness/compilers/common.d.ts.map +1 -0
- package/dist/cli/lib/harness/compilers/common.js +43 -0
- package/dist/cli/lib/harness/compilers/common.js.map +1 -0
- package/dist/cli/lib/harness/compilers/copilot.d.ts +10 -0
- package/dist/cli/lib/harness/compilers/copilot.d.ts.map +1 -0
- package/dist/cli/lib/harness/compilers/copilot.js +32 -0
- package/dist/cli/lib/harness/compilers/copilot.js.map +1 -0
- package/dist/cli/lib/harness/compilers/cursor.d.ts +8 -0
- package/dist/cli/lib/harness/compilers/cursor.d.ts.map +1 -0
- package/dist/cli/lib/harness/compilers/cursor.js +27 -0
- package/dist/cli/lib/harness/compilers/cursor.js.map +1 -0
- package/dist/cli/lib/harness/compilers/opencode.d.ts +7 -0
- package/dist/cli/lib/harness/compilers/opencode.d.ts.map +1 -0
- package/dist/cli/lib/harness/compilers/opencode.js +26 -0
- package/dist/cli/lib/harness/compilers/opencode.js.map +1 -0
- package/dist/cli/lib/harness/index.d.ts +12 -0
- package/dist/cli/lib/harness/index.d.ts.map +1 -0
- package/dist/cli/lib/harness/index.js +24 -0
- package/dist/cli/lib/harness/index.js.map +1 -0
- package/dist/cli/lib/harness/tool-map.d.ts +15 -0
- package/dist/cli/lib/harness/tool-map.d.ts.map +1 -0
- package/dist/cli/lib/harness/tool-map.js +114 -0
- package/dist/cli/lib/harness/tool-map.js.map +1 -0
- package/dist/cli/lib/harness/types.d.ts +42 -0
- package/dist/cli/lib/harness/types.d.ts.map +1 -0
- package/dist/cli/lib/harness/types.js +12 -0
- package/dist/cli/lib/harness/types.js.map +1 -0
- package/dist/cli/lib/mcp-writer.d.ts +1 -0
- package/dist/cli/lib/mcp-writer.d.ts.map +1 -1
- package/dist/cli/lib/mcp-writer.js +5 -1
- package/dist/cli/lib/mcp-writer.js.map +1 -1
- package/dist/cli/lib/paths.d.ts +16 -0
- package/dist/cli/lib/paths.d.ts.map +1 -1
- package/dist/cli/lib/paths.js +18 -0
- package/dist/cli/lib/paths.js.map +1 -1
- package/dist/copilot-hooks.json +46 -46
- package/dist/services/state-machine.d.ts +4 -3
- package/dist/services/state-machine.d.ts.map +1 -1
- package/dist/services/state-machine.js +17 -9
- package/dist/services/state-machine.js.map +1 -1
- package/package.json +6 -4
- /package/.apm/skills/{sdd-pipeline → specky-sdd-pipeline}/references/ears-notation.md +0 -0
- /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
|
]
|
|
@@ -11,7 +11,7 @@ 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
17
|
|
|
@@ -19,17 +19,17 @@ This project uses Spec-Driven Development (SDD) via the Specky pipeline.
|
|
|
19
19
|
|
|
20
20
|
- @specky-onboarding — Interactive wizard and default entry point
|
|
21
21
|
- @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)
|
|
22
|
+
- @specky-sdd-init — Initialize pipeline (Phase 0)
|
|
23
|
+
- @specky-requirements-engineer — Produce FRD + NFRD
|
|
24
|
+
- @specky-research-analyst — Technical research (Phase 1)
|
|
25
|
+
- @specky-spec-engineer — Write SPECIFICATION.md with EARS (Phase 2)
|
|
26
|
+
- @specky-sdd-clarify — Resolve ambiguities (Phase 3)
|
|
27
|
+
- @specky-design-architect — Write DESIGN.md + diagrams (Phase 4)
|
|
28
|
+
- @specky-task-planner — Write TASKS.md + CHECKLIST.md (Phase 5)
|
|
29
|
+
- @specky-quality-reviewer — Completeness audit + compliance (Phase 6)
|
|
30
|
+
- @specky-implementer — Implementation scaffolding (Phase 7)
|
|
31
|
+
- @specky-test-verifier — Coverage verification (Phase 8)
|
|
32
|
+
- @specky-release-engineer — Release preparation (Phase 9)
|
|
33
33
|
|
|
34
34
|
## Available Prompts
|
|
35
35
|
|
|
@@ -43,15 +43,15 @@ Use in Copilot Chat with `@workspace /prompt-name`:
|
|
|
43
43
|
## Hook Enforcement
|
|
44
44
|
|
|
45
45
|
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
|
|
46
|
+
- **Pre-tool:** specky-artifact-validator (BLOCKING) + specky-branch-validator (advisory) before every phase tool
|
|
47
|
+
- **Post-tool:** specky-phase-gate (BLOCKING) + specky-lgtm-gate (advisory) + quality hooks after artifact writes
|
|
48
48
|
- **LGTM gates:** Phases 2 (Specify), 4 (Design), 5 (Tasks) pause for human review
|
|
49
|
-
- **Blocking gates:** security-scan + release-gate before PR creation
|
|
49
|
+
- **Blocking gates:** specky-security-scan + specky-release-gate before PR creation
|
|
50
50
|
|
|
51
51
|
## Work Modes
|
|
52
52
|
|
|
53
53
|
- **Full Pipeline:** Use @specky-orchestrator or /specky-orchestrate for automated end-to-end
|
|
54
|
-
- **Agent-by-agent:** Call individual agents (@spec-engineer, @implementer, etc.)
|
|
54
|
+
- **Agent-by-agent:** Call individual agents (@specky-spec-engineer, @specky-implementer, etc.)
|
|
55
55
|
- **Direct MCP tools:** Call sdd_* tools directly for maximum control
|
|
56
56
|
- **Use /specky-onboarding to choose your mode**
|
|
57
57
|
|
|
@@ -61,7 +61,7 @@ Hooks fire automatically on MCP tool calls:
|
|
|
61
61
|
|
|
62
62
|
## Rule #8
|
|
63
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.
|
|
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, `specky-pipeline-guard` hook enforces this automatically.
|
|
65
65
|
|
|
66
66
|
## MCP Server
|
|
67
67
|
|
|
@@ -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
|
|
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
|
|
|
5
5
|
---
|
|
6
6
|
Run the SDD implementation phase for feature [FEATURE NUMBER].
|
|
7
7
|
|
|
8
|
-
@implementer — generate implementation plan, quality checklists, test stubs with REQ-* traceability, and infrastructure scaffolding.
|
|
8
|
+
@specky-implementer — generate implementation plan, quality checklists, test stubs with REQ-* traceability, and infrastructure scaffolding.
|
|
@@ -11,6 +11,6 @@ Plan a system migration using the Specky SDD pipeline.
|
|
|
11
11
|
**Timeline:** [Migration deadline or phases]
|
|
12
12
|
|
|
13
13
|
Please:
|
|
14
|
-
1. Call @requirements-engineer to capture migration requirements as FRD + NFRD
|
|
15
|
-
2. Call @sdd-init with project_type=migration
|
|
16
|
-
3. Call @research-analyst to scan both source and target
|
|
14
|
+
1. Call @specky-requirements-engineer to capture migration requirements as FRD + NFRD
|
|
15
|
+
2. Call @specky-sdd-init with project_type=migration
|
|
16
|
+
3. Call @specky-research-analyst to scan both source and target
|
|
@@ -8,4 +8,4 @@ Run the SDD release phase for feature [FEATURE NUMBER].
|
|
|
8
8
|
**Branch:** [current spec/NNN-* branch]
|
|
9
9
|
**Target:** develop (then stage → main after gates pass)
|
|
10
10
|
|
|
11
|
-
@release-engineer — verify branch, run blocking gates (security-scan + release-gate), generate documentation, create PR targeting the correct branch.
|
|
11
|
+
@specky-release-engineer — verify branch, run blocking gates (specky-security-scan + specky-release-gate), generate documentation, create PR targeting the correct branch.
|
|
@@ -5,4 +5,4 @@ argument-hint: <feature-number or research topic>
|
|
|
5
5
|
---
|
|
6
6
|
Run the SDD Discover phase (research) for feature [FEATURE NUMBER].
|
|
7
7
|
|
|
8
|
-
@research-analyst — scan the codebase, import relevant documents, run discovery questions, and produce RESEARCH.md.
|
|
8
|
+
@specky-research-analyst — scan the codebase, import relevant documents, run discovery questions, and produce RESEARCH.md.
|
|
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
|
|
|
5
5
|
---
|
|
6
6
|
Run the SDD specification phase for feature [FEATURE NUMBER].
|
|
7
7
|
|
|
8
|
-
@spec-engineer — write SPECIFICATION.md using EARS notation. Every requirement must have a unique REQ-ID (REQ-DOMAIN-NNN), one of the 6 EARS patterns, and measurable acceptance criteria. Call sdd_write_spec then sdd_validate_ears.
|
|
8
|
+
@specky-spec-engineer — write SPECIFICATION.md using EARS notation. Every requirement must have a unique REQ-ID (REQ-DOMAIN-NNN), one of the 6 EARS patterns, and measurable acceptance criteria. Call sdd_write_spec then sdd_validate_ears.
|
|
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
|
|
|
5
5
|
---
|
|
6
6
|
Run the SDD task breakdown phase for feature [FEATURE NUMBER].
|
|
7
7
|
|
|
8
|
-
@task-planner — produce TASKS.md with dependency-resolved task sequence, [P] parallel markers, REQ-* traceability on every task, and complexity estimates (S/M/L/XL). Call sdd_write_tasks then sdd_checklist.
|
|
8
|
+
@specky-task-planner — produce TASKS.md with dependency-resolved task sequence, [P] parallel markers, REQ-* traceability on every task, and complexity estimates (S/M/L/XL). Call sdd_write_tasks then sdd_checklist.
|
|
@@ -5,4 +5,4 @@ argument-hint: <feature-number>
|
|
|
5
5
|
---
|
|
6
6
|
Run the SDD verification phase for feature [FEATURE NUMBER].
|
|
7
7
|
|
|
8
|
-
@test-verifier — verify test coverage, detect phantom completions, check spec-code drift. Gate: ≥90% pass, all P0 covered, zero phantoms.
|
|
8
|
+
@specky-test-verifier — verify test coverage, detect phantom completions, check spec-code drift. Gate: ≥90% pass, all P0 covered, zero phantoms.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: implementer
|
|
2
|
+
name: specky-implementer
|
|
3
3
|
description: "This skill should be used when the user asks to 'generate implementation plan', 'create test stubs', 'set up infrastructure', 'generate quality checklists', 'transition from spec to code', or needs guidance on Phase 7 implementation scaffolding. Also trigger on 'sdd implement', 'implementation handoff', 'IaC generation', or 'test framework selection'."
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -119,7 +119,7 @@ Continuous synchronization between SPECIFICATION.md and implementation:
|
|
|
119
119
|
- When code deviates from SPECIFICATION.md, flag as spec drift
|
|
120
120
|
- When implementation discovers missing requirement, update SPECIFICATION.md
|
|
121
121
|
- If design changes needed mid-implementation, update DESIGN.md and notify stakeholders
|
|
122
|
-
- Daily spec-sync report comparing implemented features to SPECIFICATION.md
|
|
122
|
+
- Daily specky-spec-sync report comparing implemented features to SPECIFICATION.md
|
|
123
123
|
|
|
124
124
|
## Implementation Handoff Template
|
|
125
125
|
|
|
@@ -168,4 +168,4 @@ Reference: **arXiv:2502.08235** — Use standard inference (no extended thinking
|
|
|
168
168
|
|
|
169
169
|
## Companion Agent
|
|
170
170
|
|
|
171
|
-
**@implementer** — Phase 7 agent that calls these tools in sequence. Load this skill as first step.
|
|
171
|
+
**@specky-implementer** — Phase 7 agent that calls these tools in sequence. Load this skill as first step.
|