From 8303cd6c1a759099d18599f8f936440e5fda7a6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Jan 2026 14:06:17 +0000 Subject: [PATCH] Add resource: Ralph Wiggum Marketer Category: Workflows & Knowledge Guides Sub-category: Ralph Wiggum Author: Muratcan Koylan From issue: #475 --- README.md | 2 ++ README_ALTERNATIVES/README_AWESOME.md | 2 ++ README_ALTERNATIVES/README_CLASSIC.md | 22 +++++++++++++ README_ALTERNATIVES/README_EXTRA.md | 11 +++++++ README_ALTERNATIVES/README_FLAT_ALL_AZ.md | 11 ++++++- .../README_FLAT_ALL_CREATED.md | 11 ++++++- .../README_FLAT_ALL_UPDATED.md | 11 ++++++- .../README_FLAT_WORKFLOWS_AZ.md | 11 ++++++- .../README_FLAT_WORKFLOWS_CREATED.md | 11 ++++++- .../README_FLAT_WORKFLOWS_UPDATED.md | 11 ++++++- THE_RESOURCES_TABLE.csv | 1 + assets/badge-ralph-wiggum-marketer.svg | 32 +++++++++++++++++++ 12 files changed, 130 insertions(+), 6 deletions(-) create mode 100644 assets/badge-ralph-wiggum-marketer.svg diff --git a/README.md b/README.md index e74c078f1..a46794812 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Claude Code is a CLI-based coding assistant from [Anthropic](https://www.anthrop ## Latest Additions +- [Ralph Wiggum Marketer](https://github.com/muratcankoylan/ralph-wiggum-marketer) by [Muratcan Koylan](https://github.com/muratcankoylan) - A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. - [The Ralph Playbook](https://github.com/ClaytonFarr/ralph-playbook) by [Clayton Farr](https://github.com/ClaytonFarr) - A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice. - [Ralph Wiggum Plugin](https://github.com/anthropics/claude-code/tree/4f18698a9ed25517861a75125b526e319bcf8354/plugins/ralph-wiggum) by [Anthropic PBC](https://github.com/anthropics) - The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code. - [ralph-orchestrator](https://github.com/mikeyobrien/ralph-orchestrator) by [mikeyobrien](https://github.com/mikeyobrien) - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomous task completion, continuously running an AI agent against a prompt file until the task is marked as complete or limits are reached. This implementation provides a robust, well-tested, and feature-complete orchestration system for AI-driven development. Also cited in the Anthropic Ralph plugin documentation. @@ -121,6 +122,7 @@ Claude Code is a CLI-based coding assistant from [Anthropic](https://www.anthrop ### Ralph Wiggum - [Ralph for Claude Code](https://github.com/frankbria/ralph-claude-code) by [Frank Bria](https://github.com/frankbria) - An autonomous AI development framework that enables Claude Code to work iteratively on projects until completion. Features intelligent exit detection, rate limiting, circuit breaker patterns, and comprehensive safety guardrails to prevent infinite loops and API overuse. Built with Bash, integrated with tmux for live monitoring, and includes 75+ comprehensive tests. +- [Ralph Wiggum Marketer](https://github.com/muratcankoylan/ralph-wiggum-marketer) by [Muratcan Koylan](https://github.com/muratcankoylan) - A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. - [Ralph Wiggum Plugin](https://github.com/anthropics/claude-code/tree/4f18698a9ed25517861a75125b526e319bcf8354/plugins/ralph-wiggum) by [Anthropic PBC](https://github.com/anthropics) - The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code. - [ralph-orchestrator](https://github.com/mikeyobrien/ralph-orchestrator) by [mikeyobrien](https://github.com/mikeyobrien) - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomous task completion, continuously running an AI agent against a prompt file until the task is marked as complete or limits are reached. This implementation provides a robust, well-tested, and feature-complete orchestration system for AI-driven development. Also cited in the Anthropic Ralph plugin documentation. - [The Ralph Playbook](https://github.com/ClaytonFarr/ralph-playbook) by [Clayton Farr](https://github.com/ClaytonFarr) - A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice. diff --git a/README_ALTERNATIVES/README_AWESOME.md b/README_ALTERNATIVES/README_AWESOME.md index 50ec99e41..ab4d3e61b 100644 --- a/README_ALTERNATIVES/README_AWESOME.md +++ b/README_ALTERNATIVES/README_AWESOME.md @@ -31,6 +31,7 @@ Claude Code is a CLI-based coding assistant from [Anthropic](https://www.anthrop ## Latest Additions +- [Ralph Wiggum Marketer](https://github.com/muratcankoylan/ralph-wiggum-marketer) by [Muratcan Koylan](https://github.com/muratcankoylan) - A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. - [The Ralph Playbook](https://github.com/ClaytonFarr/ralph-playbook) by [Clayton Farr](https://github.com/ClaytonFarr) - A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice. - [Ralph Wiggum Plugin](https://github.com/anthropics/claude-code/tree/4f18698a9ed25517861a75125b526e319bcf8354/plugins/ralph-wiggum) by [Anthropic PBC](https://github.com/anthropics) - The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code. - [ralph-orchestrator](https://github.com/mikeyobrien/ralph-orchestrator) by [mikeyobrien](https://github.com/mikeyobrien) - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomous task completion, continuously running an AI agent against a prompt file until the task is marked as complete or limits are reached. This implementation provides a robust, well-tested, and feature-complete orchestration system for AI-driven development. Also cited in the Anthropic Ralph plugin documentation. @@ -121,6 +122,7 @@ Claude Code is a CLI-based coding assistant from [Anthropic](https://www.anthrop ### Ralph Wiggum - [Ralph for Claude Code](https://github.com/frankbria/ralph-claude-code) by [Frank Bria](https://github.com/frankbria) - An autonomous AI development framework that enables Claude Code to work iteratively on projects until completion. Features intelligent exit detection, rate limiting, circuit breaker patterns, and comprehensive safety guardrails to prevent infinite loops and API overuse. Built with Bash, integrated with tmux for live monitoring, and includes 75+ comprehensive tests. +- [Ralph Wiggum Marketer](https://github.com/muratcankoylan/ralph-wiggum-marketer) by [Muratcan Koylan](https://github.com/muratcankoylan) - A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. - [Ralph Wiggum Plugin](https://github.com/anthropics/claude-code/tree/4f18698a9ed25517861a75125b526e319bcf8354/plugins/ralph-wiggum) by [Anthropic PBC](https://github.com/anthropics) - The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code. - [ralph-orchestrator](https://github.com/mikeyobrien/ralph-orchestrator) by [mikeyobrien](https://github.com/mikeyobrien) - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomous task completion, continuously running an AI agent against a prompt file until the task is marked as complete or limits are reached. This implementation provides a robust, well-tested, and feature-complete orchestration system for AI-driven development. Also cited in the Anthropic Ralph plugin documentation. - [The Ralph Playbook](https://github.com/ClaytonFarr/ralph-playbook) by [Clayton Farr](https://github.com/ClaytonFarr) - A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice. diff --git a/README_ALTERNATIVES/README_CLASSIC.md b/README_ALTERNATIVES/README_CLASSIC.md index b06dbcfba..7f3160975 100644 --- a/README_ALTERNATIVES/README_CLASSIC.md +++ b/README_ALTERNATIVES/README_CLASSIC.md @@ -46,6 +46,17 @@ Claude Code is a cutting-edge CLI-based coding assistant and agent released by [ ## Latest Additions ✨ [🔝](#awesome-claude-code) +[`Ralph Wiggum Marketer`](https://github.com/muratcankoylan/ralph-wiggum-marketer)   by   [Muratcan Koylan](https://github.com/muratcankoylan)   ⚖️  MIT +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + +
+📊 GitHub Stats + +![GitHub Stats for ralph-wiggum-marketer](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ralph-wiggum-marketer&username=muratcankoylan&all_stats=true&stats_only=true) + +
+
+ [`The Ralph Playbook`](https://github.com/ClaytonFarr/ralph-playbook)   by   [Clayton Farr](https://github.com/ClaytonFarr)   ⚖️  No License / Not Specified A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice. @@ -535,6 +546,17 @@ An autonomous AI development framework that enables Claude Code to work iterativ
+[`Ralph Wiggum Marketer`](https://github.com/muratcankoylan/ralph-wiggum-marketer)   by   [Muratcan Koylan](https://github.com/muratcankoylan)   ⚖️  MIT +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + +
+📊 GitHub Stats + +![GitHub Stats for ralph-wiggum-marketer](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ralph-wiggum-marketer&username=muratcankoylan&all_stats=true&stats_only=true) + +
+
+ [`Ralph Wiggum Plugin`](https://github.com/anthropics/claude-code/tree/4f18698a9ed25517861a75125b526e319bcf8354/plugins/ralph-wiggum)   by   [Anthropic PBC](https://github.com/anthropics)   ⚖️  © The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code. diff --git a/README_ALTERNATIVES/README_EXTRA.md b/README_ALTERNATIVES/README_EXTRA.md index a83924fae..cb161b1e7 100644 --- a/README_ALTERNATIVES/README_EXTRA.md +++ b/README_ALTERNATIVES/README_EXTRA.md @@ -187,6 +187,10 @@ +Ralph Wiggum Marketer +_A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns._ +![GitHub Stats for ralph-wiggum-marketer](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ralph-wiggum-marketer&username=muratcankoylan&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) + The Ralph Playbook _A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice._ ![GitHub Stats for ralph-playbook](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ralph-playbook&username=ClaytonFarr&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) @@ -809,6 +813,13 @@ _An autonomous AI development framework that enables Claude Code to work iterati
+Ralph Wiggum Marketer +_A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns._ +![GitHub Stats for ralph-wiggum-marketer](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ralph-wiggum-marketer&username=muratcankoylan&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) + +
+ + Ralph Wiggum Plugin _The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code._ ![GitHub Stats for claude-code](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-code&username=anthropics&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) diff --git a/README_ALTERNATIVES/README_FLAT_ALL_AZ.md b/README_ALTERNATIVES/README_FLAT_ALL_AZ.md index 7a4c1cb6d..10587a4a5 100644 --- a/README_ALTERNATIVES/README_FLAT_ALL_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_ALL_AZ.md @@ -1316,6 +1316,15 @@ A flat list view of all resources. Category: **All** | Sorted: alphabetically by stars forks issues prs created last-commit release-date version license +Ralph Wiggum Marketer
by Muratcan Koylan +Workflows & Knowledge Guides +Ralph Wiggum +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + + +stars forks issues prs created last-commit release-date version license + + Ralph Wiggum Plugin
by Anthropic PBC Workflows & Knowledge Guides Ralph Wiggum @@ -1560,6 +1569,6 @@ A flat list view of all resources. Category: **All** | Sorted: alphabetically by --- -**Total Resources:** 168 +**Total Resources:** 169 **Last Generated:** 2026-01-13 diff --git a/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md b/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md index 1b12961bf..020987ece 100644 --- a/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md @@ -89,6 +89,15 @@ A flat list view of all resources. Category: **All** | Sorted: by date created stars forks issues prs created last-commit release-date version license +Ralph Wiggum Marketer
by Muratcan Koylan +Workflows & Knowledge Guides +Ralph Wiggum +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + + +stars forks issues prs created last-commit release-date version license + + Britfix
by Talieisin Hooks General @@ -1560,6 +1569,6 @@ A flat list view of all resources. Category: **All** | Sorted: by date created --- -**Total Resources:** 168 +**Total Resources:** 169 **Last Generated:** 2026-01-13 diff --git a/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md b/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md index 72a6dca61..61e5c45bb 100644 --- a/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md @@ -575,6 +575,15 @@ A flat list view of all resources. Category: **All** | Sorted: by last updated d stars forks issues prs created last-commit release-date version license +Ralph Wiggum Marketer
by Muratcan Koylan +Workflows & Knowledge Guides +Ralph Wiggum +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + + +stars forks issues prs created last-commit release-date version license + + Project Workflow System
by harperreed Workflows & Knowledge Guides General @@ -1560,6 +1569,6 @@ A flat list view of all resources. Category: **All** | Sorted: by last updated d --- -**Total Resources:** 168 +**Total Resources:** 169 **Last Generated:** 2026-01-13 diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md index 168361a28..82b3386b6 100644 --- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md @@ -251,6 +251,15 @@ A flat list view of all resources. Category: **Workflows** | Sorted: alphabetica stars forks issues prs created last-commit release-date version license +Ralph Wiggum Marketer
by Muratcan Koylan +Workflows & Knowledge Guides +Ralph Wiggum +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + + +stars forks issues prs created last-commit release-date version license + + Ralph Wiggum Plugin
by Anthropic PBC Workflows & Knowledge Guides Ralph Wiggum @@ -306,6 +315,6 @@ A flat list view of all resources. Category: **Workflows** | Sorted: alphabetica --- -**Total Resources:** 28 +**Total Resources:** 29 **Last Generated:** 2026-01-13 diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md index bb27974b6..d6a270d29 100644 --- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md @@ -77,6 +77,15 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by date cre stars forks issues prs created last-commit release-date version license +Ralph Wiggum Marketer
by Muratcan Koylan +Workflows & Knowledge Guides +Ralph Wiggum +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + + +stars forks issues prs created last-commit release-date version license + + Claude Code Tips
by ykdojo Workflows & Knowledge Guides General @@ -306,6 +315,6 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by date cre --- -**Total Resources:** 28 +**Total Resources:** 29 **Last Generated:** 2026-01-13 diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md index b1ac95f82..454e25085 100644 --- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md @@ -158,6 +158,15 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by last upd stars forks issues prs created last-commit release-date version license +Ralph Wiggum Marketer
by Muratcan Koylan +Workflows & Knowledge Guides +Ralph Wiggum +A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns. + + +stars forks issues prs created last-commit release-date version license + + Project Workflow System
by harperreed Workflows & Knowledge Guides General @@ -306,6 +315,6 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by last upd --- -**Total Resources:** 28 +**Total Resources:** 29 **Last Generated:** 2026-01-13 diff --git a/THE_RESOURCES_TABLE.csv b/THE_RESOURCES_TABLE.csv index 977e71558..d2879fc21 100644 --- a/THE_RESOURCES_TABLE.csv +++ b/THE_RESOURCES_TABLE.csv @@ -32,6 +32,7 @@ wf-eee9a073,Shipping Real Code w/ Claude,Workflows & Knowledge Guides,General,ht wf-b4fe16fa,Simone,Workflows & Knowledge Guides,General,https://github.com/Helmi/claude-simone,,Helmi,https://github.com/Helmi,TRUE,2025-07-29,2025-08-26:12-11-04,2026-01-06:03-59-09,MIT,"A broader project management workflow for Claude Code that encompasses not just a set of commands, but a system of documents, guidelines, and processes to facilitate project planning and execution.",FALSE,TRUE,2025-05-23:12-05-25,2025-08-19:11-27-06,simone-mcp/v0.4.0,github-releases wf-b6f047e2,Slash-commands megalist,Workflows & Knowledge Guides,General,https://github.com/wcygan/dotfiles/tree/d8ab6b9f5a7a81007b7f5fa3025d4f83ce12cc02/claude/commands,,wcygan,https://github.com/wcygan,FALSE,2025-07-29,,2026-01-06:03-59-10,NOT_FOUND,"A pretty stunning list (88 at the time of this post!) of slash-commands ranging from agent orchestration, code review, project management, security, documentation, self-assessment, almost anything you can dream of.",FALSE,,2023-03-10:04-05-48,,, wf-8ceac0c4,Ralph for Claude Code,Workflows & Knowledge Guides,Ralph Wiggum,https://github.com/frankbria/ralph-claude-code,,Frank Bria,https://github.com/frankbria,TRUE,2026-01-09:16-32-31,2026-01-11:02-40-38,2026-01-09:16-32-31,MIT,"An autonomous AI development framework that enables Claude Code to work iteratively on projects until completion. Features intelligent exit detection, rate limiting, circuit breaker patterns, and comprehensive safety guardrails to prevent infinite loops and API overuse. Built with Bash, integrated with tmux for live monitoring, and includes 75+ comprehensive tests.",FALSE,FALSE,2025-08-27:16-03-46,,, +wf-2fdeff7e,Ralph Wiggum Marketer,Workflows & Knowledge Guides,Ralph Wiggum,https://github.com/muratcankoylan/ralph-wiggum-marketer,,Muratcan Koylan,https://github.com/muratcankoylan,TRUE,2026-01-13:14-06-16,2026-01-08:19-21-27,2026-01-13:14-06-16,MIT,"A Claude Code plugin that provides an autonomous AI copywriter, integrating the Ralph loop with customized knowledge bases for market research agents. The agents do the research, Ralph writes the copy, you stay in bed. Whether or not you practice Ralph-Driven Development (RDD), I think these projects are interesting and creative explorations of general agentic patterns.",FALSE,FALSE,2026-01-07:07-49-14,,, wf-5e01a9a6,Ralph Wiggum Plugin,Workflows & Knowledge Guides,Ralph Wiggum,https://github.com/anthropics/claude-code/tree/4f18698a9ed25517861a75125b526e319bcf8354/plugins/ralph-wiggum,,Anthropic PBC,https://github.com/anthropics,TRUE,2026-01-10:21-13-16,2026-01-11:00-28-09,2026-01-10:21-13-16,©,"The official Anthropic implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code.",FALSE,FALSE,2025-02-22:17-29-29,2026-01-11:00-28-28,v2.1.4,github-releases wf-bc51a50b,ralph-orchestrator,Workflows & Knowledge Guides,Ralph Wiggum,https://github.com/mikeyobrien/ralph-orchestrator,https://mikeyobrien.github.io/ralph-orchestrator/,mikeyobrien,https://github.com/mikeyobrien,TRUE,2026-01-10:19-24-51,2026-01-10:03-18-36,2026-01-10:19-24-51,MIT,"Ralph Orchestrator implements the simple but effective ""Ralph Wiggum"" technique for autonomous task completion, continuously running an AI agent against a prompt file until the task is marked as complete or limits are reached. This implementation provides a robust, well-tested, and feature-complete orchestration system for AI-driven development. Also cited in the Anthropic Ralph plugin documentation.",FALSE,FALSE,2025-09-07:16-55-41,2026-01-08:00-34-33,v1.2.2,github-releases wf-aa051a6c,The Ralph Playbook,Workflows & Knowledge Guides,Ralph Wiggum,https://github.com/ClaytonFarr/ralph-playbook,,Clayton Farr,https://github.com/ClaytonFarr,TRUE,2026-01-13:04-31-02,2026-01-13:00-59-13,2026-01-13:04-31-02,No License / Not Specified,"A remarkably detailed and comprehensive guide to the Ralph Wiggum technique, featuring well-written theoretical commentary paired with practical guidelines and advice.",FALSE,FALSE,2026-01-09:21-54-12,,, diff --git a/assets/badge-ralph-wiggum-marketer.svg b/assets/badge-ralph-wiggum-marketer.svg new file mode 100644 index 000000000..0bb2bc6f0 --- /dev/null +++ b/assets/badge-ralph-wiggum-marketer.svg @@ -0,0 +1,32 @@ + + + + + + + + + RW + + + Ralph Wiggum Marketer + by Muratcan Koylan + + + + \ No newline at end of file