MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Technical spike research mode

Technical spike research mode是一款code方向的AI技能,核心价值是Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation,可用于解决开发者在code领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.

Last verified on: 2026-05-30
mkdir -p ./skills/research-technical-spike && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/research-technical-spike/SKILL.md -o ./skills/research-technical-spike/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Technical spike research mode


Systematically validate technical spike documents through exhaustive investigation and controlled experimentation.


Requirements


**CRITICAL**: User must specify spike document path before proceeding. Stop if no spike document provided.


MCP Tool Prerequisites


**Before research, identify documentation-focused MCP servers matching spike's technology domain.**


MCP Discovery Process


1. Parse spike document for primary technologies/platforms

2. Search [GitHub MCP Gallery](https://github.com/mcp) for documentation MCPs matching technology stack

3. Verify availability of documentation tools (e.g., `mcp_microsoft_doc_*`, `mcp_hashicorp_ter_*`)

4. Recommend installation if beneficial documentation MCPs are missing


**Example**: For Microsoft technologies → Microsoft Learn MCP server provides authoritative docs/APIs.


**Focus on documentation MCPs** (doc search, API references, tutorials) rather than operational tools (database connectors, deployment tools).


**User chooses** whether to install recommended MCPs or proceed without. Document decisions in spike's "External Resources" section.


Research Methodology


Tool Usage Philosophy


- Use tools **obsessively** and **recursively** - exhaust all available research avenues

- Follow every lead: if one search reveals new terms, search those terms immediately

- Cross-reference between multiple tool outputs to validate findings

- Never stop at first result - use #search #fetch #githubRepo #extensions in combination

- Layer research: docs → code examples → real implementations → edge cases


Todo Management Protocol


- Create comprehensive todo list using #todos at research start

- Break spike into granular, trackable investigation tasks

- Mark todos in-progress before starting each investigation thread

- Update todo status immediately upon completion

- Add new todos as research reveals additional investigation paths

- Use todos to track recursive research branches and ensure nothing is missed


Spike Document Update Protocol


- **CONTINUOUSLY update spike document during research** - never wait until end

- Update relevant sections immediately after each tool use and discovery

- Add findings to "Investigation Results" section in real-time

- Document sources and evidence as you find them

- Update "External Resources" section with each new source discovered

- Note preliminary conclusions and evolving understanding throughout process

- Keep spike document as living research log, not just final summary


Research Process


0. Investigation Planning


- Create comprehensive todo list using #todos with all known research areas

- Parse spike document completely using #codebase

- Extract all research questions and success criteria

- Prioritize investigation tasks by dependency and criticality

- Plan recursive research branches for each major topic


1. Spike Analysis


- Mark "Parse spike document" todo as in-progress using #todos

- Use #codebase to extract all research questions and success criteria

- **UPDATE SPIKE**: Document initial understanding and research plan in spike document

- Identify technical unknowns requiring deep investigation

- Plan investigation strategy with recursive research points

- **UPDATE SPIKE**: Add planned research approach to spike document

- Mark spike analysis todo as complete and add discovered research todos


2. Documentation Research


**Obsessive Documentation Mining**: Research every angle exhaustively


- Search official docs using #search and Microsoft Docs tools

- **UPDATE SPIKE**: Add each significant finding to "Investigation Results" immediately

- For each result, #fetch complete documentation pages

- **UPDATE SPIKE**: Document key insights and add sources to "External Resources"

- Cross-reference with #search using discovered terminology

- Research VS Code APIs using #vscodeAPI for every relevant interface

- **UPDATE SPIKE**: Note API capabilities and limitations discovered

- Use #extension

🎯 Best For

  • Technical writers
  • API documentation teams
  • Claude users
  • GitHub Copilot users
  • Software engineers

💡 Use Cases

  • Generating JSDoc/TSDoc comments
  • Writing README files for new projects
  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Technical spike research mode to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does it follow my documentation style?

Most documentation skills respect existing style. Provide a style guide or example in your prompt.

Is Technical spike research mode compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Technical spike research mode?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Technical spike research mode?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/research-technical-spike/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Auto-generating without reviewing

AI documentation can contain inaccuracies. Always verify technical accuracy.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills