Skip to content

Commit 13c3c94

Browse files
github-actions[bot]CopilotmnriemCopilot
authored
[extension] Add spec-kit-atlas extension to community catalog (#4105)
* Add spec-kit-atlas extension to community catalog Add atlas extension submitted by @ashbrener to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3993 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- 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: Manfred Riem <15701806+mnriem@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 47938c3 commit 13c3c94

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following community-contributed extensions are available in [`catalog.commun
3535
| Architecture Guard | Framework-agnostic architecture review extension for validating implementation against governance and architecture constitutions, detecting architectural drift, and generating non-blocking refactor tasks | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
3636
| Architecture Workflow | Generate or reverse project-level 4+1 architecture views with per-view and full-workflow commands | `docs` | Read+Write | [spec-kit-arch](https://github.com/bigsmartben/spec-kit-arch) |
3737
| Archive Extension | Archive merged features into main project memory, resolving gaps and conflicts. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
38+
| spec-kit-atlas | Synthesize spec-kit specs into faithful, interactive architecture storybooks & doc portals. | `docs` | Read-only | [spec-kit-atlas](https://github.com/ashbrener/spec-kit-atlas) |
3839
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
3940
| Blueprint | Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs | `docs` | Read+Write | [spec-kit-blueprint](https://github.com/chordpli/spec-kit-blueprint) |
4041
| Blueprint Index — Living Architecture Map | A living architecture map for spec-driven projects, kept honest by a deterministic, low-friction, machine-first CI gate (JSON, self-healable) that blocks only when the map contradicts the specs or code. Brownfield or greenfield. | `process` | Read+Write | [spec-kit-blueprint](https://github.com/ogil109/spec-kit-blueprint) |

extensions/catalog.community.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-11T00:00:00Z",
3+
"updated_at": "2026-08-13T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -390,6 +390,44 @@
390390
"created_at": "2026-03-14T00:00:00Z",
391391
"updated_at": "2026-08-11T00:00:00Z"
392392
},
393+
"atlas": {
394+
"name": "spec-kit-atlas",
395+
"id": "atlas",
396+
"description": "Synthesize spec-kit specs into faithful, interactive architecture storybooks & doc portals.",
397+
"author": "Ash Brener",
398+
"version": "0.1.0",
399+
"download_url": "https://github.com/ashbrener/spec-kit-atlas/archive/refs/tags/v0.1.0.zip",
400+
"repository": "https://github.com/ashbrener/spec-kit-atlas",
401+
"homepage": "https://github.com/ashbrener/spec-kit-atlas",
402+
"documentation": "https://github.com/ashbrener/spec-kit-atlas/blob/main/README.md",
403+
"changelog": "https://github.com/ashbrener/spec-kit-atlas/blob/main/CHANGELOG.md",
404+
"license": "MIT",
405+
"category": "docs",
406+
"effect": "read-only",
407+
"requires": {
408+
"speckit_version": ">=0.1.0",
409+
"tools": [
410+
{ "name": "python", "version": ">=3.11", "required": true },
411+
{ "name": "uv", "required": true }
412+
]
413+
},
414+
"provides": {
415+
"commands": 2,
416+
"hooks": 0
417+
},
418+
"tags": [
419+
"documentation",
420+
"architecture",
421+
"storybook",
422+
"traceability",
423+
"atlas"
424+
],
425+
"verified": false,
426+
"downloads": 0,
427+
"stars": 0,
428+
"created_at": "2026-08-13T00:00:00Z",
429+
"updated_at": "2026-08-13T00:00:00Z"
430+
},
393431
"azure-devops": {
394432
"name": "Azure DevOps Integration",
395433
"id": "azure-devops",

0 commit comments

Comments
 (0)