Claude-code-customes spec-tech-research
Advanced technical research command with extended thinking modes and MCP integration for comprehensive analysis
install
source · Clone the upstream repo
git clone https://github.com/sc30gsw/claude-code-customes
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sc30gsw/claude-code-customes "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/spec-tech-research" ~/.claude/skills/sc30gsw-claude-code-customes-spec-tech-research && rm -rf "$T"
manifest:
.claude/skills/spec-tech-research/SKILL.mdsource content
Spec Tech Research
Advanced technical research with extended thinking modes and MCP integration for comprehensive analysis.
Usage
/spec:tech-research "<topic>" [options]
Thinking Modes
| Mode | Token Budget | Depth | Use Case |
|---|---|---|---|
| 10,000 | Standard | Quick research, overviews |
| 20,000 | Enhanced | Detailed comparisons |
| 30,000 | Structured | Complex topics, decisions |
| 50,000 | Maximum | Critical analysis, academic |
Core Options
| Option | Short | Description | Example |
|---|---|---|---|
| | Thinking mode | |
| | Token budget | |
| | Output file | |
| | Output format | |
| MCP tools to use | |
Research Options
| Option | Short | Description | Example |
|---|---|---|---|
| | Search depth (quick/standard/deep/exhaustive) | |
| | Report template | |
| | Confidence threshold (0-1) | |
| Include citations | | |
| Generate diagrams | | |
| | Output language | |
Tool Priorities
ALWAYS prioritize mcp__serena__ for codebase analysis:
Codebase Intelligence (Serena MCP First)
- Find implementation patternsmcp__serena__search_for_pattern
- Understand architecturemcp__serena__find_symbol
- Architecture-aware recommendationsmcp__serena__get_symbols_overview
/mcp__serena__read_memory
- Research continuitywrite_memory
Research Enhancement (Other MCPs)
- Library documentationmcp__context7__resolve-library-id
- Complex analysismcp__sequential-thinking__sequentialthinking
Templates
| Template | Description |
|---|---|
| Quick summary with key points |
| Full analysis with all aspects |
| Research paper format with citations |
| Implementation-focused with code |
Examples
# 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
# 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:
for implementation/serena
for context/debug-error
for decisions/smart-think
for requirements/spec:requirements