Skip to content

Commit e6d0405

Browse files
Add SpecAssay preset to community catalog
Add specassay preset submitted by @rdryfoos to: - presets/catalog.community.json (alphabetical order) - docs/community/presets.md community presets table Closes #4058 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c1bceb6 commit e6d0405

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
3030
| Parallel Autonomous Run Governance | Coordinates permission-bounded autonomous campaigns while preserving the project's learner and accessibility contract across workers and consolidation. | 9 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) |
3131
| 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) |
3232
| 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) |
33+
| SpecAssay | Appends durable-ID, Carries, and SpecAssay vocabulary onto Spec Kit spec, tasks, and constitution templates. | 3 templates || [specassay](https://github.com/rdryfoos/specassay) |
3334
| 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) |
3435
| SicarioSpec Core | Baseline secure-by-default Spec Kit governance profile. | 5 templates || [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) |
3536
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy | 5 templates, 8 commands || [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |

presets/catalog.community.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-11T00:00:00Z",
3+
"updated_at": "2026-08-12T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"a11y-governance": {
@@ -674,6 +674,33 @@
674674
"created_at": "2026-04-23T08:00:00Z",
675675
"updated_at": "2026-04-23T08:00:00Z"
676676
},
677+
"specassay": {
678+
"name": "SpecAssay",
679+
"id": "specassay",
680+
"version": "0.2.0",
681+
"description": "Appends durable-ID, Carries, and SpecAssay vocabulary onto Spec Kit spec, tasks, and constitution templates.",
682+
"author": "Rik Dryfoos",
683+
"repository": "https://github.com/rdryfoos/specassay",
684+
"download_url": "https://github.com/rdryfoos/specassay/releases/download/v0.3.1/specassay-preset-0.2.0.zip",
685+
"homepage": "https://github.com/rdryfoos/specassay",
686+
"documentation": "https://github.com/rdryfoos/specassay/blob/main/presets/specassay/README.md",
687+
"license": "MIT",
688+
"requires": {
689+
"speckit_version": ">=0.14.0"
690+
},
691+
"provides": {
692+
"templates": 3,
693+
"commands": 0
694+
},
695+
"tags": [
696+
"traceability",
697+
"durable-ids",
698+
"governance",
699+
"sdd"
700+
],
701+
"created_at": "2026-08-12T00:00:00Z",
702+
"updated_at": "2026-08-12T00:00:00Z"
703+
},
677704
"security-governance": {
678705
"name": "Security Governance",
679706
"id": "security-governance",

0 commit comments

Comments
 (0)