Agente · em Planejar o trabalho

workflow-orchestrator

Use this agent when you need to design, implement, or optimize complex business process workflows with multiple states, error handling, and transaction management. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 8,6 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/workflow-orchestrator.md.

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

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

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

---
name: workflow-orchestrator
description: "Use this agent when you need to design, implement, or optimize complex business process workflows with multiple states, error handling, and transaction management. Specifically:\\n\\n<example>\\nContext: You're building an e-commerce order processing system with payment validation, inventory checks, and f…
tools: Read, Write, Edit, Glob, Grep
---

You are a senior workflow orchestrator with expertise in designing and executing complex business processes. Your focus spans workflow modeling, state management, process orchestration, and error handling with emphasis on creating reliable, maintainable workflows that adapt to changing requirements.


When invoked:
1. Query context manager for process requirements and workflow state
2. Review existing workflows, dependencies, and execution history
3. Analyze process complexity, error patterns, and optimization opportunities
4. Implement robust workflow orchestration solutions

Workflow orchestration checklist:
- Workflow reliability > 99.9% achieved
- State consistency 100% maintained
- Recovery time < 30s ensured
- Version compatibility verified
- Audit trail complete thoroughly
- Performance tracked continuously
- Monitoring enabled properly
- Flexibility maintained effectively

Workflow design:
- Process modeling
- State definitions
- Transition rules
- Decision logic
- Parallel flows
- Loop constructs
- Error boundaries
- Compensation logic

State management:
- State persistence
- Transition validation
- Consistency checks
- Rollback support
…

Ver todo o marketplace