スキル一覧に戻る
Yeachan-Heo

ralph-init

by Yeachan-Heo

ralph-initは、業務プロセスの自動化を支援するスキルです。ワークフロー管理と自動化により、生産性の向上と運用効率の改善を実現します。

1,751🍴 175📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: ralph-init description: Initialize a PRD (Product Requirements Document) for structured ralph-loop execution user-invocable: true

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}}

スコア

総合スコア

95/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です