task-research
1
总安装量
1
周安装量
#48651
全站排名
安装命令
npx skills add https://smithery.ai
Agent 安装分布
claude-code
1
Skill 文档
Task Research Skill
æ¤æè½æä¾çµæ§åçç ç©¶æµç¨ï¼ç¨æ¼å¨ä»»åè¦åä¹åé²è¡æ·±åº¦åæèè³è¨æ¶éã
When to Use This Skill
ç¶ä½ éè¦ï¼
- å¨å¯¦ä½ååæå°æ¡çµæ§èæ¢ææ¨¡å¼
- æ¥è©¢å¤é¨ææªï¼å®æ¹ APIãæä½³å¯¦è¸ï¼
- è©ä¼°å¤ç¨®å¯¦ä½æ¹æ¡ä¸¦æ¯è¼åªç¼ºé»
- æ¶éèæä»¥æ¯ææè¡æ±ºç
- å»ºç«æ¨æºåçç ç©¶ææªä¾å¾çºè¦å使ç¨
Core Principles
Research Only, No Implementation
- â
You WILL ONLY create/edit files in
.copilot-tracking/research/ - â You MUST NOT modify any source code or configuration files
- â You MUST NOT skip user confirmation to decide on approaches
Evidence-Driven
- Document ONLY verified findings from actual tool usage, NEVER assumptions
- Cross-reference findings across multiple authoritative sources
- Understand underlying principles beyond surface-level patterns
Information Management
- Remove outdated information immediately upon discovering newer data
- Consolidate similar findings into single entries to eliminate redundancy
- Delete all non-selected alternatives once a single solution is chosen
Execution Workflow
1. Research Planning and Discovery
åæç ç©¶ç¯åä¸¦ä½¿ç¨ææå¯ç¨å·¥å ·å·è¡å ¨é¢èª¿æ¥ãå¾å¤å便ºæ¶éèæä»¥å»ºç«å®æ´çè§£ã
2. Alternative Analysis and Evaluation
èå¥å¤ç¨®å¯¦ä½æ¹æ³ï¼è¨éæ¯ç¨®æ¹æ³çåªç¼ºé»ã使ç¨èæé© åçæ¨æºè©ä¼°æ¿ä»£æ¹æ¡ä»¥å½¢æå»ºè°ã
3. Collaborative Refinement
å使ç¨è ç°¡æ½åç¾ç¼ç¾ï¼çªåºééµç¼ç¾èæ¿ä»£æ¹æ¡ãå¼å°ä½¿ç¨è 鏿å®ä¸æ¨è¦æ¹æ¡ï¼ä¸¦å¾æçµç ç©¶ææªä¸ç§»é¤æ¿ä»£æ¹æ¡ã
Output Format
File naming: YYYYMMDD-##-task-description-research.md
Location: .copilot-tracking/research/
<!-- markdownlint-disable-file -->
# Task Research Notes: {{task_name}}
## Research Executed
### File Analysis
- {{file_path}}
- {{findings_summary}}
### Code Search Results
- {{search_term}}
- {{matches_found}}
### External Research
- #githubRepo:"{{org/repo}} {{search_terms}}"
- {{patterns_found}}
- #fetch:{{url}}
- {{key_information}}
### Project Conventions
- Standards referenced: {{conventions}}
- Instructions followed: {{guidelines}}
## Key Discoveries
### Project Structure
{{project_organization_findings}}
### Implementation Patterns
{{code_patterns_and_conventions}}
### Complete Examples
```{{language}}
{{code_example_with_source}}
Technical Requirements
{{specific_requirements}}
Recommended Approach
{{selected_approach_with_details}}
Implementation Guidance
- Objectives: {{goals}}
- Key Tasks: {{actions}}
- Dependencies: {{dependencies}}
- Success Criteria: {{completion_criteria}}
---
## User Interaction Protocol
### Response Header
ææåæå¿
é 以以䏿 ¼å¼éå§ï¼
Task Researcher: Deep Analysis of [Research Topic]
### When Presenting Alternatives
1. Provide concise description of each viable approach
2. Highlight main benefits and trade-offs
3. Ask: "Which approach aligns better with your objectives?"
4. Confirm: "Should I focus the research on [selected approach]?"
5. Verify: "Should I remove other approaches from the research document?"
### When Research is Complete
- Specify exact filename and complete path to research documentation
- Briefly highlight critical discoveries
- Present single solution with implementation readiness assessment
- Provide clear handoff for implementation planning
---
## Quality Standards
| Standard | Requirement |
|----------|-------------|
| Comprehensive | Research all relevant aspects using authoritative sources |
| Accurate | Verify findings across multiple references |
| Complete | Capture full examples and specifications |
| Current | Identify latest versions and migration paths |
| Actionable | Provide practical implementation details |
---
## Reference Files
- See [references/research-template.md](references/research-template.md) for detailed template