ralph-dev-workflow

Automate a five-stage app development workflow with iterative reviews.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/stravinest/house-hold-account --skill ralph-dev-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-dev-workflow
Source: https://github.com/stravinest/house-hold-account/tree/main/.claude/skills/ralph-dev-workflow
Command: npx skills add https://github.com/stravinest/house-hold-account --skill ralph-dev-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralph Dev Workflow는 Ralph Loop 기반의 체계적인 앱 개발 워크플로우를 제공합니다. 이 프로세스는 기능 개발, 버그 수정, 리팩토링을 5단계(탐색 → 계획 → 개발 → 리뷰 → 수정)로 진행하며, 리뷰/수정 단계를 사용자가 지정한 횟수만큼 반복합니다. 모호한 요구사항은 명확히 하고, 아키텍처 결정은 반드시 질문하여 최종 완료 시 "complete"를 출력합니다.

Core Features & Use Cases

  • 5단계 워크플로우: 탐색, 계획, 개발, 리뷰, 수정의 체계적 흐름을 적용합니다.
  • 반복 가능한 리뷰/수정 루프: 사용자가 지정한 횟수까지 리뷰 및 수정 사이클을 재실행합니다.
  • 모호함 제거 및 아키텍처 확인: 불명확한 요구사항에 대해 추가 질문을 제시하고, 아키텍처 결정에 대한 확인을 필요 시 사용자와 상의합니다.
  • 완료 신호 및 보고: 모든 루프가 종료되면 "complete"를 출력하여 Ralph Loop와의 연동을 마무리합니다.

Quick Start

/ralph-dev-workflow [요구사항] --max-iterations [반복횟수] 또는 랄프 개발 [요구사항]

Frequently Asked Questions about ralph-dev-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure an app development workflow to iteratively clarify requirements and review code?

You can automate a structured app development workflow using a Ralph Loop to guide exploration, planning, development, review, and revision. It targets software projects where requirements are clarified iteratively and reviews are repeated up to a user-defined limit to ensure architectural alignment.

What is the best way to handle ambiguous requirements during the software development lifecycle?

Handling ambiguous requirements involves enforcing explicit questions when decisions conflict with existing patterns. The workflow presents additional questions for unclear requirements and confirms architectural decisions with the user to ensure alignment.

How do I set up a repeatable code review and revision loop for feature development?

Setting up a repeatable code review and revision loop involves specifying a maximum iteration count when initiating the workflow. The system re-executes the review and modification cycle up to the user-defined limit and outputs a completion signal upon finalization.

Can I use a loop-based workflow for bug fixing and refactoring tasks?

Yes, you can use a loop-based workflow for bug fixing and refactoring tasks alongside feature development. It applies the same five-stage iterative process to ensure code modifications align with the established architecture before finalizing.

When do I need an automated workflow that enforces architectural alignment?

You need an automated workflow that enforces architectural alignment when working on software projects where decisions might conflict with existing patterns. It mandates explicit user confirmation for architectural decisions to maintain consistency across the codebase.