From 8392ef9e587c72abd0944240c9d71a86dcf152a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:17:12 +0000 Subject: [PATCH] Add OpenUP Governance preset to community catalog Add openup-governance preset submitted by @anvigo12 to the community catalog and documentation table. Closes #4568 Assisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/presets.md | 1 + presets/catalog.community.json | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/community/presets.md b/docs/community/presets.md index 72128f987c..120df2d9be 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -29,6 +29,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | 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) | | Model Routing Governance | Maps provider-neutral Spec Kit roles to validated harness-local runner profiles without storing model availability, credentials, or machine-specific selections in Git. | 4 templates, 2 commands, 2 scripts | — | [spec-kit-preset-model-routing-governance](https://github.com/hindermath/spec-kit-preset-model-routing-governance) | | 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) | +| OpenUP Governance | Composes OpenUP lifecycle governance into Spec Kit's own constitution, spec, plan and tasks templates, and wraps /tasks and /implement with the governed execution contract. | 4 templates, 2 commands | openup extension | [specup](https://github.com/anvigo12/specup) | | Parallel Autonomous Run Governance | Coordinates isolated autonomous campaigns and optionally gates worker scheduling on a current campaign intake review. | 10 templates, 5 commands, 2 scripts | autonomous-run-governance >=0.2.2; optional: intake-review-governance >=0.1.0 | [spec-kit-preset-parallel-autonomous-run-governance](https://github.com/hindermath/spec-kit-preset-parallel-autonomous-run-governance) | | 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) | | 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) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 054a7e3b33..1fd71dc8c5 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-09-10T00:00:00Z", + "updated_at": "2026-09-15T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json", "presets": { "a11y-governance": { @@ -659,6 +659,37 @@ "created_at": "2026-04-09T00:00:00Z", "updated_at": "2026-04-09T00:00:00Z" }, + "openup-governance": { + "name": "OpenUP Governance", + "id": "openup-governance", + "version": "0.1.0", + "description": "Composes OpenUP lifecycle governance into Spec Kit's own constitution, spec, plan and tasks templates, and wraps /tasks and /implement with the governed execution contract.", + "author": "Aniket Gore", + "repository": "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/anvigo12/specup", + "download_url": "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/anvigo12/specup/releases/download/v0.1.0/openup-governance-0.1.0.zip", + "sha256": "c9bce34220773f07596e2e02e8b23f86886d4f7c3a0d38e22b1039ad2fe50137", + "homepage": "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/anvigo12/specup", + "documentation": "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/anvigo12/specup/blob/main/presets/openup-governance/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=1.0.0,<2.0.0", + "extensions": [ + "openup" + ] + }, + "provides": { + "templates": 4, + "commands": 2 + }, + "tags": [ + "openup", + "governance", + "traceability", + "lifecycle" + ], + "created_at": "2026-09-15T00:00:00Z", + "updated_at": "2026-09-15T00:00:00Z" + }, "parallel-autonomous-run-governance": { "name": "Parallel Autonomous Run Governance", "id": "parallel-autonomous-run-governance",