Skip to content

Commit 6483dd3

Browse files
author
Your Name
committed
Add isaqb-architecture-governance to community catalog
1 parent 171b65a commit 6483dd3

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
@@ -12,6 +12,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
1212
| 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) |
1313
| 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) |
1414
| 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, 1 script || [speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing) |
15+
| 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) |
1516
| Jira Issue Tracking | Overrides `speckit.taskstoissues` to create Jira epics, stories, and tasks instead of GitHub Issues via Atlassian MCP tools | 1 command || [spec-kit-preset-jira](https://github.com/luno/spec-kit-preset-jira) |
1617
| Multi-Repo Branching | Coordinates feature branch creation across multiple git repositories (independent repos and submodules) during plan and tasks phases | 2 commands || [spec-kit-preset-multi-repo-branching](https://github.com/sakitA/spec-kit-preset-multi-repo-branching) |
1718
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands || [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |

presets/catalog.community.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
66
"aide-in-place": {
@@ -16,7 +16,9 @@
1616
"license": "MIT",
1717
"requires": {
1818
"speckit_version": ">=0.2.0",
19-
"extensions": ["aide"]
19+
"extensions": [
20+
"aide"
21+
]
2022
},
2123
"provides": {
2224
"templates": 2,
@@ -142,6 +144,34 @@
142144
"created_at": "2026-04-09T08:00:00Z",
143145
"updated_at": "2026-04-19T08:00:00Z"
144146
},
147+
"isaqb-architecture-governance": {
148+
"name": "iSAQB Architecture Governance",
149+
"id": "isaqb-architecture-governance",
150+
"version": "0.1.0",
151+
"description": "Adds general iSAQB/CPSA-F and arc42 architecture governance, including views, quality scenarios, ADRs, risks, and technical debt.",
152+
"author": "Thorsten Hindermann",
153+
"repository": "https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance",
154+
"download_url": "https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance/archive/refs/tags/v0.1.0.zip",
155+
"homepage": "https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance",
156+
"documentation": "https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance/blob/main/README.md",
157+
"license": "MIT",
158+
"requires": {
159+
"speckit_version": ">=0.8.0"
160+
},
161+
"provides": {
162+
"templates": 13,
163+
"commands": 3
164+
},
165+
"tags": [
166+
"architecture",
167+
"governance",
168+
"isaqb",
169+
"arc42",
170+
"adr"
171+
],
172+
"created_at": "2026-04-27T00:00:00Z",
173+
"updated_at": "2026-04-27T00:00:00Z"
174+
},
145175
"jira": {
146176
"name": "Jira Issue Tracking",
147177
"id": "jira",

0 commit comments

Comments
 (0)