ralph

Reads sprint data from prd.json and progress.txt to generate dashboard and Claude Code kickoff prompt.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/YarikChekin/ralph-cc --skill ralph-yarikchekin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/YarikChekin/ralph-cc/tree/main/skills/ralph
Command: npx skills add https://github.com/YarikChekin/ralph-cc --skill ralph-yarikchekin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read sprint state from prd.json and progress.txt to present a concise Ralph sprint dashboard and kickoff prompts for new agent sessions.

Core Features & Use Cases

  • Read sprint state from prd.json and progress.txt to render a clear sprint dashboard.
  • Generate a ready-to-run kickoff prompt for Claude Code sessions.
  • Provide next-step guidance and handoff notes for continuation across sessions.

Quick Start

Invoke /ralph to view the current sprint dashboard and automatically generate the kickoff prompt for the next agent session.

Frequently Asked Questions about ralph

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

FAQPage Schema
How do I generate a sprint dashboard from prd.json and progress.txt files?

To generate a sprint dashboard, the skill reads your prd.json and progress.txt files to extract sprint definitions and current status, formatting them into a concise summary view for product-management workflows.

Can I create a Claude Code kickoff prompt for continuing sprint sessions?

Yes, you can create a Claude Code kickoff prompt by invoking the skill, which reads your sprint state and outputs a standardized, ready-to-run instruction for subsequent agent sessions.

What is the best way to track sprint progress across multiple agent sessions?

Tracking sprint progress across sessions is managed by reading the prd.json and progress.txt files, providing next-step guidance and handoff notes to ensure seamless task continuation.

Does the Ralph skill require any external dependencies to manage product sprints?

No external dependencies are required to manage product sprints; the skill operates independently by directly reading your local prd.json and progress.txt files to render the dashboard and prompts.

How do I get next-step guidance for my current sprint cycle?

To get next-step guidance for your sprint cycle, the skill parses your progress.txt file to determine current status and outputs actionable handoff notes for your next workflow phase.

Why is my sprint status not reflecting recent updates in the dashboard?

If your sprint status is not reflecting updates, ensure your prd.json and progress.txt files are saved correctly, as the dashboard relies entirely on reading these files to render the current state.