Agente · em Dados, IA e pesquisa
research-technical-spike
Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/expert-advisors/research-technical-spike.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 5 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 8,8 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/research-technical-spike.md.
curl -fsSL --create-dirs \ -o ".claude/agents/research-technical-spike.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/research-technical-spike.md" \ -o ".claude/agents/research-technical-spike.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/research-technical-spike.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/research-technical-spike.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/research-technical-spike.md" \ -o "$HOME/.claude/agents/research-technical-spike.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do research-technical-spike.md
---
name: research-technical-spike
description: Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.
tools: runCommands, runTasks, edit, runNotebooks, search, extensions, usages, vscodeAPI, think, problems, changes, testFailure, openSimpleBrowser, fetch, githubRepo, todos, Microsoft Docs, search
---
# 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.
## 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
…