ralph-prompt-research
調査、分析、計画タスクにおいて、体系的な調査段階、統合要件、成果物仕様を含む、Ralph互換のプロンプトを生成し、行動前の綿密な検討を必要とする様々なタスクを支援するSkill。
📜 元の英語説明(参考)
Generate Ralph-compatible prompts for research, analysis, and planning tasks. Creates prompts with systematic research phases, synthesis requirements, and deliverable specifications. Use when analyzing codebases, creating migration plans, researching technologies, auditing security, or any task requiring investigation before action.
🇯🇵 日本人クリエイター向け解説
調査、分析、計画タスクにおいて、体系的な調査段階、統合要件、成果物仕様を含む、Ralph互換のプロンプトを生成し、行動前の綿密な検討を必要とする様々なタスクを支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o ralph-prompt-research.zip https://jpskill.com/download/9481.zip && unzip -o ralph-prompt-research.zip && rm ralph-prompt-research.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9481.zip -OutFile "$d\ralph-prompt-research.zip"; Expand-Archive "$d\ralph-prompt-research.zip" -DestinationPath $d -Force; ri "$d\ralph-prompt-research.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
ralph-prompt-research.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
ralph-prompt-researchフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Ralph Prompt Generator: リサーチ & 分析
概要
Ralph Wiggumの手法を用いて、リサーチ、分析、計画タスクのための構造化されたプロンプトを生成します。これらのプロンプトは、コードではなく、明確なリサーチ方法論、必要なソース、統合要件、具体的な成果物を定義します。
最適な用途:
- コードベースの分析と監査
- セキュリティ脆弱性評価
- 技術調査と比較
- 移行計画
- アーキテクチャ設計ドキュメント
- パフォーマンス分析
- 依存関係監査
- コードからのドキュメント生成
Ralphの哲学: このジェネレーターは、失敗は決定的であり修正可能であるという原則を採用しています。各リサーチのイテレーションは、以前の発見に基づいて構築されます。不完全な最初のパスを恐れないでください。それらは想定されており、後続のイテレーションでより深い分析を行うためのデータを提供します。
クイックスタート
必要な入力:
- リサーチの目的 (理解/分析する必要があること)
- スコープ (含める/除外するもの)
- 成果物の形式 (レポート、計画、ドキュメント)
- 完了の約束
プロンプトの生成:
Generate a Ralph research prompt for:
Objective: [リサーチ/分析する内容]
Scope: [含まれるもの]
Deliverable: [作成するもの]
Promise: [COMPLETION_PHRASE]
プロンプト生成ワークフロー
ステップ 1: リサーチのスコープを定義する
リサーチ定義テンプレート:
OBJECTIVE: [答えるべき質問または分析する内容]
SCOPE:
Include: [スコープ内のもの]
Exclude: [明示的にスコープ外のもの]
SOURCES: [情報を探す場所]
DELIVERABLE: [作成する成果物]
SUCCESS: [リサーチが完了したことを知る方法]
ステップ 2: リサーチフェーズをマッピングする
標準的なリサーチフェーズ:
| フェーズ | 名前 | 目的 | 成果物 |
|---|---|---|---|
| 1 | 発見 | 存在するものを特定する | インベントリ/マップ |
| 2 | 分析 | 発見された内容を深く掘り下げる | 分析メモ |
| 3 | 統合 | 結論を導き出す | 発見の概要 |
| 4 | 提言 | 実行可能な次のステップ | 提言ドキュメント |
| 5 | ドキュメント化 | 最終的な成果物 | 完全なレポート |
ステップ 3: 完了基準を定義する
リサーチの完了基準は、以下に基づいている必要があります:
- カバレッジに基づく (関連するすべての項目を調査した)
- 深さに基づく (項目ごとに十分な分析を行った)
- 成果物の完全性に基づく (すべてのセクションが記述されている)
例: | リサーチタイプ | 完了基準 | |---------------|---------------------| | セキュリティ監査 | すべての OWASP カテゴリをチェックし、すべての発見を文書化 | | コードベース分析 | すべてのモジュールを調査し、アーキテクチャを文書化 | | 技術比較 | すべてのオプションをすべての基準に対して評価 | | 移行計画 | すべてのシステムをインベントリし、移行ステップを定義 |
ステップ 4: プロンプトを構造化する
このテンプレートを使用します:
# Research: [リサーチタイトル]
## Objective
[このリサーチが答えようとしていること、または分析しようとしていることの明確な記述]
## Scope
### In Scope
- [分析する項目 1]
- [分析する項目 2]
- [分析する項目 3]
### Out of Scope
- [明示的に除外されたもの 1]
- [明示的に除外されたもの 2]
## Sources to Examine
- [ソースタイプ 1]: [探す場所]
- [ソースタイプ 2]: [探す場所]
- [ソースタイプ 3]: [探す場所]
---
## Phase 1: Discovery
### Objective
[インベントリする内容]の包括的なインベントリを作成します。
### Tasks
1. [発見タスク 1]
2. [発見タスク 2]
3. [発見タスク 3]
### Deliverable: Inventory
以下を含む `[filename].md` を作成します:
```markdown
# [インベントリタイトル]
## Items Found
| # | Item | Location | Type | Notes |
|---|------|----------|------|-------|
| 1 | | | | |
| 2 | | | | |
Phase 1 Success Criteria
- [ ] すべての[スコープ項目]を調査した
- [ ] インベントリファイルを作成した
- [ ] 未調査の領域がない
Phase 1 Checkpoint
インベントリファイルに以下を記述します:
DISCOVERY COMPLETE:
- Items found: [count]
- Areas examined: [list]
- Coverage: Complete/Partial
Phase 2: Analysis
Objective
発見された各項目の詳細な分析。
Analysis Framework
各項目について、以下を分析します:
Tasks
- 各項目をフレームワークに対して分析する
- 項目ごとに発見を文書化する
- 項目間のパターンを特定する
- 異常または懸念事項を記録する
Deliverable: Analysis Notes
以下を含む [analysis-filename].md を作成します:
# Analysis: [項目名]
## [ディメンション 1]
[発見]
## [ディメンション 2]
[発見]
## [ディメンション 3]
[発見]
## Summary
[この項目の重要なポイント]
Phase 2 Success Criteria
- [ ] すべてのインベントリ項目を分析した
- [ ] 各項目の分析メモを作成した
- [ ] パターンを特定した
- [ ] 異常を文書化した
Phase 2 Checkpoint
ANALYSIS COMPLETE:
- Items analyzed: [X/Y]
- Key patterns: [list]
- Concerns identified: [count]
Phase 3: Synthesis
Objective
発見された内容を統合して、一貫した結論を導き出します。
Tasks
- すべての分析メモを確認する
- 全体的なテーマを特定する
- パターンから結論を導き出す
- 影響によって発見の優先順位を付ける
- 重要な洞察を形成する
Deliverable: Findings Summary
以下を含む [findings-filename].md を作成します:
# Research Findings: [トピック]
## Executive Summary
[主要な発見を要約する2〜3段落]
## Key Findings
1. **[発見 1]**: [説明と証拠]
2. **[発見 2]**: [説明と証拠]
3. **[発見 3]**: [説明と証拠]
## Patterns Observed
- [パターン 1]
- [パターン 2]
## Areas of Concern
1. [懸念事項 1]: [詳細]
2. [懸念事項 2]: [詳細]
## Data Summary
- Total items examined: [X]
- Categories: [list]
- Analysis coverage: [X%]
Phase 3 Success Criteria
- [ ] すべての発見を統合した
- [ ] 結論が証拠によって裏付けられている
- [ ] 優先順位を確立した
- [ ] サマリードキュメントを完成させた
Phase 4: Recommendations
Objective
発見に基づいて、実行可能な提言を提供します。
Tasks
- 各発見に対する提言を開発する
- 影響と労力によって優先順位を付ける
- 提言間の依存関係を特定する
- アクションタイムラインを作成する (該当する場合)
Deliverable: Recommendations
発見ドキュメントに追加します
(原文はここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Ralph Prompt Generator: Research & Analysis
Overview
Generates structured prompts for research, analysis, and planning tasks using the Ralph Wiggum technique. These prompts define clear research methodology, required sources, synthesis requirements, and concrete deliverables rather than code.
Best For:
- Codebase analysis and audits
- Security vulnerability assessments
- Technology research and comparison
- Migration planning
- Architecture design documents
- Performance analysis
- Dependency audits
- Documentation generation from code
Ralph Philosophy: This generator embraces the principle that failures are deterministic and fixable. Each research iteration builds on previous findings. Don't fear incomplete first passes—they're expected and provide data for deeper analysis in subsequent iterations.
Quick Start
Input Required:
- Research objective (what you need to understand/analyze)
- Scope (what to include/exclude)
- Deliverable format (report, plan, document)
- Completion promise
Generate prompt with:
Generate a Ralph research prompt for:
Objective: [What to research/analyze]
Scope: [What's included]
Deliverable: [What to produce]
Promise: [COMPLETION_PHRASE]
Prompt Generation Workflow
Step 1: Define Research Scope
Research Definition Template:
OBJECTIVE: [What question to answer or what to analyze]
SCOPE:
Include: [What's in scope]
Exclude: [What's explicitly out of scope]
SOURCES: [Where to look for information]
DELIVERABLE: [What artifact to produce]
SUCCESS: [How to know research is complete]
Step 2: Map Research Phases
Standard research phases:
| Phase | Name | Purpose | Deliverable |
|---|---|---|---|
| 1 | Discovery | Identify what exists | Inventory/map |
| 2 | Analysis | Deep dive into findings | Analysis notes |
| 3 | Synthesis | Draw conclusions | Findings summary |
| 4 | Recommendations | Actionable next steps | Recommendation doc |
| 5 | Documentation | Final deliverable | Complete report |
Step 3: Define Completion Criteria
Research completion criteria must be:
- Based on coverage (examined all relevant items)
- Based on depth (sufficient analysis per item)
- Based on deliverable completeness (all sections written)
Examples: | Research Type | Completion Criteria | |---------------|---------------------| | Security audit | All OWASP categories checked, all findings documented | | Codebase analysis | All modules examined, architecture documented | | Tech comparison | All options evaluated against all criteria | | Migration plan | All systems inventoried, migration steps defined |
Step 4: Structure the Prompt
Use this template:
# Research: [Research Title]
## Objective
[Clear statement of what this research aims to answer or analyze]
## Scope
### In Scope
- [Item 1 to analyze]
- [Item 2 to analyze]
- [Item 3 to analyze]
### Out of Scope
- [Explicitly excluded 1]
- [Explicitly excluded 2]
## Sources to Examine
- [Source type 1]: [Where to find]
- [Source type 2]: [Where to find]
- [Source type 3]: [Where to find]
---
## Phase 1: Discovery
### Objective
Create comprehensive inventory of [what to inventory].
### Tasks
1. [Discovery task 1]
2. [Discovery task 2]
3. [Discovery task 3]
### Deliverable: Inventory
Create `[filename].md` with:
```markdown
# [Inventory Title]
## Items Found
| # | Item | Location | Type | Notes |
|---|------|----------|------|-------|
| 1 | | | | |
| 2 | | | | |
Phase 1 Success Criteria
- [ ] All [scope items] examined
- [ ] Inventory file created
- [ ] No areas unexplored
Phase 1 Checkpoint
Document in inventory file:
DISCOVERY COMPLETE:
- Items found: [count]
- Areas examined: [list]
- Coverage: Complete/Partial
Phase 2: Analysis
Objective
Deep analysis of each discovered item.
Analysis Framework
For each item, analyze:
- [Dimension 1]: [What to examine]
- [Dimension 2]: [What to examine]
- [Dimension 3]: [What to examine]
Tasks
- Analyze each item against framework
- Document findings per item
- Identify patterns across items
- Note anomalies or concerns
Deliverable: Analysis Notes
Create [analysis-filename].md with:
# Analysis: [Item Name]
## [Dimension 1]
[Findings]
## [Dimension 2]
[Findings]
## [Dimension 3]
[Findings]
## Summary
[Key takeaways for this item]
Phase 2 Success Criteria
- [ ] All inventory items analyzed
- [ ] Analysis notes for each item
- [ ] Patterns identified
- [ ] Anomalies documented
Phase 2 Checkpoint
ANALYSIS COMPLETE:
- Items analyzed: [X/Y]
- Key patterns: [list]
- Concerns identified: [count]
Phase 3: Synthesis
Objective
Synthesize findings into coherent conclusions.
Tasks
- Review all analysis notes
- Identify overarching themes
- Draw conclusions from patterns
- Prioritize findings by impact
- Formulate key insights
Deliverable: Findings Summary
Create [findings-filename].md with:
# Research Findings: [Topic]
## Executive Summary
[2-3 paragraphs summarizing key findings]
## Key Findings
1. **[Finding 1]**: [Description and evidence]
2. **[Finding 2]**: [Description and evidence]
3. **[Finding 3]**: [Description and evidence]
## Patterns Observed
- [Pattern 1]
- [Pattern 2]
## Areas of Concern
1. [Concern 1]: [Details]
2. [Concern 2]: [Details]
## Data Summary
- Total items examined: [X]
- Categories: [list]
- Analysis coverage: [X%]
Phase 3 Success Criteria
- [ ] All findings synthesized
- [ ] Conclusions supported by evidence
- [ ] Priorities established
- [ ] Summary document complete
Phase 4: Recommendations
Objective
Provide actionable recommendations based on findings.
Tasks
- Develop recommendations for each finding
- Prioritize by impact and effort
- Identify dependencies between recommendations
- Create action timeline (if applicable)
Deliverable: Recommendations
Add to findings document or create separate:
# Recommendations
## High Priority (Address Immediately)
1. **[Recommendation]**
- Rationale: [Why]
- Effort: [Low/Medium/High]
- Impact: [Low/Medium/High]
- Dependencies: [Any]
## Medium Priority (Plan for Soon)
[...]
## Low Priority (Future Consideration)
[...]
## Implementation Order
1. First: [Recommendation X]
2. Then: [Recommendation Y]
3. Finally: [Recommendation Z]
Phase 4 Success Criteria
- [ ] All findings have recommendations
- [ ] Priorities assigned
- [ ] Implementation order defined
- [ ] Dependencies identified
Phase 5: Final Documentation
Objective
Produce final polished deliverable.
Tasks
- Compile all sections into final document
- Add executive summary
- Review for completeness
- Ensure actionability
- Format consistently
Deliverable: Final Report
Create [final-report].md with all sections:
- Executive Summary
- Scope and Methodology
- Findings
- Analysis
- Recommendations
- Appendix (raw data if needed)
Phase 5 Success Criteria
- [ ] All sections complete
- [ ] Executive summary written
- [ ] Consistent formatting
- [ ] No TODO items
- [ ] Actionable and clear
Final Verification
Completeness Checklist
- [ ] Phase 1: Discovery complete, inventory exists
- [ ] Phase 2: All items analyzed, notes exist
- [ ] Phase 3: Findings synthesized, summary exists
- [ ] Phase 4: Recommendations provided, prioritized
- [ ] Phase 5: Final document complete
Quality Checklist
- [ ] All conclusions supported by evidence
- [ ] Recommendations are actionable
- [ ] Document is well-organized
- [ ] No sections are missing content
- [ ] Executive summary captures key points
Completion
When ALL of the following are true:
- All 5 phases completed
- All deliverables created
- Completeness checklist verified
- Quality checklist verified
Output: <promise>[COMPLETION_PHRASE]</promise>
Progress Tracking
RESEARCH PROGRESS:
Phase 1 (Discovery): [COMPLETE/IN PROGRESS]
Phase 2 (Analysis): [COMPLETE/IN PROGRESS/NOT STARTED]
Phase 3 (Synthesis): [COMPLETE/IN PROGRESS/NOT STARTED]
Phase 4 (Recommendations): [COMPLETE/IN PROGRESS/NOT STARTED]
Phase 5 (Documentation): [COMPLETE/IN PROGRESS/NOT STARTED]
Items examined: [X/Y]
Deliverables created: [list]
If Stuck
- Document what information is missing
- List sources already examined
- Identify the specific gap
- Do NOT skip analysis or output false promise
Example Prompts
Example 1: Security Audit
Input:
- Objective: Identify security vulnerabilities in authentication module
- Scope: src/auth/ directory
- Deliverable: Security audit report with findings and fixes
- Promise: SECURITY_AUDIT_COMPLETE
Generated Prompt:
# Research: Authentication Security Audit
## Objective
Identify security vulnerabilities in the authentication module following OWASP guidelines and provide remediation recommendations.
## Scope
### In Scope
- All files in src/auth/
- Authentication flows (login, signup, password reset)
- Session management
- Token handling
- Input validation
### Out of Scope
- Authorization (permissions, roles)
- Third-party auth providers
- Frontend security
## Sources to Examine
- Code files: src/auth/**/*.ts
- Tests: tests/auth/**/*.ts
- Configuration: auth-related config files
- Dependencies: auth-related npm packages
---
## Phase 1: Discovery
### Tasks
1. List all files in auth module
2. Identify all entry points (routes)
3. Map authentication flows
4. Identify external dependencies
5. List all sensitive operations
### Deliverable: auth-inventory.md
```markdown
# Auth Module Inventory
## Files
| File | Purpose | Entry Points | Sensitive Ops |
|------|---------|--------------|---------------|
## Dependencies
| Package | Version | Security Notes |
## Authentication Flows
1. Login: [path]
2. Signup: [path]
[...]
Phase 1 Success
- [ ] All auth files listed
- [ ] All entry points identified
- [ ] Flows mapped
- [ ] Dependencies inventoried
Phase 2: Analysis
Security Analysis Framework
For each component, check:
- A1 Injection: SQL, NoSQL, command injection risks
- A2 Broken Auth: Weak passwords, session issues
- A3 Sensitive Data: Password storage, token exposure
- A4 XXE: XML parsing vulnerabilities
- A5 Access Control: Proper authorization checks
- A6 Misconfiguration: Insecure defaults
- A7 XSS: User input handling
- A8 Deserialization: Unsafe object handling
- A9 Components: Vulnerable dependencies
- A10 Logging: Insufficient monitoring
Tasks
- Analyze each file against OWASP framework
- Check password hashing implementation
- Review JWT token handling
- Examine session management
- Check input validation
Deliverable: security-analysis.md
Per-file analysis with vulnerabilities found.
Phase 3: Synthesis
Tasks
- Categorize all vulnerabilities by severity
- Identify systemic issues
- Calculate risk scores
- Prioritize by exploitability
Deliverable: security-findings.md
# Security Findings
## Critical (Requires Immediate Action)
- [Vulnerability]: [Location] - [Impact]
## High
[...]
## Medium
[...]
## Low
[...]
## Summary Statistics
- Critical: X
- High: X
- Medium: X
- Low: X
Phase 4: Recommendations
Tasks
- Provide fix for each vulnerability
- Prioritize fixes by risk
- Estimate effort for each fix
- Identify quick wins
Deliverable: remediation-plan.md
# Remediation Plan
## Immediate Actions
1. [Fix]: [How] - [Effort]
## Short-term (This Sprint)
[...]
## Medium-term
[...]
Phase 5: Final Report
Deliverable: AUTH-SECURITY-AUDIT.md
Complete report with:
- Executive Summary
- Methodology
- Findings by Severity
- Detailed Vulnerability Descriptions
- Remediation Plan
- Verification Steps
Completion
When audit report complete with all vulnerabilities documented and remediation provided:
Output: <promise>SECURITY_AUDIT_COMPLETE</promise>
### Example 2: Technology Comparison
**Input:**
- Objective: Compare React vs Vue vs Svelte for new frontend
- Scope: Team skills, project requirements, ecosystem
- Deliverable: Comparison report with recommendation
- Promise: FRAMEWORK_COMPARISON_COMPLETE
**Generated Prompt:**
```markdown
# Research: Frontend Framework Comparison
## Objective
Compare React, Vue, and Svelte to recommend the best framework for the new frontend project based on team skills, project requirements, and ecosystem.
## Scope
### In Scope
- Learning curve for team
- Performance characteristics
- Ecosystem (libraries, tools)
- Community and support
- Project requirements fit
- Long-term maintainability
### Out of Scope
- Mobile development (React Native, etc.)
- SSR frameworks (Next.js, Nuxt, SvelteKit)
- Backend considerations
---
## Phase 1: Discovery
### Tasks
1. Document team's current skills
2. List project requirements
3. Identify key evaluation criteria
4. Gather framework documentation
### Deliverable: evaluation-criteria.md
```markdown
# Evaluation Framework
## Team Context
- Current experience: [frameworks]
- Available learning time: [duration]
- Team size: [N]
## Project Requirements
- [Requirement 1]
- [Requirement 2]
[...]
## Evaluation Criteria
| Criterion | Weight | Reason |
|-----------|--------|--------|
| Learning curve | 25% | Team has limited React experience |
| Performance | 20% | App will be data-heavy |
[...]
Phase 2: Analysis
Analysis Framework
For each framework:
- Learning Curve: Time to productivity
- Performance: Bundle size, runtime speed, memory
- Ecosystem: Available libraries, tools, IDE support
- Community: Documentation, Stack Overflow, GitHub activity
- Hiring: Developer availability
- Architecture: How it fits project patterns
Deliverable: framework-analysis.md
# React Analysis
## Learning Curve
[Analysis]
## Performance
[Analysis]
[... repeat for Vue and Svelte]
Phase 3: Synthesis
Tasks
- Score each framework on each criterion
- Apply weights
- Calculate overall scores
- Identify dealbreakers
Deliverable: comparison-matrix.md
# Framework Comparison Matrix
| Criterion | Weight | React | Vue | Svelte |
|-----------|--------|-------|-----|--------|
| Learning Curve | 25% | 3 | 4 | 4 |
| Performance | 20% | 3 | 4 | 5 |
[...]
| **Weighted Total** | | X.X | X.X | X.X |
Phase 4: Recommendations
Deliverable: recommendation.md
# Framework Recommendation
## Recommendation: [Framework]
### Rationale
[Why this framework is best for this team and project]
### Advantages
- [Advantage 1]
- [Advantage 2]
### Concerns and Mitigations
- [Concern 1]: [How to address]
### Implementation Approach
1. [Step 1]
2. [Step 2]
[...]
Phase 5: Final Report
Deliverable: FRAMEWORK-COMPARISON-REPORT.md
Completion
When complete comparison with recommendation:
Output: <promise>FRAMEWORK_COMPARISON_COMPLETE</promise>
## Best Practices
### Research Methodology
- Define scope explicitly (what's in/out)
- Use consistent analysis framework
- Document evidence for conclusions
- Separate findings from opinions
### Deliverables
- Create artifacts as you go
- Use consistent format
- Include data to support conclusions
- Make recommendations actionable
### DO:
- Define clear scope boundaries
- Create deliverables at each phase
- Support conclusions with evidence
- Provide actionable recommendations
- Track progress systematically
### DON'T:
- Skip the discovery phase
- Make recommendations without evidence
- Leave sections incomplete
- Output promise before documentation
## Integration with Ralph Loop
```bash
/ralph-wiggum:ralph-loop "[paste generated prompt]" --completion-promise "YOUR_PROMISE" --max-iterations 50
Recommended iterations by research complexity:
- Simple audit (single module):
--max-iterations 30-40 - Comparison (3-5 options):
--max-iterations 40-60 - Full codebase analysis:
--max-iterations 70-100 - Complex planning:
--max-iterations 60-80
For single-task prompts, see ralph-prompt-single-task.
For multi-task prompts, see ralph-prompt-multi-task.
For project-level prompts, see ralph-prompt-project.