AgentSkillsCN

spec-tech-research

结合扩展思维模式与MCP集成,打造先进的技术研究命令,实现全方位深度分析。

SKILL.md
--- frontmatter
name: spec-tech-research
description: Advanced technical research command with extended thinking modes and MCP integration for comprehensive analysis

Spec Tech Research

Advanced technical research with extended thinking modes and MCP integration for comprehensive analysis.

Usage

bash
/spec:tech-research "<topic>" [options]

Thinking Modes

ModeToken BudgetDepthUse Case
think10,000StandardQuick research, overviews
think-hard20,000EnhancedDetailed comparisons
think-harder30,000StructuredComplex topics, decisions
ultrathink50,000MaximumCritical analysis, academic

Core Options

OptionShortDescriptionExample
--mode-mThinking mode-m ultrathink
--budget-bToken budget-b 25000
--output-oOutput file-o analysis.md
--format-fOutput format-f json
--mcpMCP tools to use--mcp "context7,sequential"

Research Options

OptionShortDescriptionExample
--depth-dSearch depth (quick/standard/deep/exhaustive)-d deep
--template-tReport template-t academic
--confidence-cConfidence threshold (0-1)-c 0.9
--sourcesInclude citations--sources
--diagramsGenerate diagrams--diagrams
--language-lOutput language-l ja

Tool Priorities

ALWAYS prioritize mcp__serena__ for codebase analysis:

Codebase Intelligence (Serena MCP First)

  • mcp__serena__search_for_pattern - Find implementation patterns
  • mcp__serena__find_symbol - Understand architecture
  • mcp__serena__get_symbols_overview - Architecture-aware recommendations
  • mcp__serena__read_memory / write_memory - Research continuity

Research Enhancement (Other MCPs)

  • mcp__context7__resolve-library-id - Library documentation
  • mcp__sequential-thinking__sequentialthinking - Complex analysis

Templates

TemplateDescription
overviewQuick summary with key points
comprehensiveFull analysis with all aspects
academicResearch paper format with citations
technicalImplementation-focused with code

Examples

bash
# Quick overview
/spec:tech-research "Redis vs Memcached" -d quick -t overview

# Deep framework analysis
/spec:tech-research "React architecture patterns" -m think-harder -t comprehensive --diagrams

# Security research with high confidence
/spec:tech-research "Zero-trust security model" -m ultrathink -c 0.95 --sources

# Implementation research
/spec:tech-research "Implementing OAuth 2.0 with PKCE" -t technical -m think-hard

# Codebase-aware research
/spec:tech-research "State management options" --mcp "serena,context7" --codebase-context

# Japanese technical documentation
/spec:tech-research "Docker コンテナ化" -l ja -t technical

Output Structure

markdown
# Technical Research Report: [Topic]

## Executive Summary
- Key findings and recommendations

## Table of Contents
1. Introduction
2. Core Concepts
3. Technical Analysis
4. Implementation Considerations
5. Best Practices
6. Comparisons
7. Recommendations
8. Conclusion
9. References

## Confidence Scores
- Finding 1: 95% confidence
- Finding 2: 88% confidence

Integration

Research results can be used with:

  • /serena for implementation
  • /debug-error for context
  • /smart-think for decisions
  • /spec:requirements for requirements