원클릭으로
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.