From 364cd74dbbbd0410717e21c0eb96066249607fce Mon Sep 17 00:00:00 2001 From: Petar Popovic Date: Mon, 20 Apr 2026 18:14:00 +0200 Subject: [PATCH] Add ralph-kit to Standalone Implementations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 987c380..7d0c66a 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ project-root/ ### Standalone Implementations - [ralph-starter](https://github.com/rubenmarcus/ralph-starter) - CLI with integrations for GitHub, Linear, and Notion; supports multiple agents, interactive wizard, workflow presets, and cost tracking. +- [ralph-kit](https://github.com/develo-pera/ralph-kit) - CLI with conversational project definition, local Kanban dashboard, and loop runner that auto-detects project layout and works with any Ralph Loop implementation (built-in, frankbria, snarktank). - [snartank/ralph](https://github.com/snarktank/ralph) - PRD-driven task management with automatic branching, flowchart visualization, and auto-archiving. - [iannuttall/ralph](https://github.com/iannuttall/ralph) - Minimal file-based agent loop supporting codex/claude/droid/opencode. - [smart-ralph](https://github.com/tzachbon/smart-ralph) - Spec-driven development workflow. Transforms feature requests into structured specs (research, requirements, design, tasks) then executes them task-by-task autonomously.