-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpersonas.yaml
More file actions
344 lines (327 loc) · 12 KB
/
personas.yaml
File metadata and controls
344 lines (327 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# Redpanda Cloud Documentation Personas
#
# These personas represent the target audience for Redpanda Cloud documentation.
# Use these when assigning :personas: attributes to documentation pages.
#
# This persona set covers two domains:
# 1. Streaming/Data Platform: Real-time data streaming, connectors, pipelines
# 2. Agentic Data Platform (ADP): AI agent development, governance, enterprise AI adoption
schema_version: "1.0"
repository: cloud-docs
personas:
# ============================================================================
# TIER 1: Executive & Governance
# ============================================================================
- id: executive
name: Executive Stakeholder
description: CIO/CAIO/Head of AI Strategy driving enterprise AI adoption and governance
experience_level: executive
goals:
- Drive enterprise-wide AI adoption strategy
- Ensure ROI on AI investments
- Establish governance framework for agent deployments
- Manage cost and resource allocation
- Ensure compliance with organizational policies
pain_points:
- Lack of visibility into agent usage and costs
- Difficulty enforcing governance at scale
- Unclear ROI metrics for AI initiatives
- Risk of shadow AI deployments
- Integration with existing enterprise systems
content_preferences:
- High-level governance frameworks
- ROI and cost analysis
- Compliance and audit capabilities
- Executive dashboards and reporting
- Strategic planning guides
typical_content_types:
- overview
- concepts
- best-practices
- id: security_leader
name: Security & Risk Leader
description: CISO/Compliance Officer protecting systems and enforcing data protection policies
experience_level: advanced
goals:
- Enforce agent policy and access controls
- Maintain audit trails for compliance
- Protect sensitive data and credentials
- Manage risk across agent deployments
- Ensure regulatory compliance
pain_points:
- Agent access to sensitive systems
- Lack of visibility into agent actions
- Difficult to audit agent behavior
- Credential management and rotation
- Compliance with data protection regulations
content_preferences:
- Security architecture patterns
- Policy enforcement mechanisms
- Audit trail documentation
- Compliance certification guides
- Incident response procedures
typical_content_types:
- concepts
- reference
- best-practices
- troubleshooting
# ============================================================================
# TIER 2: Platform Operations
# ============================================================================
- id: platform_admin
name: Platform Administrator
description: Manages Redpanda Cloud clusters, users, security, and billing
experience_level: intermediate
goals:
- Provision and configure clusters
- Manage user access and security
- Monitor cluster health and usage
- Control costs and optimize resources
pain_points:
- Complex security configuration
- Understanding billing and usage metrics
- Managing access across teams
- Capacity planning
content_preferences:
- Step-by-step administration guides
- Security best practices
- Billing and cost optimization tips
- Monitoring and alerting setup
typical_content_types:
- how-to
- reference
- best-practices
- id: ai_platform_engineer
name: AI/ML Platform Engineer
description: Operates agent infrastructure, runtimes, and connectivity with governance controls
experience_level: advanced
goals:
- Deploy and operate agent runtime infrastructure
- Configure governance controls and policies
- Monitor agent performance and resource usage
- Onboard and manage MCP servers
- Ensure agent observability and debugging
pain_points:
- Complex agent runtime configuration
- Difficult to troubleshoot agent failures
- Managing agent resource allocation
- Integrating governance with existing tools
- Scaling agent infrastructure
content_preferences:
- Infrastructure setup guides
- Governance configuration patterns
- Observability and monitoring setup
- Performance tuning documentation
- Troubleshooting workflows
typical_content_types:
- how-to
- reference
- troubleshooting
- best-practices
# ============================================================================
# TIER 3: Builders & Developers
# ============================================================================
- id: app_developer
name: Application Developer
description: Builds applications that produce and consume data from Redpanda Cloud
experience_level: intermediate
goals:
- Connect applications to Redpanda Cloud clusters
- Produce and consume messages reliably
- Implement proper error handling and retries
- Optimize client performance
pain_points:
- Authentication and connection configuration
- Understanding Kafka client options
- Debugging connectivity issues
- Choosing the right client library
content_preferences:
- Working code examples in multiple languages
- Connection configuration templates
- Client library comparisons
- Performance tuning guides
typical_content_types:
- how-to
- tutorial
- reference
- id: agent_developer
name: Agent Developer
description: Builds AI agents, agentic workflows, and MCP tools that integrate with Redpanda Cloud and ADP
experience_level: intermediate
goals:
# MCP and streaming integration
- Create MCP tools that AI assistants can discover and use
- Deploy MCP servers to Redpanda Cloud
- Integrate with AI/LLM applications
- Debug agent-tool interactions
# Agentic workflows and governed deployment
- Build agents and workflows that solve business problems
- Use ADP catalog, templates, and curated datasets
- Design reasoning patterns and tool interactions
- Deploy agents into governed runtime
pain_points:
# MCP and integration challenges
- MCP configuration syntax
- Testing tools before deployment
- Limited AI-specific examples
# ADP and governance challenges
- Hard to discover existing templates, MCP servers, datasets
- Unclear access policies
- Brittle multi-step integrations
- Inconsistent testing/debugging environments
content_preferences:
# Code examples and patterns
- Working code examples with AI context
- Testing and debugging workflows
- Integration patterns
# Catalog and governance
- Rich catalog of agent templates and tools
- Governance introspection (what agent can/can't do)
- Replay-based debugging
- Streamlined deployment workflows
typical_content_types:
- tutorial
- how-to
- cookbook
- best-practices
- id: streaming_developer
name: Streaming Platform Developer
description: Works with Kafka/Redpanda streaming systems at scale
experience_level: advanced
goals:
- Build event-driven architectures on Redpanda Cloud
- Optimize for high throughput and low latency
- Implement exactly-once semantics
- Migrate from self-hosted Kafka
pain_points:
- Consumer group behavior differences
- Schema registry configuration
- Performance at scale
- Migration complexity
content_preferences:
- Advanced configuration options
- Performance tuning guides
- Migration documentation
- Architecture patterns
typical_content_types:
- concepts
- how-to
- reference
- best-practices
# ============================================================================
# TIER 4: Data & Knowledge Management
# ============================================================================
- id: data_engineer
name: Data Engineer
description: Builds data pipelines with managed connectors AND creates curated datasets for agent consumption
experience_level: intermediate
goals:
# Data movement and pipelines
- Set up managed connectors to move data between systems
- Transform and route data reliably
- Monitor connector and pipeline health
- Handle errors and retries
# Agent-ready datasets and RAG
- Create agent-ready datasets with federated SQL
- Ensure data quality and freshness for agents
- Expose data safely through governed views
- Provide clean RAG context via MCP servers
pain_points:
# Connector and pipeline challenges
- Connector configuration complexity
- Debugging failed connectors
- Schema management and evolution
- Performance tuning
# Data curation for agents
- Siloed data across sources
- Fragile RAG sources
- Schema drift
- Difficulty providing agent-ready datasets quickly
content_preferences:
# Connector and transformation
- Connector setup guides
- Transformation examples
- Error handling patterns
- Monitoring and troubleshooting
# Federated data and RAG
- Federated SQL query examples
- Governed view patterns
- RAG context design
- Data lineage visualization
typical_content_types:
- how-to
- cookbook
- troubleshooting
- reference
- id: knowledge_manager
name: Knowledge & Operations Manager
description: Maintains organizational documentation and knowledge bases for agent consumption
experience_level: intermediate
goals:
- Ingest and maintain organizational knowledge bases
- Ensure content freshness and accuracy
- Optimize vector search for agent queries
- Manage knowledge base access and permissions
pain_points:
- Stale or outdated documentation
- Difficult to index and search content
- Managing content from multiple sources
- Ensuring agent retrieval accuracy
content_preferences:
- KB ingestion workflows
- Vector search optimization guides
- Content freshness strategies
- Access control patterns
typical_content_types:
- how-to
- best-practices
- troubleshooting
# ============================================================================
# TIER 5: Evaluation & End Users
# ============================================================================
- id: evaluator
name: Technical Evaluator
description: Assessing Redpanda Cloud for their organization
experience_level: beginner
goals:
- Understand Redpanda Cloud capabilities quickly
- Evaluate fit for specific use cases
- Understand pricing and billing
- Compare with alternatives
pain_points:
- Hard to find high-level overview
- Too much detail too soon
- Unclear pricing structure
- Missing comparison information
content_preferences:
- High-level overviews
- Use case examples
- Quick start guides
- Pricing documentation
typical_content_types:
- overview
- concepts
- tutorial
- id: business_user
name: Business End User
description: Uses agent-powered automations to complete business tasks
experience_level: beginner
goals:
- Complete tasks efficiently using agents
- Understand what agents can and cannot do
- Trust agent recommendations and actions
- Report issues when agents fail
pain_points:
- Unclear agent capabilities
- Unexpected agent behavior
- Lack of transparency in agent actions
- Difficulty getting help when agents fail
content_preferences:
- Simple, task-oriented guides
- Agent capability overviews
- Troubleshooting for common issues
- Trust and transparency documentation
typical_content_types:
- overview
- how-to
- troubleshooting