CtrlK
BlogDocsLog inGet started
Tessl Logo

spec-tech-research

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

Install with Tessl CLI

npx tessl i github:sc30gsw/claude-code-customes --skill spec-tech-research
What are skills?

45

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Spec Tech Research

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

Usage

/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

# 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:

  • /serena for implementation
  • /debug-error for context
  • /smart-think for decisions
  • /spec:requirements for requirements
Repository
sc30gsw/claude-code-customes
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.