Agent skill
research-workflow
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/research-workflow
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?