ralph-pipeline-interactive

Orchestrate an interactive multi-phase feature development pipeline from PRD to executable script.

4|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/becerra-alberto/ralphetamine --skill ralph-pipeline-interactive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-pipeline-interactive
Source: https://github.com/becerra-alberto/ralphetamine/tree/main/skills/ralph-pipeline-interactive
Command: npx skills add https://github.com/becerra-alberto/ralphetamine --skill ralph-pipeline-interactive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of developing a new feature, from initial concept to a ready-to-run script, by guiding the user through each critical stage with interactive checkpoints.

Core Features & Use Cases

  • Interactive Workflow Orchestration: Guides users through PRD creation, spec generation, and review gates.
  • Worktree Isolation: Ensures feature development happens in a clean, isolated environment.
  • Review Party Gates: Integrates multi-perspective reviews at key decision points for higher quality output.
  • Use Case: You have a new feature idea, "Implement user profile editing." This Skill will walk you through defining requirements, breaking them into actionable stories, getting feedback, and finally generating a script to run the autonomous implementation loop.

Quick Start

Use the ralph-pipeline-interactive skill to start building a new feature interactively.

Frequently Asked Questions about ralph-pipeline-interactive

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

FAQPage Schema
What is an interactive feature development pipeline and how does it work?

An interactive feature development pipeline guides you from an initial feature description through PRD creation, spec generation, and review gates, ending with an executable script for autonomous implementation within an isolated git worktree.

How do I generate a PRD and executable script from a feature description?

You provide a feature description to the interactive pipeline, which then orchestrates PRD creation, runs multi-perspective Review Party gates, performs premortem analysis, and generates an executable run-ralph.sh script for autonomous execution.

Can I use autonomous execution pipelines with isolated git worktrees?

Yes, this interactive pipeline operates within an isolated git worktree, ensuring that feature development happens in a clean environment with atomic commits and clean integration back into your main branch.

What is the best way to ensure feature requirements coherence before implementation?

Using multi-perspective Review Party gates at key decision points ensures vision, requirements, and execution coherence, while premortem analysis identifies potential failures before generating the final autonomous execution script.

Does the ralph-pipeline-interactive workflow require external dependencies?

No, the ralph-pipeline-interactive workflow has no external dependencies, relying solely on its internal scripts and references to orchestrate the feature development pipeline from idea to executable script.

What are the limitations of using an autonomous execution script for feature development?

The pipeline requires a user-provided feature description and interactive checkpoints at each stage, meaning it is not fully autonomous from the start and requires manual guidance through the PRD and review phases before generating the final script.