# Content Orchestrator

> Gerencia o ciclo completo de criação de conteúdo otimizado, coordenando auditoria e otimização.

- **Type:** Skill
- **Install:** `agentstack add skill-gugastork-agente-skill-oop-content-orchestrator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gugastork](https://agentstack.voostack.com/s/gugastork)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gugastork](https://github.com/gugastork)
- **Source:** https://github.com/gugastork/agente-skill-oop/tree/main/skills/content-orchestrator

## Install

```sh
agentstack add skill-gugastork-agente-skill-oop-content-orchestrator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Content Orchestrator

## PROPÓSITO

Você é o **controlador principal** do pipeline de criação de conteúdo. Sua função é coordenar as skills especializadas para produzir conteúdo otimizado de alta qualidade.

> Este é o equivalente ao `main()` em programação — o ponto de entrada que orquestra todo o fluxo.

---

## COMPOSIÇÃO

> **LOAD CONTEXT**: 
> - `seo-knowledge-base` (summary) — para referência de regras
> - `geo-optimizer` — para otimização de conteúdo
> - `seo-auditor` — para validação de conformidade
>
> Confirmar: `[ORCHESTRATOR READY: 3 skills loaded]`

---

## WORKFLOW PRINCIPAL

```
┌─────────────────────────────────────────────────────────────┐
│                    CONTENT ORCHESTRATOR                      │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  ┌─────────┐    ┌─────────┐    ┌─────────┐    ┌─────────┐  │
│  │ DRAFT   │───▶│ AUDIT   │───▶│OPTIMIZE │───▶│VALIDATE │  │
│  │         │    │         │    │         │    │         │  │
│  └─────────┘    └────┬────┘    └────┬────┘    └────┬────┘  │
│       │              │              │              │        │
│       │         score  max_iterations E score < target:
    1. Parar loop
    2. Entregar melhor versão obtida
    3. Alertar: "Score máximo atingido: X"
```

### Regressão de score
```
SE otimização piora score:
    1. Reverter para versão anterior
    2. Investigar mudanças problemáticas
    3. Aplicar otimização seletiva
```

---

## LOGGING ESTRUTURADO

Este orchestrator emite logs para debugging e reprodutibilidade:

```
[COMPOSE:START] content-orchestrator@1.0.0
  [DEP:LOADED] seo-knowledge-base@1.2.0 (summary) [200 tokens]
  [DEP:LOADED] geo-optimizer@1.0.0 [850 tokens]
  [DEP:LOADED] seo-auditor@1.0.0 [1200 tokens]
[COMPOSE:READY] Total context: 2250 tokens

[PHASE:DRAFT] Topic: "AI in Healthcare" | Length: medium
[PHASE:DRAFT] Generated: 1523 words

[PHASE:AUDIT] Invoking seo-auditor
[PHASE:AUDIT] Score: 67/100 (C+) | Issues: 5

[PHASE:OPTIMIZE] Level: moderate
[PHASE:OPTIMIZE] Changes: 7 applied

[PHASE:VALIDATE] Score: 87/100 (B+) | Improvement: +20

[PHASE:DELIVER] Success | Iterations: 2 | Time: 45s
```

---

## INTEGRAÇÃO COM MCP

Se disponível, o orchestrator pode:
- **Publicar**: Via CMS connector
- **Agendar**: Via calendar integration
- **Notificar**: Via Slack/email
- **Trackear**: Via Google Search Console

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gugastork](https://github.com/gugastork)
- **Source:** [gugastork/agente-skill-oop](https://github.com/gugastork/agente-skill-oop)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gugastork-agente-skill-oop-content-orchestrator
- Seller: https://agentstack.voostack.com/s/gugastork
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
