Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2d8fbfb
Add repoindex to community catalog, -Extension ID: repoindex -Version…
liuyiyu Mar 23, 2026
b432176
udpate sort order for repoindex
liuyiyu Mar 23, 2026
ccc44dd
Unify Kimi/Codex skill naming and migrate legacy dotted Kimi dirs (#1…
RbBtSn0w Mar 26, 2026
b22f381
chore: bump version to 0.4.3 (#1986)
mnriem Mar 26, 2026
d720612
chore(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 23 (…
dependabot[bot] Mar 27, 2026
362868a
chore(deps): bump actions/deploy-pages from 4 to 5 (#1990)
dependabot[bot] Mar 27, 2026
8520241
Add plan-review-gate to community catalog (#1993)
echarrod Mar 27, 2026
9c2481f
feat: add spec-kit-onboard extension to community catalog (#1991)
dmux Mar 27, 2026
41d1f4b
feat: add MAQA extension suite (7 extensions) to community catalog (#…
GenieRobot Mar 27, 2026
8778c26
fix(scripts): honor PowerShell agent and script filters (#1969)
chenry-me Mar 27, 2026
6b1f45c
Fix Claude Code CLI detection for npm-local installs (#1978)
one-kash Mar 27, 2026
796b4f4
fix: prevent extension command shadowing (#1994)
afurm Mar 27, 2026
5be705e
Update README.md (#1995)
pchemguy Mar 27, 2026
edaa5a7
fix(scripts): add correct path for copilot-instructions.md (#1997)
Mar 27, 2026
f8da535
feat(scripts): add --allow-existing-branch flag to create-new-feature…
rhuss Mar 27, 2026
9cb3f3d
feat: add product-forge extension to community catalog (#2012)
VaiYav Mar 30, 2026
b19a7ee
feat: add superpowers bridge extension to community catalog (#2023)
RbBtSn0w Mar 31, 2026
40ecd44
chore: use PEP 440 .dev0 versions on main after releases (#2032)
mnriem Mar 31, 2026
4dff63a
fix: harden GitHub Actions workflows (#2021)
dagecko Mar 31, 2026
804cd10
Stage 1: Integration foundation — base classes, manifest system, and …
Copilot Mar 31, 2026
cb16412
docs: ensure manual tests use local specify (#2020)
RbBtSn0w Mar 31, 2026
b8335a5
docs: sync AGENTS.md with AGENT_CONFIG for missing agents (#2025)
Quratulain-bilal Mar 31, 2026
3899dcc
Stage 2: Copilot integration — proof of concept with shared template …
mnriem Mar 31, 2026
3113b72
chore: release 0.4.4, begin 0.4.5.dev0 development (#2048)
mnriem Apr 1, 2026
255371d
Stage 3: Standard markdown integrations — 19 agents migrated to plugi…
mnriem Apr 1, 2026
b606b38
feat: add 5 lifecycle extensions to community catalog (#2049)
arunt14 Apr 1, 2026
682ffbf
Stage 4: TOML integrations — gemini and tabnine migrated to plugin ar…
mnriem Apr 1, 2026
4df6d96
Add fix-findings extension to community catalog (#2039)
Quratulain-bilal Apr 1, 2026
97b9f0f
docs: remove dead Cognitive Squad and Understanding extension links a…
mnriem Apr 1, 2026
ea60efe
docs: add community extensions website link to README and extensions …
ismaelJimenez Apr 1, 2026
0945df9
Add community content disclaimers (#2058)
mnriem Apr 2, 2026
8e14ab1
fix: support feature branch numbers with 4+ digits (#2040)
t-sakoda Apr 2, 2026
b44ffc0
feat(scripts): add --dry-run flag to create-new-feature (#1998)
rhuss Apr 2, 2026
4f9d966
Stage 5: Skills, Generic & Option-Driven Integrations (#1924) (#2052)
mnriem Apr 2, 2026
31cbca4
Add repoindex to community catalog, -Extension ID: repoindex -Version…
liuyiyu Mar 23, 2026
923211b
udpate sort order for repoindex
liuyiyu Mar 23, 2026
8c691f4
Merge upstream main: resolve conflicts, keep retro entry and catalog …
liuyiyu Apr 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The following community-contributed extensions are available in [`catalog.commun
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex ](https://github.com/liuyiyu/spec-kit-repoindex) |
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
Expand Down
38 changes: 38 additions & 0 deletions extensions/catalog.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,43 @@
"created_at": "2026-03-14T00:00:00Z",
"updated_at": "2026-03-14T00:00:00Z"
},
"repoindex":{
"name": "Repository Index",
"id": "repoindex",
"description": "Generate index of your repo for overview, architecuture and module",
"author": "Yiyu Liu",
"version": "1.0.0",
"download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip",
"repository": "https://github.com/liuyiyu/spec-kit-repoindex",
"homepage": "https://github.com/liuyiyu/spec-kit-repoindex",
"documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/",
"changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md",
"license": "MIT",
"requires": {
"speckit_version": ">=0.1.0",
"tools": [
{
"name": "no need",
"version": ">=1.0.0",
"required": false
}
]
},
"provides": {
"commands": 3,
"hooks": 0
},
"tags": [
"utility",
"brownfield",
"analysis"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-03-23T13:30:00Z",
"updated_at": "2026-03-23T13:30:00Z"
},
"retrospective": {
"name": "Retrospective Extension",
"id": "retrospective",
Expand Down Expand Up @@ -745,5 +782,6 @@
"created_at": "2026-03-16T00:00:00Z",
"updated_at": "2026-03-16T00:00:00Z"
}

}
}
Loading