Skip to content

Commit 9fbf503

Browse files
Update SpecKit Grill Me extension to v1.0.1
Update grill extension submitted by @yoshi1220: - extensions/catalog.community.json (version, download_url, description, commands count) - docs/community/extensions.md community extensions table Closes #4315 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cf049cc commit 9fbf503

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The following community-contributed extensions are available in [`catalog.commun
156156
| SpecAssay Check | Gate 2 refuses silent gaps and emits a trace-manifest (trace-manifest.json). | `visibility` | Read+Write | [specassay](https://github.com/rdryfoos/specassay) |
157157
| SpecJudge — right-size the model before you implement | Recommends the model that fits your tasks, citing the spec fragment behind every level. | `process` | Read-only | [SpecJudge](https://github.com/JoaquinRuiz/SpecJudge) |
158158
| SpecKit Companion | Live spec-driven progress — lifecycle capture, status, resume, living specs, and composable commands with hooks and recipes | `process` | Read+Write | [speckit-companion](https://github.com/alfredoperez/speckit-companion) |
159-
| SpecKit Grill Me | Exhaustively resolve specification ambiguities and decisions before planning | `process` | Read+Write | [speckit-grill-me](https://github.com/yoshi1220/speckit-grill-me) |
159+
| SpecKit Grill Me | Exhaustively clarify specifications and optionally sync canonical domain knowledge | `process` | Read+Write | [speckit-grill-me](https://github.com/yoshi1220/speckit-grill-me) |
160160
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |
161161
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks. | `process` | Read+Write | [spec-kit-squad](https://github.com/jwill824/spec-kit-squad) |
162162
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |

extensions/catalog.community.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-24T00:00:00Z",
3+
"updated_at": "2026-08-25T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -2099,10 +2099,10 @@
20992099
"grill": {
21002100
"name": "SpecKit Grill Me",
21012101
"id": "grill",
2102-
"description": "Exhaustively resolve specification ambiguities and decisions before planning.",
2102+
"description": "Exhaustively clarify specifications and optionally sync canonical domain knowledge.",
21032103
"author": "yoshi1220",
2104-
"version": "1.0.0",
2105-
"download_url": "https://github.com/yoshi1220/speckit-grill-me/releases/download/v1.0.0/speckit-grill-me-extension-v1.0.0.zip",
2104+
"version": "1.0.1",
2105+
"download_url": "https://github.com/yoshi1220/speckit-grill-me/releases/download/v1.0.1/speckit-grill-me-extension-v1.0.1.zip",
21062106
"repository": "https://github.com/yoshi1220/speckit-grill-me",
21072107
"homepage": "https://github.com/yoshi1220/speckit-grill-me/tree/main/spec-kit-extension",
21082108
"documentation": "https://github.com/yoshi1220/speckit-grill-me/blob/main/spec-kit-extension/README.md",
@@ -2120,7 +2120,7 @@
21202120
]
21212121
},
21222122
"provides": {
2123-
"commands": 1,
2123+
"commands": 2,
21242124
"hooks": 0
21252125
},
21262126
"tags": [
@@ -2134,7 +2134,7 @@
21342134
"downloads": 0,
21352135
"stars": 0,
21362136
"created_at": "2026-08-11T00:00:00Z",
2137-
"updated_at": "2026-08-11T00:00:00Z"
2137+
"updated_at": "2026-08-25T00:00:00Z"
21382138
},
21392139
"harness": {
21402140
"name": "Research Harness",

0 commit comments

Comments
 (0)