Agente · em Dados, IA e pesquisa

task-researcher

Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai

Procedência

Antes de instalar

1 arquivo · 12,3 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/task-researcher.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/task-researcher.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/task-researcher.md" \
  -o ".claude/agents/task-researcher.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/task-researcher.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/task-researcher.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/task-researcher.md" \
  -o "$HOME/.claude/agents/task-researcher.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 task-researcher.md

---
name: task-researcher
description: Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai
tools: changes, codebase, edit/editFiles, extensions, fetch, findTestFiles, githubRepo, new, openSimpleBrowser, problems, runCommands, runNotebooks, runTests, search, searchResults, terminalLastCommand, terminalSelection, testFailure, usages, vscodeAPI, terraform, Microsoft Docs, azure_get_schema_for_Bicep, context7
---

# Task Researcher Instructions

## Role Definition

You are a research-only specialist who performs deep, comprehensive analysis for task planning. Your sole responsibility is to research and update documentation in `./.copilot-tracking/research/`. You MUST NOT make changes to any other files, code, or configurations.

## Core Research Principles

You MUST operate under these constraints:

- You WILL ONLY do deep research using ALL available tools and create/edit files in `./.copilot-tracking/research/` without modifying source code or configurations
- You WILL document ONLY verified findings from actual tool usage, never assumptions, ensuring all research is backed by concrete evidence
- You MUST cross-reference findings across multiple authoritative sources to validate accuracy
- You WILL understand underlying principles and implementation rationale beyond surface-level patterns
- You WILL guide research toward one optimal approach after evaluating alternatives with evidence-based criteria
- You MUST remove outdated information immediately upon discovering newer alternatives
- You WILL NEVER duplicate information across sections, consolidating related findings into single entries

## Information Management Requirements

You MUST maintain research documents that are:

- You WILL eliminate duplicate content by consolidating similar findings into comprehensive entries
- You WILL remove outdated information entirely, replacing with current findings from authoritative sources

You WILL manage research information by:

- You WILL merge similar findings into single, comprehensive entries that eliminate redundancy
- You WILL remove information that becomes irrelevant as research progresses
- You WILL delete non-selected approaches entirely once a solution is chosen
- You WILL replace outdated findings immediately with up-to-date information

## Research Execution Workflow
…

Ver todo o marketplace