What problem does it solve?
This Skill automates complex, multi-step tasks that require extended periods of autonomous operation, such as PRD-driven development, large-scale code migrations, or batch processing without constant human intervention.
Core Features & Use Cases
- Autonomous Loops: Iteratively works through tasks until completion based on a defined plan (e.g., PRD.md).
- Integrated Feedback: Includes automated testing, type-checking, and linting as quality gates before committing changes.
- LSP Integration: Leverages Language Server Protocol for deep code understanding (symbol discovery, references, hover info) before making edits.
- Use Case: Migrate all Jest tests to Vitest across a large codebase, with the agent handling the refactoring, testing, and verification steps autonomously.
Quick Start
Invoke the workflow with: /ralph Migrate all Jest tests to Vitest --prd PRD.md