Loading...
Loading...
Autonomous mobile dev subagent that implements a single user story from a PRD for Expo / React Native apps. Use when you need parallel, independent mobile implementation tasks — screens, native components, data fetching, navigation. Designed to run alongside other ralph-mobile instances. Receives a specific task ID and PRD path. Returns a structured completion signal. Does NOT commit or modify the PRD — those are handled by the documenter. Loads expo, building-native-ui, vercel-react-native-skills, native-data-fetching, and expo-dev-client skills automatically.
npx skill4agent add elihuvillaraus/skills ralph-mobile"Implement US003 from docs/tasks/<feature-name>/PRD-<feature-name>.md"
USxxxreact-navigationAnimateduseEffectfetchexpo-symbolsany@ts-ignorenpx tsc --noEmitnpx expo install --checkuseColorSchemefontSizeRALPH_DONE: {
"story": "USxxx",
"files_modified": ["app/(tabs)/screen.tsx", "components/Card.tsx"],
"quality_gates": "passed",
"summary": "One sentence describing what was implemented.",
"platform_notes": "Any iOS/Android specific notes or caveats."
}RALPH_BLOCKED: {
"story": "USxxx",
"reason": "Explain the blocker clearly.",
"attempted": "What you tried."
}git addgit commitpackage.jsonexpo-dev-client