diff --git a/docs/community/presets.md b/docs/community/presets.md index 9963157f3f..69a1523343 100644 --- a/docs/community/presets.md +++ b/docs/community/presets.md @@ -38,6 +38,7 @@ The following community-contributed presets customize how Spec Kit behaves — o | SpecAssay | Appends durable-ID, Carries, and SpecAssay vocabulary onto Spec Kit spec, tasks, and constitution templates. | 3 templates | — | [specassay](https://github.com/rdryfoos/specassay) | | 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) | | 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) | +| Verified Codebase Context | Generates evidence-qualified repository context with codebase-memory-mcp and applies it across planning, tasks, analysis, and implementation. | 1 template, 5 commands | — | [spec-kit-preset-codebase-memory-context](https://github.com/philo-x/spec-kit-preset-codebase-memory-context) | | 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) | | Workflow Preset | Behavior-first specification, design artifacts, and agent-native handoff orchestration — adds requirement-phase behavior drafts, formal BDD/UIF/behavior contracts, optional design artifacts, and scoped implementation handoffs with Core Agent, Vertical Planner Agent, and Worker Agent modes | 22 templates, 8 commands | — | [spec-kit-workflow-preset](https://github.com/bigsmartben/spec-kit-workflow-preset) | diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 36d62b6ab3..3f608378a0 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-24T00:00:00Z", + "updated_at": "2026-08-26T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json", "presets": { "a11y-governance": { @@ -224,6 +224,33 @@ "created_at": "2026-08-19T00:00:00Z", "updated_at": "2026-08-19T00:00:00Z" }, + "codebase-memory-context": { + "name": "Verified Codebase Context", + "id": "codebase-memory-context", + "version": "1.0.1", + "description": "Generates evidence-qualified repository context with codebase-memory-mcp and applies it across planning, tasks, analysis, and implementation.", + "author": "Xu Yin (philo-x)", + "repository": "https://github.com/philo-x/spec-kit-preset-codebase-memory-context", + "download_url": "https://github.com/philo-x/spec-kit-preset-codebase-memory-context/archive/refs/tags/v1.0.1.zip", + "homepage": "https://github.com/philo-x/spec-kit-preset-codebase-memory-context", + "documentation": "https://github.com/philo-x/spec-kit-preset-codebase-memory-context/blob/v1.0.1/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=1.0.1" + }, + "provides": { + "templates": 1, + "commands": 5 + }, + "tags": [ + "code-intelligence", + "codebase-memory", + "architecture", + "workflow" + ], + "created_at": "2026-08-26T00:00:00Z", + "updated_at": "2026-08-26T00:00:00Z" + }, "command-density": { "name": "Command Density", "id": "command-density",