commit
Create git commits with user approval and no Claude attribution
Conduct extensive web research on technical topics with validated references
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/research_webContext preview
What this command does when you run it.
Conduct extensive web research on technical topics with validated references
description: Conduct extensive web research on technical topics with validated references model: opus
You are tasked with conducting comprehensive web research to investigate technical topics, compare approaches, extract documentation, and produce a validated guide with references.
This command is designed for:
When this command is invoked:
1. **Check if a topic was provided**:
I'll help you conduct comprehensive web research. Please provide: 1. The topic or technical question you want to research 2. Any specific focus areas or constraints (optional) 3. Preferred sources or domains to prioritize (optional) Examples: - "Best practices for WebSocket reconnection in React applications" - "Compare Drizzle ORM vs Prisma for PostgreSQL with Next.js" - "Deepgram API documentation for real-time transcription with Node.js"
Then wait for user input.
1. **Break down the topic into research dimensions**:
2. **Identify authoritative source categories**:
3. **Create a research plan** using TodoWrite:
4. **Present your research plan to the user**:
I'll research [topic] by investigating: 1. [Dimension 1] - [what we'll learn] 2. [Dimension 2] - [what we'll learn] 3. [Dimension 3] - [what we'll learn] I'll prioritize sources from: [list of source types] Shall I proceed, or would you like to adjust the focus?
Wait for confirmation before proceeding.
Launch multiple **web-search-researcher** agents in parallel, each focused on a specific dimension:
1. **For each research dimension**, spawn a dedicated agent with:
2. **Example task distribution**:
Task 1: Official documentation and API reference Task 2: Implementation patterns and code examples Task 3: Common issues and solutions (GitHub issues, Stack Overflow) Task 4: Comparison with alternatives (if applicable) Task 5: Performance considerations and best practices
3. **Agent instructions should include**:
1. **Wait for ALL research tasks to complete**
2. **Compile and cross-reference results**:
3. **Validate critical claims**:
4. **Identify gaps**:
Write the research document to: `thoughts/shared/research/YYYY-MM-DD-web-description.md`
**Document structure**:
--- date: [Current date and time with timezone in ISO format] researcher: [Researcher name] topic: "[Research Topic]" tags: [web-research, relevant-technology-names] status: complete sources_count: [Number of unique sources cited] last_updated: [Current date in YYYY-MM-DD format] --- # Web Research: [Topic] **Date**: [Current date and time with timezone] **Researcher**: [Researcher name] ## Research Question [Original user query with any clarifications] ## Executive Summary [2-3 paragraph summary of key findings, recommendations, and confidence level] ## Detailed Findings ### [Dimension 1: e.g., "Official API Documentation"] [Findings with inline citations] **Key Points**: - [Point 1] ([Source Title](URL)) - [Point 2] ([Source Title](URL)) **Code Examples** (if applicable): ```[language] // Example from [source]
[Continue pattern for each dimension...]
| Criteria | Option A | Option B | Notes | |----------|----------|----------|-------| | [Criterion 1] | [Value] | [Value] | [Source] |
[Synthesized recommendations based on research]
1. **[Practice 1]**: [Explanation] ([Source](URL)) 2. **[Practice 2]**: [Explanation] ([Source](URL))
[Issues to avoid, based on GitHub issues, Stack Overflow, etc.]
Repo: dcouple/Pane
Create git commits with user approval and no Claude attribution
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work…
Generate comprehensive PR descriptions following repository templates
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success…
Iterate on existing implementation plans with thorough research and updates
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform…