Skip to content

Commit 4e35308

Browse files
committed
feat: add Ripple extension to community catalog
- Extension ID: ripple - Version: 1.0.0 - Author: chordpli - 3 commands (scan, resolve, check), 1 hook (after_implement) - Delta-anchored side effect detection across 9 domain-agnostic categories
1 parent c118c1c commit 4e35308

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ The following community-contributed extensions are available in [`catalog.commun
238238
| 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) |
239239
| Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions | `process` | Read+Write | [spec-kit-retro](https://github.com/arunt14/spec-kit-retro) |
240240
| 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) |
241+
| Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) |
241242
| 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) |
242243
| 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) |
243244
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |

extensions/catalog.community.json

Lines changed: 33 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-04-17T02:00:00Z",
3+
"updated_at": "2026-04-19T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1492,6 +1492,38 @@
14921492
"created_at": "2026-03-14T00:00:00Z",
14931493
"updated_at": "2026-03-14T00:00:00Z"
14941494
},
1495+
"ripple": {
1496+
"name": "Ripple",
1497+
"id": "ripple",
1498+
"description": "Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories with fix-induced side effect detection",
1499+
"author": "chordpli",
1500+
"version": "1.0.0",
1501+
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1502+
"repository": "https://github.com/chordpli/spec-kit-ripple",
1503+
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1504+
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1505+
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1506+
"license": "MIT",
1507+
"requires": {
1508+
"speckit_version": ">=0.2.0"
1509+
},
1510+
"provides": {
1511+
"commands": 3,
1512+
"hooks": 1
1513+
},
1514+
"tags": [
1515+
"side-effects",
1516+
"post-implementation",
1517+
"analysis",
1518+
"quality",
1519+
"risk-detection"
1520+
],
1521+
"verified": false,
1522+
"downloads": 0,
1523+
"stars": 0,
1524+
"created_at": "2026-04-19T00:00:00Z",
1525+
"updated_at": "2026-04-19T00:00:00Z"
1526+
},
14951527
"refine": {
14961528
"name": "Spec Refine",
14971529
"id": "refine",

0 commit comments

Comments
 (0)