ralph-init

ralph-init

熱門

Initialize a PRD (Product Requirements Document) for structured ralph-loop execution

2.9K星標
240分支
更新於 1/27/2026
SKILL.md
readonlyread-only
name
ralph-init
description

Initialize a PRD (Product Requirements Document) for structured ralph-loop execution

Ralph Init Skill

[RALPH-INIT - PRD CREATION MODE]

What is PRD?

A PRD (Product Requirements Document) structures your task into discrete user stories for ralph-loop.

Your Task

Create .omc/prd.json and .omc/progress.txt based on the task description.

prd.json Structure

{
  "project": "[Project Name]",
  "branchName": "ralph/[feature-name]",
  "description": "[Feature description]",
  "userStories": [
    {
      "id": "US-001",
      "title": "[Short title]",
      "description": "As a [user], I want to [action] so that [benefit].",
      "acceptanceCriteria": ["Criterion 1", "Typecheck passes"],
      "priority": 1,
      "passes": false
    }
  ]
}

progress.txt Structure

# Ralph Progress Log
Started: [ISO timestamp]

## Codebase Patterns
(No patterns discovered yet)

---

Guidelines

  1. Right-sized stories: Each completable in one focused session
  2. Verifiable criteria: Include "Typecheck passes", "Tests pass"
  3. Independent stories: Minimize dependencies between stories
  4. Priority order: Foundational work (DB, types) before UI

After creating files, report summary and suggest running /oh-my-claudecode:ralph-loop to start.

Task to break down:
{{ARGUMENTS}}

You Might Also Like

Related Skills

verify

verify

243K

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

facebook avatarfacebook
獲取
test

test

243K

Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.

facebook avatarfacebook
獲取

Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.

facebook avatarfacebook
獲取

Use when adding new error messages to React, or seeing "unknown error code" warnings.

facebook avatarfacebook
獲取
flow

flow

243K

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

facebook avatarfacebook
獲取
flags

flags

243K

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

facebook avatarfacebook
獲取