Skip to content

Commit 3cdde27

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

2 files changed

Lines changed: 40 additions & 5 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
2222
| iSAQB Architecture Governance | Adds general iSAQB/CPSA-F and arc42 software-architecture governance, including audit-ready Spec Kit run evidence for architecture goals, 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) |
2323
| 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) |
2424
| Model Driven Engineering | Focuses on streamlined commands, app repository support, cross-spec support, and capability-aware project memory for model-driven engineering workflows | 6 templates, 11 commands | MDE extension | [spec-kit-preset-mde](https://github.com/AI-MDE/spec-kit-preset-mde) |
25+
| Parallel Autonomous Run Governance | Coordinates isolated autonomous Spec Kit campaigns with bounded concurrency, mixed agents, resumable consolidation, governed post-merge closeout, schema 1.2, and an optional current intake-review gate before worker scheduling. | 9 templates, 5 commands, 2 scripts | autonomous-run-governance >=0.3.2, intake-review-governance >=0.1.0 | [spec-kit-preset-parallel-autonomous-run-governance](https://github.com/hindermath/spec-kit-preset-parallel-autonomous-run-governance) |
2526
| 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) |
2627
| 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) |
2728
| Screenwriting | Spec-Driven Development for screenwriting/scriptwriting/tutorials: feature films, television (pilot, episode, limited series), and stage plays. Adapts the Spec Kit workflow to screenplay craft — slug lines, action lines, act breaks, beat sheets, and industry-standard pitch documents. Supports three-act, Save the Cat, TV pilot, network episode, cable/streaming episode, and stage-play structural frameworks. Export to Fountain, FTX, PDF | 26 templates, 32 commands, 1 script || [speckit-preset-screenwriting](https://github.com/adaumann/speckit-preset-screenwriting) |

presets/catalog.community.json

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-17T00:00:00Z",
3+
"updated_at": "2026-07-21T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"a11y-governance": {
@@ -69,7 +69,7 @@
6969
"name": "AIDE In-Place Migration",
7070
"id": "aide-in-place",
7171
"version": "1.0.0",
72-
"description": "Adapts the AIDE workflow for in-place technology migrations (X Y pattern). Overrides vision, roadmap, progress, and work item commands with migration-specific guidance.",
72+
"description": "Adapts the AIDE workflow for in-place technology migrations (X \u2192 Y pattern). Overrides vision, roadmap, progress, and work item commands with migration-specific guidance.",
7373
"author": "mnriem",
7474
"repository": "https://github.com/mnriem/spec-kit-presets",
7575
"download_url": "https://github.com/mnriem/spec-kit-presets/releases/download/aide-in-place-v1.0.0/aide-in-place.zip",
@@ -480,6 +480,40 @@
480480
"created_at": "2026-04-09T00:00:00Z",
481481
"updated_at": "2026-04-09T00:00:00Z"
482482
},
483+
"parallel-autonomous-run-governance": {
484+
"name": "Parallel Autonomous Run Governance",
485+
"id": "parallel-autonomous-run-governance",
486+
"version": "0.2.3",
487+
"description": "Coordinates isolated autonomous Spec Kit campaigns with bounded concurrency, mixed agents, resumable consolidation, governed post-merge closeout, schema 1.2, and an optional current intake-review gate before worker scheduling.",
488+
"author": "Thorsten Hindermann",
489+
"repository": "https://github.com/hindermath/spec-kit-preset-parallel-autonomous-run-governance",
490+
"download_url": "https://github.com/hindermath/spec-kit-preset-parallel-autonomous-run-governance/archive/refs/tags/v0.2.3.zip",
491+
"homepage": "https://github.com/hindermath/spec-kit-preset-parallel-autonomous-run-governance",
492+
"documentation": "https://github.com/hindermath/spec-kit-preset-parallel-autonomous-run-governance/blob/v0.2.3/README.md",
493+
"license": "MIT",
494+
"requires": {
495+
"speckit_version": ">=0.8.3",
496+
"extensions": [
497+
"autonomous-run-governance >=0.3.2",
498+
"intake-review-governance >=0.1.0"
499+
]
500+
},
501+
"provides": {
502+
"templates": 9,
503+
"commands": 5,
504+
"scripts": 2
505+
},
506+
"tags": [
507+
"parallel",
508+
"autonomous",
509+
"governance",
510+
"orchestration",
511+
"resume",
512+
"intake-review"
513+
],
514+
"created_at": "2026-07-21T00:00:00Z",
515+
"updated_at": "2026-07-21T00:00:00Z"
516+
},
483517
"pirate": {
484518
"name": "Pirate Speak (Full)",
485519
"id": "pirate",
@@ -509,7 +543,7 @@
509543
"name": "Screenwriting",
510544
"id": "screenwriting",
511545
"version": "1.0.0",
512-
"description": "Spec-Driven Development for screenwriting/scriptwriting/tutorials: feature films, television (pilot, episode, limited series), and stage plays. Adapts the Spec Kit workflow to screenplay craft slug lines, action lines, act breaks, beat sheets, and industry-standard pitch documents replace prose fiction conventions. Supports three-act, Save the Cat, TV pilot, network episode, cable/streaming episode, and stage-play structural frameworks.",
546+
"description": "Spec-Driven Development for screenwriting/scriptwriting/tutorials: feature films, television (pilot, episode, limited series), and stage plays. Adapts the Spec Kit workflow to screenplay craft \u2014 slug lines, action lines, act breaks, beat sheets, and industry-standard pitch documents replace prose fiction conventions. Supports three-act, Save the Cat, TV pilot, network episode, cable/streaming episode, and stage-play structural frameworks.",
513547
"author": "Andreas Daumann",
514548
"repository": "https://github.com/adaumann/speckit-preset-screenwriting",
515549
"download_url": "https://github.com/adaumann/speckit-preset-screenwriting/archive/refs/tags/v1.0.0.zip",
@@ -624,7 +658,7 @@
624658
"name": "Spec2Cloud",
625659
"id": "spec2cloud",
626660
"version": "1.1.0",
627-
"description": "Spec-driven workflow tuned for shipping to Azure: spec plan tasks implement deploy.",
661+
"description": "Spec-driven workflow tuned for shipping to Azure: spec \u2192 plan \u2192 tasks \u2192 implement \u2192 deploy.",
628662
"author": "Azure Samples",
629663
"repository": "https://github.com/Azure-Samples/Spec2Cloud",
630664
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/download/spec-kit-spec2cloud-v1.1.0/preset.zip",
@@ -652,7 +686,7 @@
652686
"id": "test-first-governance",
653687
"version": "1.3.0",
654688
"description": "Governs TDD with coverage-complete BDD/ATDD Gherkin scenarios, explicit suite ownership, professional test reports, traceability, and risk-based quality gates.",
655-
"author": "Zoltán Katona, PhD",
689+
"author": "Zolt\u00e1n Katona, PhD",
656690
"repository": "https://github.com/ka-zo/spec-kit-preset-test-first-governance",
657691
"download_url": "https://github.com/ka-zo/spec-kit-preset-test-first-governance/archive/refs/tags/1.3.0.zip",
658692
"homepage": "https://github.com/ka-zo/spec-kit-preset-test-first-governance",

0 commit comments

Comments
 (0)