Skip to content

Commit c272651

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 ad46da5 commit c272651

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ The following community-contributed extensions are available in [`catalog.commun
239239
| 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) |
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) |
242+
| 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) |
242243
| 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) |
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) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,38 @@
15231523
"created_at": "2026-03-14T00:00:00Z",
15241524
"updated_at": "2026-03-14T00:00:00Z"
15251525
},
1526+
"ripple": {
1527+
"name": "Ripple",
1528+
"id": "ripple",
1529+
"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",
1530+
"author": "chordpli",
1531+
"version": "1.0.0",
1532+
"download_url": "https://github.com/chordpli/spec-kit-ripple/archive/refs/tags/v1.0.0.zip",
1533+
"repository": "https://github.com/chordpli/spec-kit-ripple",
1534+
"homepage": "https://github.com/chordpli/spec-kit-ripple",
1535+
"documentation": "https://github.com/chordpli/spec-kit-ripple/blob/main/README.md",
1536+
"changelog": "https://github.com/chordpli/spec-kit-ripple/blob/main/CHANGELOG.md",
1537+
"license": "MIT",
1538+
"requires": {
1539+
"speckit_version": ">=0.2.0"
1540+
},
1541+
"provides": {
1542+
"commands": 3,
1543+
"hooks": 1
1544+
},
1545+
"tags": [
1546+
"side-effects",
1547+
"post-implementation",
1548+
"analysis",
1549+
"quality",
1550+
"risk-detection"
1551+
],
1552+
"verified": false,
1553+
"downloads": 0,
1554+
"stars": 0,
1555+
"created_at": "2026-04-19T00:00:00Z",
1556+
"updated_at": "2026-04-19T00:00:00Z"
1557+
},
15261558
"refine": {
15271559
"name": "Spec Refine",
15281560
"id": "refine",

0 commit comments

Comments
 (0)