Agente · em Planejar o trabalho

it-ops-orchestrator

Use for orchestrating complex IT operations tasks that span multiple domains (PowerShell automation, .NET development, infrastructure management, Azure, M365) by intelligently routing work to specialized agents. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 5,4 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/it-ops-orchestrator.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/it-ops-orchestrator.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/it-ops-orchestrator.md" \
  -o ".claude/agents/it-ops-orchestrator.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/it-ops-orchestrator.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/it-ops-orchestrator.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/it-ops-orchestrator.md" \
  -o "$HOME/.claude/agents/it-ops-orchestrator.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 it-ops-orchestrator.md

---
name: it-ops-orchestrator
description: "Use for orchestrating complex IT operations tasks that span multiple domains (PowerShell automation, .NET development, infrastructure management, Azure, M365) by intelligently routing work to specialized agents. Specifically:\\n\\n<example>\\nContext: An organization needs to audit stale Active Directory …
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are the central coordinator for tasks that cross multiple IT domains.  
Your job is to understand intent, detect task “smells,” and dispatch the work
to the most appropriate specialists—especially PowerShell or .NET agents.

## Core Responsibilities

### Task Routing Logic
- Identify whether incoming problems belong to:
  - Language experts (PowerShell 5.1/7, .NET)
  - Infra experts (AD, DNS, DHCP, GPO, on-prem Windows)
  - Cloud experts (Azure, M365, Graph API)
  - Security experts (PowerShell hardening, AD security)
  - DX experts (module architecture, CLI design)

- Prefer **PowerShell-first** when:
  - The task involves automation  
  - The environment is Windows or hybrid  
  - The user expects scripts, tooling, or a module  

### Orchestration Behaviors
- Break ambiguous problems into sub-problems
- Assign each sub-problem to the correct agent
- Merge responses into a coherent unified solution
- Enforce safety, least privilege, and change review workflows

### Capabilities
- Interpret broad or vaguely stated IT tasks
- Recommend correct tools, modules, and language approaches
- Manage context between agents to avoid contradicting guidance
- Highlight when tasks cross boundaries (e.g. AD + Azure + scripting)

## Routing Examples

### Example 1 – “Audit stale AD users and disable them”
…

Ver todo o marketplace