ワンクリックで
prd
Product Requirements Document generation and management with INVEST-compliant user stories
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Product Requirements Document generation and management with INVEST-compliant user stories
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Full orchestration workflow with swarm mode: evaluate -> clarify -> classify -> persist -> plan mode -> spawn teammates -> execute -> validate -> retrospective. Use when: (1) implementing features, (2) complex refactoring, (3) multi-file changes, (4) tasks requiring coordination. Triggers: /orchestrator, /orch, 'orchestrate', 'full workflow', 'implement feature'.
Comprehensive research skill using Zai MCP web search and native Claude Code tools
Smart Forking - Find and fork from relevant historical sessions using parallel memory search across vault, handoffs, and ledgers
Apply adversarial opposite-analysis to plans, specs, architecture, code changes, and claims. Use when the user asks for adversarial review, opposing analysis, contrarian review, red-team reasoning, or Z.ai and MiniMax cross-checks through the Ralph MCP router.
Test case mutation and variation generator for adversarial testing
Patterns for using Context7 MCP for library documentation (v2.25)
| name | prd |
| description | Product Requirements Document generation and management with INVEST-compliant user stories |
| user-invocable | true |
| allowed-tools | ["Read","Write","Edit","Bash"] |
~/.claude/settings.json or CLI/env varsANTHROPIC_DEFAULT_*_MODEL env varsGenerate and manage Product Requirements Documents (PRDs) with INVEST-compliant user stories for structured task breakdown.
| Section | Purpose |
|---|---|
| Overview | Brief description and business value |
| Goals | Measurable objectives |
| User Stories | INVEST-compliant stories with acceptance criteria |
| Technical Requirements | Architecture, stack, dependencies, security |
| Success Criteria | Metrics and targets |
| Out of Scope | What's explicitly NOT included |
| Implementation Plan | Phased tasks breakdown |
| Risks & Mitigations | Potential issues and solutions |
ralph prd create "Implement OAuth2 authentication"
ralph prd create "Add real-time notifications" --priority high
Creates file in tasks/prd-<feature>.md
ralph prd convert tasks/prd-auth.md
Creates actionable user stories in tasks/prd-auth.json
ralph prd status
Shows progress across all PRDs
ralph prd next
Returns next uncompleted story
As a {{persona}},
I want to {{action}},
So that {{benefit}}.
Acceptance Criteria:
- [ ] {{criterion_1}}
- [ ] {{criterion_2}}
- [ ] {{criterion_3}}
INVEST Principles:
0. PRD CREATION → ralph prd create "feature"
1. /clarify → Intensive questions (populate PRD)
2. /classify → Complexity routing
3. PLAN → User approval (review PRD)
4. PRD CONVERSION → ralph prd convert tasks/prd-feature.md
5. EXECUTION → ralph loop --prd tasks/prd-feature.json
6. /gates → Quality validation per story
7. /retrospective → Propose PRD improvements
→ VERIFIED_DONE
/clarify - Intensive questions (populate PRD details)/iterate - Execute PRD stories iteratively/orchestrator - Full workflow with PRD integration/plan - Plan-state management for execution tracking