Skip to content

Commit afe7657

Browse files
Add SicarioSpec Core preset to community catalog (#3102)
Add sicario-core preset submitted by @SiCar10mw to: - presets/catalog.community.json (alphabetical order) - docs/community/presets.md community presets table Closes #3101 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 5224f33 commit afe7657

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
2525
| 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) |
2626
| 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) |
2727
| Security Governance | Adds memory-safe-language preference, language-specific secure coding profiles, audit-ready Spec-Kit run evidence, ASVS verification, SBOM/AI-SBOM supply-chain transparency, CRA awareness, and regulatory applicability screening for NIS2, CRA, EU AI Act, and DORA | 14 templates, 3 commands || [spec-kit-preset-security-governance](https://github.com/hindermath/spec-kit-preset-security-governance) |
28+
| SicarioSpec Core | Evidence-first security operations governance that maps feature risk to controls, gates, evidence, owners, approval, and accepted-risk decisions. | 5 templates || [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) |
2829
| 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) |
2930
| 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) |
3031
| 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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,34 @@
564564
"created_at": "2026-04-27T00:00:00Z",
565565
"updated_at": "2026-06-14T00:00:00Z"
566566
},
567+
"sicario-core": {
568+
"name": "SicarioSpec Core",
569+
"id": "sicario-core",
570+
"version": "0.4.0",
571+
"description": "Evidence-first security operations governance that maps feature risk to controls, gates, evidence, owners, approval, and accepted-risk decisions.",
572+
"author": "SicarioSpec Contributors",
573+
"repository": "https://github.com/dfirs1car1o/sicario-spec",
574+
"download_url": "https://github.com/dfirs1car1o/sicario-spec/releases/download/v0.4.0/sicario-core-0.4.0.zip",
575+
"homepage": "https://github.com/dfirs1car1o/sicario-spec",
576+
"documentation": "https://github.com/dfirs1car1o/sicario-spec/blob/main/README.md",
577+
"license": "MIT",
578+
"requires": {
579+
"speckit_version": ">=0.9.0"
580+
},
581+
"provides": {
582+
"templates": 5,
583+
"commands": 0
584+
},
585+
"tags": [
586+
"security",
587+
"governance",
588+
"security-ops",
589+
"secure-by-default",
590+
"evidence"
591+
],
592+
"created_at": "2026-06-22T00:00:00Z",
593+
"updated_at": "2026-06-22T00:00:00Z"
594+
},
567595
"spec2cloud": {
568596
"name": "Spec2Cloud",
569597
"id": "spec2cloud",

0 commit comments

Comments
 (0)