flow-next-ralph-init

Scaffold a repo-local Ralph harness under scripts/ralph/ with safety checks.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/raydocs/inktale --skill flow-next-ralph-init-raydocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-ralph-init
Source: https://github.com/raydocs/inktale/tree/main/plugins/flow-next/skills/flow-next-ralph-init
Command: npx skills add https://github.com/raydocs/inktale --skill flow-next-ralph-init-raydocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstraps a repo-local Ralph harness within your project to enable Flow Next automation.

Core Features & Use Cases

  • Scaffolds a repo-local Ralph harness under scripts/ralph/ by copying templates and wiring up scripts like ralph.sh and ralph_once.sh.
  • Detects available backends for planning and implementation reviews (RepoPrompt/OpenCode), configures receipts, and prepares the safe scaffold for automation.
  • Ensures non-destructive setup by avoiding overwrites of existing harnesses and guiding opt-in usage for Flow Next workflows.

Quick Start

Run /flow-next:ralph-init to scaffold a repo-local Ralph harness in your project.

Frequently Asked Questions about flow-next-ralph-init

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

FAQPage Schema
How do I scaffold a Ralph harness for Flow Next automation in my repo?

A Ralph harness is a repo-local automation setup under scripts/ralph/ that enables Flow Next workflows. It wires up scripts like ralph.sh and ralph_once.sh to automate planning and implementation reviews using detected backends.

Does scaffolding a Ralph harness overwrite my existing project scripts?

No, scaffolding a Ralph harness is non-destructive and includes safety checks to avoid overwriting existing harnesses. It copies necessary templates only when safe, guiding opt-in usage for Flow Next workflows without damaging your current setup.

What backends does the Ralph harness detect for planning and implementation reviews?

The Ralph harness detects available backends such as RepoPrompt and OpenCode for planning and implementation reviews. It configures receipts and prepares the scaffold for automation based on the backends found in your environment.

Can I use Flow Next automation without setting up a repo-local harness?

You need a repo-local Ralph harness to enable Flow Next automation because it provides the necessary scripts and templates. The scaffold wires up ralph.sh and configures backend detections required to run the automation workflows.

Why is my Ralph harness setup not detecting available backends for reviews?

The Ralph harness setup detects available backends like RepoPrompt and OpenCode during scaffolding. If detection fails, ensure the backend tools are properly installed and accessible in your environment before running the initialization script.