From 497ca074ed0f309aacaa1195a2474d28687959e0 Mon Sep 17 00:00:00 2001 From: Maksim Kudriavtsev <6337061+Xopoko@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:40:20 +0200 Subject: [PATCH] Add Command Density preset to community catalog (#3006) --- docs/community/presets.md | 1 + presets/catalog.community.json | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/community/presets.md b/docs/community/presets.md index 3557c5229..d835cdcfe 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -13,6 +13,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | Architecture Governance | Adds secure software architecture, STRIDE+CAPEC threat modeling, arc42 security cross-cutting concepts, S-ADRs, Zero Trust applicability, OWASP SAMM governance, BSI C3A cloud autonomy, BSI C5 cloud compliance assurance, and audit-ready Spec Kit run evidence | 13 templates, 3 commands | — | [spec-kit-preset-architecture-governance](https://github.com/hindermath/spec-kit-preset-architecture-governance) | | Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands | — | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) | | Claude AskUserQuestion | Upgrades `/speckit.clarify` and `/speckit.checklist` on Claude Code from Markdown-table prompts to the native AskUserQuestion picker, with a recommended option and reasoning on every question | 2 commands | — | [spec-kit-preset-claude-ask-questions](https://github.com/0xrafasec/spec-kit-preset-claude-ask-questions) | +| Command Density | Compacts the nine core Spec Kit command prompts while preserving scripts, handoffs, placeholders, hook output blocks, and rule structure | 9 commands | — | [spec-kit-preset-command-density](https://github.com/Xopoko/spec-kit-preset-command-density) | | Cross-Platform Governance | Adds Bash + PowerShell parity, Unix man-pages, bilingual comment-based help, Verb-Noun Cmdlet discipline, and audit-ready Spec Kit run evidence for scripting projects managed with Spec Kit | 8 templates, 3 commands | — | [spec-kit-preset-cross-platform-governance](https://github.com/hindermath/spec-kit-preset-cross-platform-governance) | | Explicit Task Dependencies | Adds explicit `(depends on T###)` dependency declarations and an Execution Wave DAG to tasks.md for parallel scheduling | 1 template, 1 command | — | [spec-kit-preset-explicit-task-dependencies](https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies) | | Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling to create books or audiobooks (with annotations) in 12 languages: features become story elements, specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports single and multi-POV, all major plot structure frameworks, and two style modes: an author voice sample or humanized AI prose principles. Supports interactive elements like brainstorming, interview, roleplay, and extras like statistics, cover builder, illustration builder, and bio command. Export with templates for KDP, D2D, etc. | 26 templates, 34 commands, 2 scripts | — | [speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 52dbc2187..37a4841d3 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-06-14T00:00:00Z", + "updated_at": "2026-06-16T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json", "presets": { "a11y-governance": { @@ -178,6 +178,34 @@ "created_at": "2026-04-13T00:00:00Z", "updated_at": "2026-04-13T00:00:00Z" }, + "command-density": { + "name": "Command Density", + "id": "command-density", + "version": "1.0.0", + "description": "Compacts the nine core Spec Kit command prompts while preserving scripts, handoffs, placeholders, hook output blocks, and rule structure.", + "author": "Maksim Kudriavtsev", + "repository": "https://github.com/Xopoko/spec-kit-preset-command-density", + "download_url": "https://github.com/Xopoko/spec-kit-preset-command-density/archive/refs/tags/v1.0.0.zip", + "homepage": "https://github.com/Xopoko/spec-kit-preset-command-density", + "documentation": "https://github.com/Xopoko/spec-kit-preset-command-density/blob/main/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.10.3" + }, + "provides": { + "templates": 0, + "commands": 9 + }, + "tags": [ + "commands", + "tokens", + "compact", + "workflow", + "prompt-density" + ], + "created_at": "2026-06-16T00:00:00Z", + "updated_at": "2026-06-16T00:00:00Z" + }, "cross-platform-governance": { "name": "Cross-Platform Governance", "id": "cross-platform-governance",