Skip to content

Commit fc1cec9

Browse files
authored
feat: register Ripple in community catalog (#2272)
* 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 * fix: move ripple entry to correct alphabetical position Moved ripple catalog entry from between reconcile/refine to between review/security-review. Updated README table order to match. * fix: correct ripple alphabetical position (review → ripple → scope) * fix: align ripple entry timestamps with catalog top-level updated_at
1 parent ad46da5 commit fc1cec9

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ The following community-contributed extensions are available in [`catalog.commun
240240
| 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) |
241241
| 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) |
242242
| 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) |
243+
| 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) |
243244
| 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) |
244245
| 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) |
245246
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,38 @@
16881688
"created_at": "2026-03-06T00:00:00Z",
16891689
"updated_at": "2026-04-09T00:00:00Z"
16901690
},
1691+
"ripple": {
1692+
"name": "Ripple",
1693+
"id": "ripple",
1694+
"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",
1695+
"author": "chordpli",
1696+
"version": "1.0.0",
1697+
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1698+
"repository": "https://github.com/chordpli/spec-kit-ripple",
1699+
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1700+
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1701+
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1702+
"license": "MIT",
1703+
"requires": {
1704+
"speckit_version": ">=0.2.0"
1705+
},
1706+
"provides": {
1707+
"commands": 3,
1708+
"hooks": 1
1709+
},
1710+
"tags": [
1711+
"side-effects",
1712+
"post-implementation",
1713+
"analysis",
1714+
"quality",
1715+
"risk-detection"
1716+
],
1717+
"verified": false,
1718+
"downloads": 0,
1719+
"stars": 0,
1720+
"created_at": "2026-04-20T00:00:00Z",
1721+
"updated_at": "2026-04-20T00:00:00Z"
1722+
},
16911723
"scope": {
16921724
"name": "Spec Scope",
16931725
"id": "scope",

0 commit comments

Comments
 (0)