Skip to content

Commit fc53183

Browse files
author
Your Name
committed
Add a11y-governance to community catalog
1 parent 171b65a commit fc53183

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
77

88
| Preset | Purpose | Provides | Requires | URL |
99
|--------|---------|----------|----------|-----|
10+
| A11Y Governance | Adds WCAG 2.2 AA accessibility checks, bilingual DE/EN delivery, CEFR-B2 readability, CLI accessibility, and inclusive-content guidance | 9 templates, 3 commands || [spec-kit-preset-a11y-governance](https://github.com/hindermath/spec-kit-preset-a11y-governance) |
1011
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
1112
| Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands || [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) |
1213
| Claude AskUserQuestion | Upgrades `/speckit.clarify` and `/speckit.checklist` on Claude Code from Markdown-table prompts to the native AskUserQuestion picker, with a recommended option and reasoning on every question | 2 commands || [spec-kit-preset-claude-ask-questions](https://github.com/0xrafasec/spec-kit-preset-claude-ask-questions) |

presets/catalog.community.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-15T00:00:00Z",
3+
"updated_at": "2026-04-27T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
6+
"a11y-governance": {
7+
"name": "A11Y Governance",
8+
"id": "a11y-governance",
9+
"version": "0.2.0",
10+
"description": "Adds accessibility, bilingual DE/EN delivery, CEFR-B2 readability, and inclusive-content governance to Spec Kit.",
11+
"author": "Thorsten Hindermann",
12+
"repository": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
13+
"download_url": "https://github.com/hindermath/spec-kit-preset-a11y-governance/archive/refs/tags/v0.2.0.zip",
14+
"homepage": "https://github.com/hindermath/spec-kit-preset-a11y-governance",
15+
"documentation": "https://github.com/hindermath/spec-kit-preset-a11y-governance/blob/main/README.md",
16+
"license": "MIT",
17+
"requires": {
18+
"speckit_version": ">=0.8.0"
19+
},
20+
"provides": {
21+
"templates": 9,
22+
"commands": 3
23+
},
24+
"tags": [
25+
"a11y",
26+
"accessibility",
27+
"bilingual",
28+
"wcag",
29+
"inclusion"
30+
],
31+
"created_at": "2026-04-27T00:00:00Z",
32+
"updated_at": "2026-04-27T00:00:00Z"
33+
},
634
"aide-in-place": {
735
"name": "AIDE In-Place Migration",
836
"id": "aide-in-place",
@@ -16,7 +44,9 @@
1644
"license": "MIT",
1745
"requires": {
1846
"speckit_version": ">=0.2.0",
19-
"extensions": ["aide"]
47+
"extensions": [
48+
"aide"
49+
]
2050
},
2151
"provides": {
2252
"templates": 2,

0 commit comments

Comments
 (0)