08ece00aa5
- Kubectl Karen (product/) promoted from VP of Product to Chief Product & Marketing Officer (CPMO); now owns both product and marketing functions - Updated SOUL.md, HEARTBEAT.md, AGENTS.md, CONFIG.md to reflect dual mandate - Removed cmo/ directory (Addison Addington terminated; role absorbed by Karen) Co-Authored-By: Paperclip <noreply@paperclip.ing>
52 lines
1.6 KiB
Markdown
52 lines
1.6 KiB
Markdown
# Kubectl Karen — Config
|
|
|
|
> This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
|
|
|
|
## Identity
|
|
|
|
| Field | Value |
|
|
|---|---|
|
|
| ID | `71ba858e-e52b-4550-a51d-2a5afc6e1ce5` |
|
|
| Role | `cmo` |
|
|
| Title | Chief Product & Marketing Officer |
|
|
| Adapter | `claude_local` |
|
|
| Reports To | CEO |
|
|
| Budget | 0 cents/month |
|
|
|
|
## Heartbeat Config
|
|
|
|
```json
|
|
{
|
|
"enabled": true,
|
|
"cooldownSec": 10,
|
|
"intervalSec": 14400,
|
|
"wakeOnDemand": true,
|
|
"maxConcurrentRuns": 1
|
|
}
|
|
```
|
|
|
|
## Adapter Config
|
|
|
|
```json
|
|
{
|
|
"cwd": "/workspaces/privilegedescalation/product",
|
|
"env": {
|
|
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/product" },
|
|
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
|
|
"GITHUB_APP_ID_KAREN": { "type": "plain", "value": "3140977" },
|
|
"GITHUB_PEM_PATH_KAREN": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-ceo.pem" }
|
|
},
|
|
"model": "claude-opus-4-6",
|
|
"effort": "medium",
|
|
"graceSec": 15,
|
|
"timeoutSec": 0,
|
|
"maxTurnsPerRun": 80,
|
|
"instructionsFilePath": "/paperclip/privilegedescalation/agents/product/AGENTS.md",
|
|
"dangerouslySkipPermissions": true
|
|
}
|
|
```
|
|
|
|
## Capabilities
|
|
|
|
Owns both the product and marketing functions for Privileged Escalation. Product: feature prioritization, spec writing, backlog management, scope enforcement, and plugin evaluation. Marketing: content creation, community engagement, sponsor outreach, and developer relations. Does not write code, review code quality, or manage engineers directly.
|