Skip to content

Commit 4133c8a

Browse files
hindermathYour Name
andauthored
Add cross-platform-governance to community catalog (#2384)
Co-authored-by: Your Name <your@email.example>
1 parent 6ee8a88 commit 4133c8a

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
1212
| Architecture Governance | Adds secure architecture governance: trust boundaries, threat modeling, STRIDE/CAPEC, S-ADRs, Zero Trust applicability, and OWASP SAMM | 11 templates, 3 commands || [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) |
1313
| 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) |
1414
| 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) |
15+
| Cross-Platform Governance | Adds Bash/PowerShell parity, dry-run/WhatIf parity, Unix man-page expectations, PowerShell comment-based help, and Verb-Noun Cmdlet discipline | 8 templates, 3 commands || [spec-kit-preset-cross-platform-governance](https://github.com/hindermath/spec-kit-preset-cross-platform-governance) |
1516
| Explicit Task Dependencies | Adds explicit `(depends on T###)` dependency declarations and an Execution Wave DAG to tasks.md for parallel scheduling | 1 template, 1 command || [spec-kit-preset-explicit-task-dependencies](https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies) |
1617
| Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling to create books or audiobooks (with annotations) in 12 languages: features become story elements, specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports single and multi-POV, all major plot structure frameworks, and two style modes: an author voice sample or humanized AI prose. Supports interactive elements like brainstorming, interview, roleplay and extras like statistics, cover builder and bio command. Export with templates for KDP, D2D etc. | 22 templates, 27 commands, 2 scripts || [speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing) |
1718
| iSAQB Architecture Governance | Adds general iSAQB/CPSA-F and arc42 architecture governance: goals, context, building blocks, runtime and deployment views, quality scenarios, ADRs, risks, and technical debt | 13 templates, 3 commands || [spec-kit-preset-isaqb-architecture-governance](https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance) |

presets/catalog.community.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,34 @@
138138
"created_at": "2026-04-13T00:00:00Z",
139139
"updated_at": "2026-04-13T00:00:00Z"
140140
},
141+
"cross-platform-governance": {
142+
"name": "Cross-Platform Governance",
143+
"id": "cross-platform-governance",
144+
"version": "0.1.0",
145+
"description": "Adds Bash and PowerShell parity, dry-run/WhatIf parity, man-page expectations, and Verb-Noun Cmdlet discipline.",
146+
"author": "Thorsten Hindermann",
147+
"repository": "https://github.com/hindermath/spec-kit-preset-cross-platform-governance",
148+
"download_url": "https://github.com/hindermath/spec-kit-preset-cross-platform-governance/archive/refs/tags/v0.1.0.zip",
149+
"homepage": "https://github.com/hindermath/spec-kit-preset-cross-platform-governance",
150+
"documentation": "https://github.com/hindermath/spec-kit-preset-cross-platform-governance/blob/main/README.md",
151+
"license": "MIT",
152+
"requires": {
153+
"speckit_version": ">=0.8.0"
154+
},
155+
"provides": {
156+
"templates": 8,
157+
"commands": 3
158+
},
159+
"tags": [
160+
"cross-platform",
161+
"bash",
162+
"powershell",
163+
"man-page",
164+
"cmdlet"
165+
],
166+
"created_at": "2026-04-27T00:00:00Z",
167+
"updated_at": "2026-04-27T00:00:00Z"
168+
},
141169
"explicit-task-dependencies": {
142170
"name": "Explicit Task Dependencies",
143171
"id": "explicit-task-dependencies",

0 commit comments

Comments
 (0)