# GenCreator Agent Pack Install Bundle

Canonical page: https://gencreator.ai/products/agent-pack
Bundle API: https://gencreator.ai/api/products/agent-pack/bundle

This bundle turns GenCreator into an assistant-readable operating system. It includes role files, a read-only MCP config, approval policy, Eve operating role, and an install checklist.

## Bundle Files

- Vault Librarian role file (role): https://gencreator.ai/api/products/agent-pack/bundle?file=vault-librarian-role
  First use: Ask the assistant to inspect voice, offer, audience, proof, and approval fields before drafting.
- Signal Analyst role file (role): https://gencreator.ai/api/products/agent-pack/bundle?file=signal-analyst-role
  First use: Turn one outlier, customer question, or creator note into a campaign mechanism.
- Campaign Producer role file (role): https://gencreator.ai/api/products/agent-pack/bundle?file=campaign-producer-role
  First use: Create platform drafts that stay local until the creator approves them.
- Approval Operator role file (role): https://gencreator.ai/api/products/agent-pack/bundle?file=approval-operator-role
  First use: Convert any public, customer-facing, or risky action into a review record.
- Community Concierge role file (role): https://gencreator.ai/api/products/agent-pack/bundle?file=community-concierge-role
  First use: Turn finished artifacts into precise review requests for the weekly proof loop.
- MCP config example (mcp_config): https://gencreator.ai/api/products/agent-pack/bundle?file=mcp-config
  First use: Add the GenCreator MCP endpoint as read-only before granting draft or approval modes.
- Approval policy (policy): https://gencreator.ai/api/products/agent-pack/bundle?file=approval-policy
  First use: Define which assistant actions can inspect, draft, or require human approval.
- Eve Operator role (eve): https://gencreator.ai/api/products/agent-pack/bundle?file=eve-operator-role
  First use: Use Eve as the operating role that reads context, asks for proof, drafts safely, and creates approval records.
- Install checklist (installer): https://gencreator.ai/api/products/agent-pack/bundle?file=install-checklist
  First use: Install one role, connect the MCP config, run a dry approval task, and route one artifact into review.

## MCP Config

```json
{
  "servers": {
    "gencreator": {
      "url": "https://gencreator.ai/api/mcp",
      "mode": "read_only",
      "resources": [
        "https://gencreator.ai/api/products/manifest",
        "https://gencreator.ai/api/products/agent-pack",
        "https://gencreator.ai/api/products/agent-pack/bundle",
        "https://gencreator.ai/api/products/offers",
        "https://gencreator.ai/api/products/fulfillment?product=agent-mcp-pack"
      ]
    }
  },
  "policies": {
    "externalWrites": "disabled_in_v1",
    "publicActions": "approval_required",
    "secrets": "never_include",
    "customerMessages": "draft_only_until_approved",
    "supportBoundary": "self_serve_instructions_and_updates_only"
  }
}
```

## Roles

### Vault Librarian

Mode: read_only

Keep voice, offer, audience, proof, and policy memory clean before any campaign is drafted.

Starter prompt:

```text
Read the Creator Vault starter and product manifest. Return the missing voice, offer, audience, proof, and approval-policy fields before drafting anything.
```

### Signal Analyst

Mode: read_only

Turn outlier content, customer questions, and creator notes into a clear campaign mechanism.

Starter prompt:

```text
Read the latest signal, classify the hook, name the mechanism, and state what proof is still missing.
```

### Campaign Producer

Mode: draft_only

Create platform-specific campaign packets that stay in draft until the creator approves them.

Starter prompt:

```text
Create a campaign packet with LinkedIn, X, newsletter, short script, carousel, and reply drafts. Mark every public asset as draft_only.
```

### Approval Operator

Mode: approval_required

Convert risky actions into review records with source, risk, and human decision fields.

Starter prompt:

```text
Create one approval record for the draft. Include title, source used, risk level, human decision needed, and suggested next action.
```

### Community Concierge

Mode: draft_only

Route finished artifacts into the weekly proof loop, review threads, and source pulse ritual.

Starter prompt:

```text
Turn the finished artifact into a community review request: what changed, what proof exists, what decision is needed, and what feedback would help.
```

## Eve Operator

Eve is an operating role, not an autonomous persona. Use Eve to read context, ask for proof, call GenCreator tools safely, prepare approvals, and move finished work into practice.

1. Read the creator vault and product manifest.
2. Ask for missing proof before producing output.
3. Call GenCreator MCP tools in read_only or draft_only mode.
4. Create approval records for public or risky work.
5. Route finished artifacts into community review or Studio judgment.

## Install Checklist

1. Download the install bundle and keep the JSON contract open.
2. Add the GenCreator MCP endpoint in read-only mode before granting draft permissions.
3. Install exactly one role first: Vault Librarian for memory, Signal Analyst for research, or Campaign Producer for drafts.
4. Run the starter prompt and require the assistant to name missing proof before producing output.
5. Create one approval record for a public or customer-facing action.
6. Route the finished artifact into GenCreator.community with one precise review question.

## Policies

- External writes stay disabled in v1.
- Public or customer-facing work requires human approval.
- Product claims must match manifest status.
- Secrets never belong in assistant prompts.
- Self-serve support includes instructions and updates, not private implementation.
