Skip to content

Commit 546ca8c

Browse files
committed
Add ralph extension to community catalog
- Extension ID: ralph - Version: 1.0.0 - Author: Rubiss - Description: Autonomous implementation loop using AI agent CLI
1 parent 71e6b4d commit 546ca8c

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The following community-contributed extensions are available in [`catalog.commun
7575
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
7676
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
7777
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
78+
| Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
7879
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
7980
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
8081
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |

extensions/catalog.community.json

Lines changed: 37 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-03-05T00:00:00Z",
3+
"updated_at": "2026-03-09T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"azure-devops": {
@@ -191,6 +191,42 @@
191191
"stars": 0,
192192
"created_at": "2026-03-03T00:00:00Z",
193193
"updated_at": "2026-03-03T00:00:00Z"
194+
},
195+
"ralph": {
196+
"name": "Ralph Loop",
197+
"id": "ralph",
198+
"description": "Autonomous implementation loop using AI agent CLI",
199+
"author": "Rubiss",
200+
"version": "1.0.0",
201+
"download_url": "https://github.com/Rubiss/spec-kit-ralph/archive/refs/tags/v1.0.0.zip",
202+
"repository": "https://github.com/Rubiss/spec-kit-ralph",
203+
"homepage": "https://github.com/Rubiss/spec-kit-ralph",
204+
"documentation": "https://github.com/Rubiss/spec-kit-ralph/blob/main/README.md",
205+
"changelog": "https://github.com/Rubiss/spec-kit-ralph/blob/main/CHANGELOG.md",
206+
"license": "MIT",
207+
"requires": {
208+
"speckit_version": ">=0.1.0",
209+
"tools": [
210+
{
211+
"name": "copilot",
212+
"required": true
213+
},
214+
{
215+
"name": "git",
216+
"required": true
217+
}
218+
]
219+
},
220+
"provides": {
221+
"commands": 2,
222+
"hooks": 1
223+
},
224+
"tags": ["implementation", "automation", "loop", "copilot"],
225+
"verified": false,
226+
"downloads": 0,
227+
"stars": 0,
228+
"created_at": "2026-03-09T00:00:00Z",
229+
"updated_at": "2026-03-09T00:00:00Z"
194230
}
195231
}
196232
}

0 commit comments

Comments
 (0)