From 5805306c07676d8ba37de5585af87e86d18d5988 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 16:27:54 +0000 Subject: [PATCH] Add Project Statistics Governance preset to community catalog Add project-statistics-governance preset submitted by @hindermath to the community catalog and documentation.\n\nCloses #4670\n\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous)\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/presets.md | 1 + presets/catalog.community.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/community/presets.md b/docs/community/presets.md index 6795d524ad..e4531a0abe 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -34,6 +34,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | 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) | +| Project Statistics Governance | Reproducible Git-bound project transparency with offline measurements, explicit write authority and opt-in reference estimates; no AI productivity claims. | 4 templates, 3 commands, 2 scripts | — | [spec-kit-preset-project-statistics-governance](https://github.com/hindermath/spec-kit-preset-project-statistics-governance) | | 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) | | Secure Development Assurance Governance | Validates project-owned secure-development manifests, hashes, checklists, reviews, risks, closure, and image-impact evidence without granting human approvals or certifications. | 1 template, 2 commands, 2 scripts | — | [spec-kit-preset-secure-development-assurance-governance](https://github.com/hindermath/spec-kit-preset-secure-development-assurance-governance) | | Security Governance | Adds memory-safe-language and secure-coding governance, exact-head security evidence, ASVS, supply-chain transparency, EU regulatory screening, and provider-neutral model routing. | 15 templates, 3 commands | — | [spec-kit-preset-security-governance](https://github.com/hindermath/spec-kit-preset-security-governance) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index a6f47b81c1..68683b3dc1 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -805,6 +805,35 @@ "experimental" ] }, + "project-statistics-governance": { + "name": "Project Statistics Governance", + "id": "project-statistics-governance", + "version": "0.1.0", + "description": "Reproducible Git-bound project transparency with offline measurements, explicit write authority and opt-in reference estimates; no AI productivity claims.", + "author": "Thorsten Hindermann", + "repository": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance", + "download_url": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance/archive/refs/tags/v0.1.0.zip", + "sha256": "d8ad7d5eef920f50b629121b64ba8123c22ec4f6dadd14da5cd826d1c50f420a", + "homepage": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance", + "documentation": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance/blob/main/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.12.8" + }, + "provides": { + "templates": 4, + "commands": 3, + "scripts": 2 + }, + "tags": [ + "project-statistics", + "reproducibility", + "governance", + "accessibility" + ], + "created_at": "2026-09-23T00:00:00Z", + "updated_at": "2026-09-23T00:00:00Z" + }, "screenwriting": { "name": "Screenwriting", "id": "screenwriting",