Skip to content

Commit 2ba6b7b

Browse files
Add Project Statistics Governance preset to community catalog (#4704)
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> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 604e141 commit 2ba6b7b

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

‎docs/community/presets.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
3434
| 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) |
3535
| 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) |
3636
| 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) |
37+
| 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) |
3738
| 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) |
3839
| 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) |
3940
| 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) |

‎presets/catalog.community.json‎

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,35 @@
805805
"experimental"
806806
]
807807
},
808+
"project-statistics-governance": {
809+
"name": "Project Statistics Governance",
810+
"id": "project-statistics-governance",
811+
"version": "0.1.0",
812+
"description": "Reproducible Git-bound project transparency with offline measurements, explicit write authority and opt-in reference estimates; no AI productivity claims.",
813+
"author": "Thorsten Hindermann",
814+
"repository": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance",
815+
"download_url": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance/archive/refs/tags/v0.1.0.zip",
816+
"sha256": "d8ad7d5eef920f50b629121b64ba8123c22ec4f6dadd14da5cd826d1c50f420a",
817+
"homepage": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance",
818+
"documentation": "https://github.com/hindermath/spec-kit-preset-project-statistics-governance/blob/main/README.md",
819+
"license": "MIT",
820+
"requires": {
821+
"speckit_version": ">=0.12.8"
822+
},
823+
"provides": {
824+
"templates": 4,
825+
"commands": 3,
826+
"scripts": 2
827+
},
828+
"tags": [
829+
"project-statistics",
830+
"reproducibility",
831+
"governance",
832+
"accessibility"
833+
],
834+
"created_at": "2026-09-23T00:00:00Z",
835+
"updated_at": "2026-09-23T00:00:00Z"
836+
},
808837
"screenwriting": {
809838
"name": "Screenwriting",
810839
"id": "screenwriting",

0 commit comments

Comments
 (0)