Skip to content

Commit ac1a8ec

Browse files
Add Autonomous Run Governance preset to community catalog
Add autonomous-run-governance preset submitted by @hindermath to: - presets/catalog.community.json (alphabetical order) - docs/community/presets.md community presets table Closes #3499 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
1 parent 801ff88 commit ac1a8ec

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
1111
| Agent Parity Governance | Adds shared-guidance parity, audit-ready Spec-Kit run evidence, and agent-neutral model-routing guidance across a project's declared AI-agent instruction surfaces so agent guidance does not drift. | 6 templates, 3 commands || [spec-kit-preset-agent-parity-governance](https://github.com/hindermath/spec-kit-preset-agent-parity-governance) |
1212
| 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) |
1313
| Architecture Governance | Adds secure software architecture, STRIDE+CAPEC threat modeling, arc42 security cross-cutting concepts, S-ADRs, Zero Trust applicability, OWASP SAMM governance, BSI C3A cloud autonomy, BSI C5 cloud compliance assurance, and audit-ready Spec Kit run evidence | 13 templates, 3 commands || [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) |
14+
| Autonomous Run Governance | Adds permission-bounded, evidence-first governance for autonomous Spec Kit delivery, convergence, resume, closeout, and retrospective learning. | 10 templates, 2 commands || [spec-kit-preset-autonomous-run-governance](https://github.com/hindermath/spec-kit-preset-autonomous-run-governance) |
1415
| 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) |
1516
| 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) |
1617
| Command Density | Compacts the nine core Spec Kit command prompts while preserving scripts, handoffs, placeholders, hook output blocks, and rule structure | 9 commands || [spec-kit-preset-command-density](https://github.com/Xopoko/spec-kit-preset-command-density) |

presets/catalog.community.json

Lines changed: 29 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-06-30T00:00:00Z",
3+
"updated_at": "2026-07-13T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"a11y-governance": {
@@ -131,6 +131,34 @@
131131
"created_at": "2026-04-27T00:00:00Z",
132132
"updated_at": "2026-06-14T00:00:00Z"
133133
},
134+
"autonomous-run-governance": {
135+
"name": "Autonomous Run Governance",
136+
"id": "autonomous-run-governance",
137+
"version": "0.1.1",
138+
"description": "Adds permission-bounded, evidence-first governance for autonomous Spec Kit delivery, convergence, resume, closeout, and retrospective learning.",
139+
"author": "Thorsten Hindermann",
140+
"repository": "https://github.com/hindermath/spec-kit-preset-autonomous-run-governance",
141+
"download_url": "https://github.com/hindermath/spec-kit-preset-autonomous-run-governance/archive/refs/tags/v0.1.1.zip",
142+
"homepage": "https://github.com/hindermath/spec-kit-preset-autonomous-run-governance",
143+
"documentation": "https://github.com/hindermath/spec-kit-preset-autonomous-run-governance/blob/main/README.md",
144+
"license": "MIT",
145+
"requires": {
146+
"speckit_version": ">=0.8.3"
147+
},
148+
"provides": {
149+
"templates": 10,
150+
"commands": 2
151+
},
152+
"tags": [
153+
"autonomous",
154+
"governance",
155+
"evidence",
156+
"permissions",
157+
"retrospective"
158+
],
159+
"created_at": "2026-07-13T00:00:00Z",
160+
"updated_at": "2026-07-13T00:00:00Z"
161+
},
134162
"canon-core": {
135163
"name": "Canon Core",
136164
"id": "canon-core",

0 commit comments

Comments
 (0)