Skip to content

Commit a8d3038

Browse files
github-actions[bot]CopilotCopilot
authored
[extension] Add Spec Kit Memory extension to community catalog (#3455)
* Add Spec Kit Memory extension to community catalog Add memory extension submitted by @zaytsevand to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3446 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: resolve merge conflicts with main branch - extensions/catalog.community.json: keep updated_at 2026-07-10 (more recent) - docs/community/extensions.md: include both Spec Kit Figma (main) and Spec Kit Memory (this PR) in alphabetical order Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous) * fix: add memsearch optional tool dependency to memory extension catalog entry Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, 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> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 5f59a5b commit a8d3038

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ The following community-contributed extensions are available in [`catalog.commun
120120
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
121121
| Spec Kit Discovery Extension | Run technical discovery commands for feasibility, technology selection, scenario-specific technical decisions, legacy codebase assessment, implementation understanding, and proof-of-concept validation | `process` | Read+Write | [spec-kit-discovery](https://github.com/bigsmartben/spec-kit-discovery) |
122122
| Spec Kit Figma | Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context — REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows. | `integration` | Read+Write | [spec-kit-figma](https://github.com/Fyloss/spec-kit-figma) |
123+
| Spec Kit Memory | Recalls prior specs and decisions from configurable memory tools (e.g. memsearch) before SDLC stages, so planning and specification start from what the project already knows | `docs` | Read+Write | [spec-kit-memory](https://github.com/zaytsevand/spec-kit-memory) |
123124
| Spec Kit Preview | Generate evidence-backed low, mid, or high fidelity previews from Spec Kit artifacts as Markdown or self-contained HTML | `docs` | Read+Write | [spec-kit-preview](https://github.com/bigsmartben/spec-kit-preview) |
124125
| Spec Kit Schedule | Optimal multi-agent task scheduling via CP-SAT — DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) |
125126
| Spec Kit TLDR | Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review. | `visibility` | Read+Write | [speckit-tldr](https://github.com/qurore/speckit-tldr) |

extensions/catalog.community.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2268,6 +2268,42 @@
22682268
"created_at": "2026-05-08T00:00:00Z",
22692269
"updated_at": "2026-05-08T00:00:00Z"
22702270
},
2271+
"memory": {
2272+
"name": "Spec Kit Memory",
2273+
"id": "memory",
2274+
"description": "Recalls prior specs and decisions from configurable memory tools (e.g. memsearch) before SDLC stages, so planning and specification start from what the project already knows.",
2275+
"author": "Andrey Zaytsev",
2276+
"version": "0.3.0",
2277+
"download_url": "https://github.com/zaytsevand/spec-kit-memory/archive/refs/tags/v0.3.0.zip",
2278+
"repository": "https://github.com/zaytsevand/spec-kit-memory",
2279+
"homepage": "https://github.com/zaytsevand/spec-kit-memory",
2280+
"documentation": "https://github.com/zaytsevand/spec-kit-memory/blob/main/README.md",
2281+
"changelog": "",
2282+
"license": "MIT",
2283+
"category": "docs",
2284+
"effect": "read-write",
2285+
"requires": {
2286+
"speckit_version": ">=0.2.0",
2287+
"tools": [
2288+
{ "name": "memsearch", "required": false }
2289+
]
2290+
},
2291+
"provides": {
2292+
"commands": 2,
2293+
"hooks": 3
2294+
},
2295+
"tags": [
2296+
"memory",
2297+
"recall",
2298+
"research",
2299+
"memsearch"
2300+
],
2301+
"verified": false,
2302+
"downloads": 0,
2303+
"stars": 0,
2304+
"created_at": "2026-07-10T00:00:00Z",
2305+
"updated_at": "2026-07-10T00:00:00Z"
2306+
},
22712307
"memory-loader": {
22722308
"name": "Memory Loader",
22732309
"id": "memory-loader",

0 commit comments

Comments
 (0)