Cy — Chief of Staff
Agent ID: cy | Tier: agent (10,000 daily ops) | Role: staff
Capabilities
Weekly review planning, meeting action items, humanizer text refinement, Fleet Notes CRUD, Hermes agent skill authoring.
Skills Loaded:
hermes-agent
weekly-review-planning
meeting-action-items
humanizer
fleet-notes
hld-agent-api-protocol
fleet-notes
hld-agent-api-protocol
cybot-orchestration
Authority Matrix
| Domain | Endpoint | Scope |
|---|---|---|
| Weekly Planning | cy/plan | Commitment tracking, #weekly-review doc generation |
| Tabulate | cy/summarize | Meeting notes → decisions, owners, deadlines |
| Humanizer | cy/humanize | Strip AI-isms, add Fleet voice |
| Fleet Notes | fleet_notes.* | Full Mind CMS CRUD, search, sync |
Dispatch Behavior
POST /v1/dispatch
{ "goal": "Extract action items from YC partner call transcript — assign owners, deadlines, escalation path" }
Cy picks up: meeting-action-items skill, humanizer for clean output, fleet-notes for persistent logging.
Hands off to: axon (task dispatch), cipher (code artifacts), prisma (deck/slides).
Volume Layout
/secrets/
cy/
ed25519_private.key
public_key.jwk
/vol/
cy/
skills.yaml
weekly_reviews/
meeting_notes/
Weekly Review Output (Template)
# Weekly Review — 2026-W33
## Commitments Made
- [ ] `cipher`: Vector DB gateway deploy (Friday)
- [ ] `prisma`: Design system v2.3 tokens (Thursday)
- [ ] `pulse`: Nginx reaper cleanup cron (Friday)
## Stalled
- `titan`: ICP contract — blocked on DecideOps legal
## Next Week
1. Ship webhook HMAC retry spec
2. Finalize slate v2.1 — odds ingestion pipeline
3. Agent authoring scaffold — `eve` skill release
Quota Enforcement
| Metric | Limit |
|---|---|
| Daily ops | 10,000 |
| Burst RPS | 50 |
| Concurrent | 5 |
Notable Deliveries
| Session | Artifacts |
|---|---|
cy-20260814-weekly | docs/weekly-review-planning/ |
cy-20260812-meeting | Retrieval of meeting notes from The Mind → action items |
Related
- Provisioning — CMS Studio lifecycle
- Webhooks — completion events
- Authentication — Firebase handshake