From oh-my-claudecode
Initializes PRD from task description, breaking into prioritized user stories with acceptance criteria for ralph-loop. Creates .omc/prd.json and .omc/progress.txt.
npx claudepluginhub mazenyassergithub/oh-my-claudecode --plugin oh-my-claudecodeThis skill uses the workspace's default tool permissions.
[RALPH-INIT - PRD CREATION MODE]
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
[RALPH-INIT - PRD CREATION MODE]
A PRD (Product Requirements Document) structures your task into discrete user stories for ralph-loop.
Create .omc/prd.json and .omc/progress.txt based on the task description.
{
"project": "[Project Name]",
"branchName": "ralph/[feature-name]",
"description": "[Feature description]",
"userStories": [
{
"id": "US-001",
"title": "[Short title]",
"description": "As a [user], I want to [action] so that [benefit].",
"acceptanceCriteria": ["Criterion 1", "Typecheck passes"],
"priority": 1,
"passes": false
}
]
}
# Ralph Progress Log
Started: [ISO timestamp]
## Codebase Patterns
(No patterns discovered yet)
---
After creating files, report summary and suggest running /ralph-loop to start.
Task to break down: {{ARGUMENTS}}