بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.