Skip to content

Commit 4b00078

Browse files
authored
Add ralph extension to community catalog (#1780)
- Extension ID: ralph - Version: 1.0.0 - Author: Rubiss - Description: Autonomous implementation loop using AI agent CLI
1 parent 2d72f85 commit 4b00078

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following community-contributed extensions are available in [`catalog.commun
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
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
7878
| 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) |
79+
| Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
7980
| 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) |
8081
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
8182
| 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) |

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-06T00: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": {
@@ -114,6 +114,42 @@
114114
"created_at": "2026-03-05T00:00:00Z",
115115
"updated_at": "2026-03-05T00:00:00Z"
116116
},
117+
"ralph": {
118+
"name": "Ralph Loop",
119+
"id": "ralph",
120+
"description": "Autonomous implementation loop using AI agent CLI.",
121+
"author": "Rubiss",
122+
"version": "1.0.0",
123+
"download_url": "https://github.com/Rubiss/spec-kit-ralph/archive/refs/tags/v1.0.0.zip",
124+
"repository": "https://github.com/Rubiss/spec-kit-ralph",
125+
"homepage": "https://github.com/Rubiss/spec-kit-ralph",
126+
"documentation": "https://github.com/Rubiss/spec-kit-ralph/blob/main/README.md",
127+
"changelog": "https://github.com/Rubiss/spec-kit-ralph/blob/main/CHANGELOG.md",
128+
"license": "MIT",
129+
"requires": {
130+
"speckit_version": ">=0.1.0",
131+
"tools": [
132+
{
133+
"name": "copilot",
134+
"required": true
135+
},
136+
{
137+
"name": "git",
138+
"required": true
139+
}
140+
]
141+
},
142+
"provides": {
143+
"commands": 2,
144+
"hooks": 1
145+
},
146+
"tags": ["implementation", "automation", "loop", "copilot"],
147+
"verified": false,
148+
"downloads": 0,
149+
"stars": 0,
150+
"created_at": "2026-03-09T00:00:00Z",
151+
"updated_at": "2026-03-09T00:00:00Z"
152+
},
117153
"retrospective": {
118154
"name": "Retrospective Extension",
119155
"id": "retrospective",

0 commit comments

Comments
 (0)