ralph-preflight

Validate configuration, templates, and environment before starting Ralph TUI loops.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/AnsarUllahAnasZ360/cc-guide --skill ralph-preflight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-preflight
Source: https://github.com/AnsarUllahAnasZ360/cc-guide/tree/main/skills/ralph-preflight
Command: npx skills add https://github.com/AnsarUllahAnasZ360/cc-guide --skill ralph-preflight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-flight checks ensure configuration, templates, and environment are correct before launching a Ralph TUI loop, reducing setup errors and wasted runs.

Core Features & Use Cases

  • Environment and global CLAUDE.md conflict detection
  • Template and prd.json validation
  • Guided launch commands and post-check summary

Quick Start

Run Ralph TUI Pre-Flight Check after creating a PRD to verify readiness and safely start the loop.

Frequently Asked Questions about ralph-preflight

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

FAQPage Schema
How do I validate configuration and templates before starting a TUI loop?

Pre-flight checks validate configuration, templates, and environment for TUI loops by detecting global CLAUDE.md conflicts, verifying prd.json fields, and enforcing template variable usage before execution starts.

Why does my TUI workflow fail to start due to configuration conflicts?

TUI workflow startup failures often stem from configuration conflicts or missing prerequisites. A pre-flight check detects environment and global CLAUDE.md conflicts to ensure launch readiness before the loop begins.

What is checked during a pre-flight validation for TUI loop execution?

Pre-flight validation for TUI loops checks project configurations, template variables, and runtime context. It ensures required fields in prd.json are present and detects conflicts to guarantee deterministic execution.

When do I need to run pre-flight checks for my TUI iteration?

You need to run pre-flight checks after a PRD is created but before starting the TUI iteration. This ensures all prerequisites are in place and prevents wasted runs from setup errors.

Can I use pre-flight validation to ensure deterministic execution of my workflow?

Yes, pre-flight validation enforces required fields, template variable usage, and launch readiness checks across project, template, and runtime context to ensure deterministic execution of TUI loops.

Does the pre-flight check detect environment and template conflicts for TUI loops?

Yes, the pre-flight check detects environment and global CLAUDE.md conflicts alongside template and prd.json validation, providing a post-check summary and guided launch commands to safely start the loop.