con un clic
ml-ralph
Create ML project PRDs. Triggers: ml-ralph, create prd, ml project, kaggle.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create ML project PRDs. Triggers: ml-ralph, create prd, ml project, kaggle.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional 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.