Skip to content

Commit 71470cb

Browse files
Add SpecAssay preset to community catalog (#4123)
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7e0db46 commit 71470cb

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
3333
| 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) |
3434
| SicarioSpec Core | Baseline secure-by-default Spec Kit governance profile. | 5 templates || [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) |
3535
| 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) |
36+
| SpecAssay | Appends durable-ID, Carries, and SpecAssay vocabulary onto Spec Kit spec, tasks, and constitution templates. | 3 templates || [specassay](https://github.com/rdryfoos/specassay) |
3637
| Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands || [spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation) |
3738
| Test-First Governance | Governs TDD with coverage-complete BDD/ATDD Gherkin scenarios, explicit suite ownership, professional test reports, traceability, and risk-based quality gates. | 10 templates, 8 commands || [spec-kit-preset-test-first-governance](https://github.com/ka-zo/spec-kit-preset-test-first-governance) |
3839
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |

presets/catalog.community.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,33 @@
747747
"created_at": "2026-04-30T00:00:00Z",
748748
"updated_at": "2026-04-30T00:00:00Z"
749749
},
750+
"specassay": {
751+
"name": "SpecAssay",
752+
"id": "specassay",
753+
"version": "0.3.4",
754+
"description": "Appends durable-ID, Carries, and SpecAssay vocabulary onto Spec Kit spec, tasks, and constitution templates.",
755+
"author": "Rik Dryfoos",
756+
"repository": "https://github.com/rdryfoos/specassay",
757+
"download_url": "https://github.com/rdryfoos/specassay/releases/download/v0.3.4/specassay-preset-0.3.4.zip",
758+
"homepage": "https://github.com/rdryfoos/specassay",
759+
"documentation": "https://github.com/rdryfoos/specassay/blob/main/presets/specassay/README.md",
760+
"license": "MIT",
761+
"requires": {
762+
"speckit_version": ">=0.14.0"
763+
},
764+
"provides": {
765+
"templates": 3,
766+
"commands": 0
767+
},
768+
"tags": [
769+
"traceability",
770+
"durable-ids",
771+
"governance",
772+
"sdd"
773+
],
774+
"created_at": "2026-08-14T00:00:00Z",
775+
"updated_at": "2026-08-14T00:00:00Z"
776+
},
750777
"test-first-governance": {
751778
"name": "Test-First Governance",
752779
"id": "test-first-governance",

0 commit comments

Comments
 (0)