Skip to content

Commit 2daf6a9

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 2daf6a9

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
@@ -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": {
@@ -88,6 +88,42 @@
8888
"created_at": "2026-03-05T00:00:00Z",
8989
"updated_at": "2026-03-05T00:00:00Z"
9090
},
91+
"ralph": {
92+
"name": "Ralph Loop",
93+
"id": "ralph",
94+
"description": "Autonomous implementation loop using AI agent CLI.",
95+
"author": "Rubiss",
96+
"version": "1.0.0",
97+
"download_url": "https://github.com/Rubiss/spec-kit-ralph/archive/refs/tags/v1.0.0.zip",
98+
"repository": "https://github.com/Rubiss/spec-kit-ralph",
99+
"homepage": "https://github.com/Rubiss/spec-kit-ralph",
100+
"documentation": "https://github.com/Rubiss/spec-kit-ralph/blob/main/README.md",
101+
"changelog": "https://github.com/Rubiss/spec-kit-ralph/blob/main/CHANGELOG.md",
102+
"license": "MIT",
103+
"requires": {
104+
"speckit_version": ">=0.1.0",
105+
"tools": [
106+
{
107+
"name": "copilot",
108+
"required": true
109+
},
110+
{
111+
"name": "git",
112+
"required": true
113+
}
114+
]
115+
},
116+
"provides": {
117+
"commands": 2,
118+
"hooks": 1
119+
},
120+
"tags": ["implementation", "automation", "loop", "copilot"],
121+
"verified": false,
122+
"downloads": 0,
123+
"stars": 0,
124+
"created_at": "2026-03-09T00:00:00Z",
125+
"updated_at": "2026-03-09T00:00:00Z"
126+
},
91127
"retrospective": {
92128
"name": "Retrospective Extension",
93129
"id": "retrospective",

0 commit comments

Comments
 (0)