Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/community/presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
29 changes: 29 additions & 0 deletions presets/catalog.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading