ワンクリックで
ml-ralph
Create ML project PRDs. Triggers: ml-ralph, create prd, ml project, kaggle.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create ML project PRDs. Triggers: ml-ralph, create prd, ml project, kaggle.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
REQUIRED first step for ANY ML task. When user describes an ML problem, goal, experiment, or model improvement — ALWAYS invoke this skill BEFORE exploring code or planning. Triggers: ml-ralph, create prd, ml project, kaggle, implement model, improve model, train model, better model, new approach, experiment.
Schema reference for ml-ralph state files (prd.json, kanban.json). Use when reading or writing these files.
Event schemas for ml-ralph log.jsonl. Use when logging any event.
| name | ml-ralph |
| description | Create ML project PRDs. Triggers: ml-ralph, create prd, ml project, kaggle. |
Help users create a PRD for their ML project through conversation.
.ml-ralph/prd.jsonProblem & Metric
Data
Constraints
Evaluation
Write to .ml-ralph/prd.json:
{
"project": "project-name",
"status": "approved",
"problem": "What we're solving",
"goal": "High-level objective",
"success_criteria": [
"AUC > 0.85",
"Training time < 4 hours"
],
"constraints": [
"No deep learning",
"Must be interpretable"
],
"scope": {
"in": ["Feature engineering", "Gradient boosting"],
"out": ["Neural networks", "External data"]
}
}
Tell the user:
PRD created! The ml-ralph agent will now work autonomously.
You can monitor progress in the TUI.