By mylukin
Converts natural language requirements into production-ready code through an autonomous development pipeline: requirement clarification, PRD generation, task decomposition, TDD-based implementation with self-healing, root-cause debugging, code review, and automated pull requests.
Autonomous language and framework detection for any programming language. Use when user asks to "detect language", "what language is this project", or when initializing ralph-dev for a new project.
Autonomous end-to-end development from requirement to delivery. Use when user wants complete automation, "build X for me", or full feature implementation without manual steps.
Interactive requirement clarification through structured questions and PRD generation
Break down PRD into atomic, testable tasks using CLI for modular storage
Autonomous implementation loop with TDD, fresh agents per task, and self-healing
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous development workflow plugin for Claude Code that transforms natural language requirements into structured, testable code through a 5-phase process.
Ralph-dev automates software development workflows by:
# Step 1: Install CLI globally
npm install -g ralph-dev
# Step 2: Add plugin marketplace
/plugin marketplace add mylukin/ralph-dev
# Step 3: Install plugin
/plugin install ralph-dev
# Step 4: Initialize project (installs workflow rules)
ralph-dev init
# Step 5: Start your first task
/ralph-dev "Build a REST API for user authentication"
Ralph-dev will guide you through:
Structured Q&A eliminates requirement ambiguity through multiple-choice questions about tech stack, architecture, and deployment.
Decomposes requirements into atomic tasks stored as markdown files with YAML frontmatter, enabling:
Auto-detects and configures verification commands for:
When tasks fail, automatically:
Inspired by Superpowers:
.ralph-dev/ is gitignored before creating filesBefore creating PRs:
CLARIFY → BREAKDOWN → IMPLEMENT ⇄ HEAL → DELIVER
Phase 1: CLARIFY
skills/phase-1-clarify/.ralph-dev/prd.mdPhase 2: BREAKDOWN
skills/phase-2-breakdown/.ralph-dev/tasks/*.md + tasks/index.jsonPhase 3: IMPLEMENT
skills/phase-3-implement/Phase 4: HEAL
skills/phase-4-heal/Phase 5: DELIVER
skills/phase-5-deliver/Long Task Harness for AI agents - task/feature-driven development with external memory
npx claudepluginhub mylukin/ralph-dev --plugin ralph-devHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.