Autonomous end-to-end development system that transforms requirements into production-ready code with zero manual intervention
npx claudepluginhub mylukin/ralph-devAutonomous end-to-end development system - from requirement to production-ready code with zero manual intervention
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
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/