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": "https://github.com/anvigo12/specup", + "download_url": "https://github.com/anvigo12/specup/releases/download/v0.1.0/openup-governance-0.1.0.zip", + "sha256": "c9bce34220773f07596e2e02e8b23f86886d4f7c3a0d38e22b1039ad2fe50137", + "homepage": "https://github.com/anvigo12/specup", + "documentation": "https://github.com/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",