Skip to content

Commit ab64de9

Browse files
Add EARS Requirements Syntax extension to community catalog
Add ears extension submitted by @v-dhruv to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3395 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 882e1e9 commit ab64de9

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The following community-contributed extensions are available in [`catalog.commun
5252
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |
5353
| Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) |
5454
| DocGuard — CDD Enforcement | The only doc-integrity engine with an MCP server, SARIF output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code — 24 validators, stable finding codes, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
55+
| EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements | `docs` | Read+Write | [spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears) |
5556
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
5657
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |
5758
| FixIt Extension | Spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, applies minimal changes | `code` | Read+Write | [spec-kit-fixit](https://github.com/speckit-community/spec-kit-fixit) |

extensions/catalog.community.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-06T00:00:00Z",
3+
"updated_at": "2026-07-08T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1180,6 +1180,39 @@
11801180
"created_at": "2026-03-13T00:00:00Z",
11811181
"updated_at": "2026-03-13T00:00:00Z"
11821182
},
1183+
"ears": {
1184+
"name": "EARS Requirements Syntax",
1185+
"id": "ears",
1186+
"description": "Author, lint, and convert requirements using EARS (Easy Approach to Requirements Syntax) - the five industry-standard sentence patterns for unambiguous, testable requirements.",
1187+
"author": "dhruv-15-03",
1188+
"version": "1.0.0",
1189+
"download_url": "https://github.com/dhruv-15-03/spec-kit-ears/archive/refs/tags/v1.0.0.zip",
1190+
"repository": "https://github.com/dhruv-15-03/spec-kit-ears",
1191+
"homepage": "https://github.com/dhruv-15-03/spec-kit-ears",
1192+
"documentation": "https://github.com/dhruv-15-03/spec-kit-ears/blob/main/README.md",
1193+
"changelog": "https://github.com/dhruv-15-03/spec-kit-ears/blob/main/CHANGELOG.md",
1194+
"license": "MIT",
1195+
"category": "docs",
1196+
"effect": "read-write",
1197+
"requires": {
1198+
"speckit_version": ">=0.9.0"
1199+
},
1200+
"provides": {
1201+
"commands": 3,
1202+
"hooks": 0
1203+
},
1204+
"tags": [
1205+
"ears",
1206+
"requirements",
1207+
"specification",
1208+
"quality"
1209+
],
1210+
"verified": false,
1211+
"downloads": 0,
1212+
"stars": 0,
1213+
"created_at": "2026-07-08T00:00:00Z",
1214+
"updated_at": "2026-07-08T00:00:00Z"
1215+
},
11831216
"extensify": {
11841217
"name": "Extensify",
11851218
"id": "extensify",

0 commit comments

Comments
 (0)