ralph-prd
Ralph PRD Workflow
Purpose
Generate structured Product Requirements Documents (PRDs) for complex Ralph Loop tasks. This skill helps break down large tasks into manageable phases with clear success criteria and exit conditions.
Integrations
| Type | References |
|---|---|
| skills | ralph-graceful-exit |
| agents | prometheus, metis |
| hooks | ralph-activity-log |
PRD Template Structure
{
"title": "Task Title",
"objective": "Clear goal statement",
"success_criteria": [
"Criterion 1: Specific, measurable outcome",
"Criterion 2: Another measurable outcome"
],
"phases": [
{
"name": "Phase 1: Discovery",
"tasks": ["Task 1.1", "Task 1.2"],
"completion": 0
},
{
"name": "Phase 2: Implementation",
"tasks": ["Task 2.1", "Task 2.2"],
"completion": 0
}
],
"constraints": [
"Constraint 1",
"Constraint 2"
],
"exit_conditions": [
"All tests pass",
"Documentation complete",
"No regressions"
]
}
Workflow
-
Analyze task complexity via metis agent
- Identify scope and dependencies
- Estimate effort per phase
- Flag potential blockers
-
Generate PRD JSON via prometheus agent
- Define clear objective
- Break into phases
- Set measurable success criteria
-
Store PRD in
.ralph/prd.json- Create .ralph directory if needed
- Validate JSON structure
-
Track completion % per iteration
- Update phase completion as tasks finish
- Log progress to ralph-activity-log
-
Invoke ralph-graceful-exit when criteria met
- Check all success_criteria
- Verify exit_conditions
- Recommend completion
Usage
Generate PRD for New Task
/ralph-prd "Implement user authentication with OAuth2"
Check PRD Progress
/ralph-prd status
Update Phase Completion
/ralph-prd update --phase 1 --completion 100
Progressive Loading
For detailed templates, see:
- templates/default-prd.json - Standard PRD template
- templates/feature-prd.json - Feature-focused template
More from zpankz/mcp-skillset
network-meta-analysis-appraisal
Systematically appraise network meta-analysis papers using integrated 200-point checklist (PRISMA-NMA, NICE DSU TSD 7, ISPOR-AMCP-NPC, CINeMA) with triple-validation methodology, automated PDF extraction, semantic evidence matching, and concordance analysis. Use when evaluating NMA quality for peer review, guideline development, HTA, or reimbursement decisions.
16software-architecture
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
13cursor-skills
Cursor is an AI-powered code editor and development environment that combines intelligent coding assistance with enterprise-grade features and workflow automation. It extends beyond basic AI code comp...
13textbook-grounding
Orthogonally-integrated Hegelian syntopical analysis for SAQ/VIVA/concept grounding with systematic textbook citations. Implements thesis extraction → antithesis identification → abductive synthesis across multiple authoritative sources. Tensor-integrated with /m command: activates S×T×L synergies (textbook-grounding × pdf-search × qmd = 0.95). Triggers on requests for model SAQ responses, VIVA preparation, concept explanations requiring textbook evidence, or any PEX exam content needing systematic cross-reference validation.
12obsidian-process
This skill should be used when batch processing Obsidian markdown vaults. Handles wikilink extraction, tag normalization, frontmatter CRUD operations, and vault analysis. Use for vault-wide transformations, link auditing, tag standardization, metadata management, and migration workflows. Integrates with obsidian-markdown for syntax validation and obsidian-data-importer for structured imports.
12terminal-ui-design
Create distinctive, production-grade terminal user interfaces with high design quality. Use this skill when the user asks to build CLI tools, TUI applications, or terminal-based interfaces. Generates creative, polished code that avoids generic terminal aesthetics.
10