← スキル一覧に戻る

research-workflow
by tstapler
Tyler Stapler's dotfiles
⭐ 5🍴 1📅 2026年1月2日
SKILL.md
name: research-workflow description: Apply systematic research methodology for multi-step research, fact-finding, web search, or verification tasks. Use when performing Brave Search, Puppeteer navigation, or synthesizing information from multiple sources.
Research Workflow
Follow this systematic approach for research, fact-finding, or web verification tasks.
Core Workflow
1. Initial Analysis
- Break down the query into core components
- Identify key concepts and relationships
- Plan search and verification strategy
- Determine which tools will be most effective
2. Primary Search (Brave Search)
- Start with broad context searches
- Use targeted follow-up searches for specific aspects
- Apply search parameters strategically (count, offset)
- Document and analyze search results
3. Deep Verification (Puppeteer/WebFetch)
- Navigate to key websites identified in search
- Take screenshots of relevant content
- Extract specific data points
- Click through and explore relevant links
4. Data Processing
- Use REPL/Analysis for complex calculations
- Process CSV files or structured data
- Create visualizations when helpful
5. Synthesis & Presentation
- Combine findings from all tools
- Present in structured format
- Highlight key insights and relationships
Brave Search Guidelines
CRITICAL RATE LIMIT: 1 request per second
- NEVER make consecutive calls without sleeping 1+ seconds
- OR run a different command between searches
Best practices:
- Use
countparameter for result volume - Apply
offsetfor pagination - Combine multiple related searches
- Document queries for reproducibility
- Include full URLs, titles, descriptions
- Note search date/time for each query
Puppeteer Guidelines
- Take screenshots of key evidence
- Use selectors precisely for interaction
- Handle navigation errors gracefully
- Document URLs and interaction paths
- Verify you arrived at correct page; retry if not
Source Documentation Requirements
All findings must include:
- Full URLs and titles
- Access dates
- Source links for quotes
- Citation metadata from search results
Best Practices
- Use tools proactively in parallel when appropriate
- Document each step of analysis
- Complex tasks should trigger the full workflow
- Always verify critical information from multiple sources
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です