@estevia/evafusion-agent 1.5.3 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,508 @@
1
+ declare const _default: [
2
+ {
3
+ "id": "re-architect",
4
+ "name": "Smart Home Blueprint",
5
+ "vertical": "REAL_ESTATE",
6
+ "variant": "ARCHITECT",
7
+ "icon": "Home",
8
+ "prompt": "Design a 3-bedroom eco-friendly residential house with a central atrium. Include the load-bearing pillar logic and an IoT automation system for geothermal climate control.",
9
+ "industryContext": "Coastal region, high humidity, seismic zone 3."
10
+ },
11
+ {
12
+ "id": "mfg-architect",
13
+ "name": "EV Battery Assembly",
14
+ "vertical": "MANUFACTURING",
15
+ "variant": "ARCHITECT",
16
+ "icon": "Cpu",
17
+ "prompt": "Blueprint an automated assembly line for EV battery modules. Include stages for cell testing, laser welding, and enclosure sealing. I need the logical sequence for the robotic arms and error-handling for faulty cells.",
18
+ "industryContext": "Throughput target: 50 units/hour. Safety standard: ISO-10218."
19
+ },
20
+ {
21
+ "id": "sw-architect",
22
+ "name": "Payment Gateway",
23
+ "vertical": "SOFTWARE_DEV",
24
+ "variant": "ARCHITECT",
25
+ "icon": "Globe",
26
+ "prompt": "Design a globally distributed payment processing gateway with PCI-DSS compliance. I need the architecture diagram and the initial infrastructure-as-code snippets for AWS Fargate.",
27
+ "industryContext": "Latency requirement: <100ms. High availability: 99.99%."
28
+ },
29
+ {
30
+ "id": "fin-architect",
31
+ "name": "Trading Core Blueprint",
32
+ "vertical": "FINANCE",
33
+ "variant": "ARCHITECT",
34
+ "icon": "Activity",
35
+ "prompt": "Architect a high-frequency trading (HFT) core with ultra-low latency requirements. Focus on kernel bypass (DPDK), FPGA offloading for order matching, and zero-GC memory management.",
36
+ "industryContext": "Tier-1 exchange connectivity. 10Gbps dedicated line."
37
+ },
38
+ {
39
+ "id": "retail-architect",
40
+ "name": "Omni-Channel Vault",
41
+ "vertical": "RETAIL",
42
+ "variant": "ARCHITECT",
43
+ "icon": "ShoppingBag",
44
+ "prompt": "Design a unified inventory system architecture that bridges 500+ physical stores with a global e-commerce engine. Focus on real-time stock reconciliation and edge-cached product catalogs.",
45
+ "industryContext": "Peak load: Black Friday simulation. 1M+ SKU management."
46
+ },
47
+ {
48
+ "id": "health-architect",
49
+ "name": "Neural Diagnostic Lab",
50
+ "vertical": "HEALTHCARE",
51
+ "variant": "ARCHITECT",
52
+ "icon": "Stethoscope",
53
+ "prompt": "Blueprint a HIPAA-compliant neural diagnostic platform. Include secure DICOM image ingestion, federated learning pipelines for patient data privacy, and a real-time clinical dashboard.",
54
+ "industryContext": "Level 1 Trauma Center integration. Multi-modal data streams."
55
+ },
56
+ {
57
+ "id": "cyber-sentinel",
58
+ "name": "Cloud Intrusion Defense",
59
+ "vertical": "SOFTWARE_DEV",
60
+ "variant": "SENTINEL",
61
+ "icon": "Shield",
62
+ "prompt": "Monitor for anomalous SSH attempts and lateral movement patterns in the production VPC. Implement automated security group isolation for compromised nodes.",
63
+ "industryContext": "Multi-region AWS setup. 500+ EC2 instances. CloudTrail logging active."
64
+ },
65
+ {
66
+ "id": "mfg-sentinel",
67
+ "name": "Industrial Safety Lock",
68
+ "vertical": "MANUFACTURING",
69
+ "variant": "SENTINEL",
70
+ "icon": "Lock",
71
+ "prompt": "Analyze real-time telemetry from the chemical mixing tanks. If pressure exceeds 150 PSI or temperature differential spikes by 20%, trigger a Category 1 emergency shutdown and alert the HazMat response team.",
72
+ "industryContext": "Plant-wide SCADA system. Protocol: MQTT/OpcUa. Safety Level: SIL-3."
73
+ },
74
+ {
75
+ "id": "fin-sentinel",
76
+ "name": "AML Fraud Guard",
77
+ "vertical": "FINANCE",
78
+ "variant": "SENTINEL",
79
+ "icon": "Activity",
80
+ "prompt": "Screen all transactions for velocity-based anomalies and high-risk destination clusters. Flag potential 'smurfing' activities that bypass traditional threshold reporting.",
81
+ "industryContext": "Cross-border retail payments. Average volume: 10k/sec. Jurisdiction: EU/FATF."
82
+ },
83
+ {
84
+ "id": "re-sentinel",
85
+ "name": "Facility Access Sentry",
86
+ "vertical": "REAL_ESTATE",
87
+ "variant": "SENTINEL",
88
+ "icon": "Building",
89
+ "prompt": "Monitor all biometric access points across the corporate headquarters. Flag unauthorized entry attempts into the server room and trigger a site-wide lockdown for 'Tailgating' detections.",
90
+ "industryContext": "Grade-A Commercial Real Estate. High-security tenant protocol."
91
+ },
92
+ {
93
+ "id": "retail-sentinel",
94
+ "name": "Loss Prevention Shield",
95
+ "vertical": "RETAIL",
96
+ "variant": "SENTINEL",
97
+ "icon": "Scan",
98
+ "prompt": "Analyze POS transaction logs for 'sweethearting' patterns or unauthorized employee discount overrides. Correlate with inventory shrinkage reports to identify high-risk store locations.",
99
+ "industryContext": "Multi-unit retail group. Real-time POS integration."
100
+ },
101
+ {
102
+ "id": "health-sentinel",
103
+ "name": "PHI Data Guardian",
104
+ "vertical": "HEALTHCARE",
105
+ "variant": "SENTINEL",
106
+ "icon": "ShieldCheck",
107
+ "prompt": "Monitor access to Protected Health Information (PHI). Flag any mass-export attempts or unauthorized credential usage from non-clinical IP ranges.",
108
+ "industryContext": "Electronic Health Record (EHR) system. PHI Audit compliance."
109
+ },
110
+ {
111
+ "id": "sw-analyst",
112
+ "name": "SaaS Churn Analysis",
113
+ "vertical": "SOFTWARE_DEV",
114
+ "variant": "ANALYST",
115
+ "icon": "TrendingUp",
116
+ "prompt": "Analyze the subscription data for the last 12 months. Identify the primary correlation between API usage drops and cancellation events. Predict the churn risk for the 'Enterprise' cohort for next quarter.",
117
+ "industryContext": "B2B SaaS. 50k active users. High usage volatility."
118
+ },
119
+ {
120
+ "id": "mfg-analyst",
121
+ "name": "Factory Yield Optima",
122
+ "vertical": "MANUFACTURING",
123
+ "variant": "ANALYST",
124
+ "icon": "BarChart3",
125
+ "prompt": "Correlate machine downtime on Line 4 with the humidity spikes reported by the EHS sensors. Identify the optimal temperature range to maximize battery cell throughput while maintaining <1% defect rate.",
126
+ "industryContext": "Gigafactory Phase 1. 24/7 operations. 1.2M data points/day."
127
+ },
128
+ {
129
+ "id": "fin-analyst",
130
+ "name": "Credit Risk Scoring",
131
+ "vertical": "FINANCE",
132
+ "variant": "ANALYST",
133
+ "icon": "PieChart",
134
+ "prompt": "Perform a stress-test analysis on the SME loan portfolio. Model the impact of a 200bps interest rate hike on the Default Probability (PD) across the 'Manufacturing' and 'Retail' sectors.",
135
+ "industryContext": "Regional Bank. Portfolio Size: $4.2B. Basel III compliant."
136
+ },
137
+ {
138
+ "id": "re-analyst",
139
+ "name": "Portfolio Valuation",
140
+ "vertical": "REAL_ESTATE",
141
+ "variant": "ANALYST",
142
+ "icon": "Target",
143
+ "prompt": "Analyze the CAP rates for 50 commercial properties in the urban core. Correlate with public transit expansion and occupancy shifts to predict the 5-year ROI delta.",
144
+ "industryContext": "REIT management. $1.5B AUM. Multi-sector properties."
145
+ },
146
+ {
147
+ "id": "retail-analyst",
148
+ "name": "Basket Affinity scan",
149
+ "vertical": "RETAIL",
150
+ "variant": "ANALYST",
151
+ "icon": "ShoppingBag",
152
+ "prompt": "Run a basket analysis on 1M transactions. Identify the 'Anchor Products' that drive the highest secondary attachment rate. Optimize the loyalty program for the 'High-Frequency' segment.",
153
+ "industryContext": "Global Grocery Chain. Loyalty program data v2.1."
154
+ },
155
+ {
156
+ "id": "health-analyst",
157
+ "name": "Clinical Outcome Delta",
158
+ "vertical": "HEALTHCARE",
159
+ "variant": "ANALYST",
160
+ "icon": "Activity",
161
+ "prompt": "Correlate patient recovery rates with nurse-to-patient ratios across the post-op wards. Identify the 'Critical Load Threshold' where patient outcomes begin to statistically decline.",
162
+ "industryContext": "Hospital Operational Intelligence. EHR data stream."
163
+ },
164
+ {
165
+ "id": "fin-strategist",
166
+ "name": "NeoBank Expansion",
167
+ "vertical": "FINANCE",
168
+ "variant": "STRATEGIST",
169
+ "icon": "Rocket",
170
+ "prompt": "Develop a 24-month GTM roadmap for launching a digital wealth management arm in the EU. Focus on regulatory licensing (MiFID II), core banking integration, and HNW customer acquisition.",
171
+ "industryContext": "Current focus: Retail payments. Target: Germany/France."
172
+ },
173
+ {
174
+ "id": "retail-strategist-roadmap",
175
+ "name": "Market Penetration",
176
+ "vertical": "RETAIL",
177
+ "variant": "STRATEGIST",
178
+ "icon": "Target",
179
+ "prompt": "Orchestrate a 12-month expansion into the SEA market for an e-commerce platform. Focus on hyper-local logistics partnerships, mobile-first UX localization, and regional payment gateway synthesis.",
180
+ "industryContext": "Focus: Vietnam & Thailand. Target: Gen Z demographic."
181
+ },
182
+ {
183
+ "id": "mfg-strategist-risk",
184
+ "name": "Supply Chain Resilience",
185
+ "vertical": "MANUFACTURING",
186
+ "variant": "STRATEGIST",
187
+ "icon": "ShieldAlert",
188
+ "prompt": "Audit the strategic risks in a Tier-1 automotive supply chain. Simulate impact of regional geopolitical shifts and raw material price volatility on the 2026 production roadmap.",
189
+ "industryContext": "Just-in-time manufacturing. Global supplier network."
190
+ },
191
+ {
192
+ "id": "health-strategist-gtm",
193
+ "name": "Healthcare AI Pivot",
194
+ "vertical": "HEALTHCARE",
195
+ "variant": "STRATEGIST",
196
+ "icon": "Sparkles",
197
+ "prompt": "Synthesize a 18-month roadmap for pivoting from a legacy LIS to a neural-first diagnostic platform. Coordinate HIPAA compliance, data lake migration, and clinical trial integration.",
198
+ "industryContext": "Focus: Oncology diagnostics. Target: US Market."
199
+ },
200
+ {
201
+ "id": "re-strategist",
202
+ "name": "Urban Core Revitalization",
203
+ "vertical": "REAL_ESTATE",
204
+ "variant": "STRATEGIST",
205
+ "icon": "Map",
206
+ "prompt": "Develop a master strategy for converting 3 vacant commercial towers into mixed-use residential and tech-hub spaces. Focus on rezoning logic, green-energy tax credits, and community resonance.",
207
+ "industryContext": "Tier-1 Metro. Economic recovery zone."
208
+ },
209
+ {
210
+ "id": "sw-strategist",
211
+ "name": "API-First Monetization",
212
+ "vertical": "SOFTWARE_DEV",
213
+ "variant": "STRATEGIST",
214
+ "icon": "Cpu",
215
+ "prompt": "Strategize the transition from a monolithic SaaS product to an API-first ecosystem. Map out the developer portal rollout, tier-based rate limiting, and third-party marketplace integration.",
216
+ "industryContext": "Legacy SaaS platform. 2M users."
217
+ },
218
+ {
219
+ "id": "mfg-recruiter",
220
+ "name": "Plant Manager Search",
221
+ "vertical": "MANUFACTURING",
222
+ "variant": "RECRUITER",
223
+ "icon": "Users",
224
+ "prompt": "Generate a JD for a Senior Plant Manager for a semi-conductor facility. Focus on Six Sigma mastery, clean-room operational safety, and managing a 500+ unionized workforce.",
225
+ "industryContext": "New facility launch. High-stakes throughput requirements."
226
+ },
227
+ {
228
+ "id": "sw-recruiter-ai",
229
+ "name": "Lead AI Engineer",
230
+ "vertical": "SOFTWARE_DEV",
231
+ "variant": "RECRUITER",
232
+ "icon": "Cpu",
233
+ "prompt": "Source a Lead AI Engineer with expertise in LLM fine-tuning, RAG architectures, and PyTorch. Candidate must have experience scaling production inference systems.",
234
+ "industryContext": "Hyper-growth AI startup. Series B. Remote-first."
235
+ },
236
+ {
237
+ "id": "fin-recruiter-quant",
238
+ "name": "Quantitative Analyst",
239
+ "vertical": "FINANCE",
240
+ "variant": "RECRUITER",
241
+ "icon": "Activity",
242
+ "prompt": "Headhunt for a Senior Quant with a PhD in Physics or Math. Expertise in HFT algorithms, C++, and risk parity modeling is mandatory.",
243
+ "industryContext": "Tier-1 Hedge Fund. High-pressure trading floor."
244
+ },
245
+ {
246
+ "id": "re-recruiter",
247
+ "name": "CRE Leasing Director",
248
+ "vertical": "REAL_ESTATE",
249
+ "variant": "RECRUITER",
250
+ "icon": "Building2",
251
+ "prompt": "Recruit a Director of Commercial Leasing with a track record of closing 50k+ sq. ft. Grade-A office deals. Must have deep relationships with Tech and Finance tenants.",
252
+ "industryContext": "Global Brokerage firm. High-growth metro market."
253
+ },
254
+ {
255
+ "id": "retail-recruiter",
256
+ "name": "Logistics Lead",
257
+ "vertical": "RETAIL",
258
+ "variant": "RECRUITER",
259
+ "icon": "Truck",
260
+ "prompt": "Source a Head of Last-Mile Logistics for a national grocery chain. Expertise in route optimization algorithms, cold-chain management, and fleet electrification is required.",
261
+ "industryContext": "Hyper-local delivery expansion. Q-commerce focus."
262
+ },
263
+ {
264
+ "id": "health-recruiter",
265
+ "name": "Chief Medical Officer",
266
+ "vertical": "HEALTHCARE",
267
+ "variant": "RECRUITER",
268
+ "icon": "HeartPulse",
269
+ "prompt": "Identify candidates for a CMO role at a digital-first health startup. Focus on clinical excellence, telemedicine regulatory experience, and leading multi-disciplinary medical teams.",
270
+ "industryContext": "Series C HealthTech. US/Canada operations."
271
+ },
272
+ {
273
+ "id": "pulse-sentiment-sw",
274
+ "name": "Engineering Sentiment",
275
+ "vertical": "SOFTWARE_DEV",
276
+ "variant": "PULSE",
277
+ "icon": "Smile",
278
+ "focus": "SENTIMENT",
279
+ "prompt": "Analyze the latest 3 months of communication data from the engineering Slack channels. Identify the resonance score for the 'Remote Work' policy and 'Cloud Migration' initiative.",
280
+ "industryContext": "DevOps culture analysis. 200+ employees."
281
+ },
282
+ {
283
+ "id": "pulse-burnout-mfg",
284
+ "name": "Burnout Risk Monitor",
285
+ "vertical": "MANUFACTURING",
286
+ "variant": "PULSE",
287
+ "icon": "ShieldAlert",
288
+ "focus": "BURNOUT",
289
+ "prompt": "Synthesize the shifts in overtime patterns and safety reports on the assembly line. Identify high-risk clusters for burnout and provide 3 mitigation strategies for the floor managers.",
290
+ "industryContext": "Factory floor health. High throughput pressure."
291
+ },
292
+ {
293
+ "id": "pulse-engagement-fin",
294
+ "name": "Workforce Velocity",
295
+ "vertical": "FINANCE",
296
+ "variant": "PULSE",
297
+ "icon": "Activity",
298
+ "focus": "ENGAGEMENT",
299
+ "prompt": "Track the engagement velocity across the risk management department. Correlate participation in quarterly town halls with retention rates in the Analyst cohort.",
300
+ "industryContext": "Corporate retention strategy. Tier-1 banking environment."
301
+ },
302
+ {
303
+ "id": "pulse-culture-retail",
304
+ "name": "Storefront Resonance",
305
+ "vertical": "RETAIL",
306
+ "variant": "PULSE",
307
+ "icon": "Store",
308
+ "focus": "SENTIMENT",
309
+ "prompt": "Analyze internal feedback from 50+ retail store managers. Identify the primary friction points in the 'Unified POS' rollout and map the cultural resonance of the new 'Customer First' mission.",
310
+ "industryContext": "Global Apparel Retailer. Front-line workforce."
311
+ },
312
+ {
313
+ "id": "pulse-health-wellbeing",
314
+ "name": "Clinical Wellbeing Scan",
315
+ "vertical": "HEALTHCARE",
316
+ "variant": "PULSE",
317
+ "icon": "HeartPulse",
318
+ "focus": "BURNOUT",
319
+ "prompt": "Monitor the stress signals and shift-fatigue logs from the ICU nursing staff. Identify seasonal burnout trends and propose a neural-optimized rotation schedule to mitigate risk.",
320
+ "industryContext": "Tertiary Care Hospital. High-acuity environment."
321
+ },
322
+ {
323
+ "id": "pulse-re-engagement",
324
+ "name": "Tenant Resonance Map",
325
+ "vertical": "REAL_ESTATE",
326
+ "variant": "PULSE",
327
+ "icon": "Key",
328
+ "focus": "ENGAGEMENT",
329
+ "prompt": "Synthesize tenant interaction data across 10 commercial office buildings. Identify engagement trends with on-site amenities and predict the 'Renewal Resonance' for the next 12 months.",
330
+ "industryContext": "Premium Commercial Real Estate. 500+ corporate tenants."
331
+ },
332
+ {
333
+ "id": "sw-compliance",
334
+ "name": "SOC2 Audit Readiness",
335
+ "vertical": "SOFTWARE_DEV",
336
+ "variant": "COMPLIANCE",
337
+ "icon": "CheckCircle",
338
+ "prompt": "Perform a gap analysis for SOC2 Type II compliance. Audit the current data encryption policies and access control logs across the AWS production environment.",
339
+ "industryContext": "Series B Startup. 25 employees. Customer: Fortune 500."
340
+ },
341
+ {
342
+ "id": "mfg-compliance",
343
+ "name": "OSHA Safety Audit",
344
+ "vertical": "MANUFACTURING",
345
+ "variant": "COMPLIANCE",
346
+ "icon": "ShieldAlert",
347
+ "prompt": "Audit the safety protocol compliance for Line 2. Identify any lapses in PPE usage, machine guarding inspections, and incident reporting delays.",
348
+ "industryContext": "Heavy machinery manufacturing. ISO-45001 focus."
349
+ },
350
+ {
351
+ "id": "fin-compliance",
352
+ "name": "KYC/AML Review",
353
+ "vertical": "FINANCE",
354
+ "variant": "COMPLIANCE",
355
+ "icon": "FileCheck",
356
+ "prompt": "Perform a high-level review of the KYC onboarding pipeline. Identify any friction points that cause abandonment and ensure all high-risk flags are correctly routed to the legal sentinel.",
357
+ "industryContext": "Fintech platform. 100k+ monthly onboardings."
358
+ },
359
+ {
360
+ "id": "re-compliance",
361
+ "name": "ESG Green Audit",
362
+ "vertical": "REAL_ESTATE",
363
+ "variant": "COMPLIANCE",
364
+ "icon": "Leaf",
365
+ "prompt": "Audit the energy consumption data for the 'Green Towers' portfolio. Ensure compliance with local carbon-neutrality mandates and verify LEED Platinum certification data.",
366
+ "industryContext": "Sustainable Real Estate group. Carbon-tax risk assessment."
367
+ },
368
+ {
369
+ "id": "retail-compliance",
370
+ "name": "PCI-DSS Retail Shield",
371
+ "vertical": "RETAIL",
372
+ "variant": "COMPLIANCE",
373
+ "icon": "Lock",
374
+ "prompt": "Scan the payment processing flow across all storefronts. Ensure PCI-DSS compliance for point-of-sale hardware and verify the encryption logic for at-rest transaction data.",
375
+ "industryContext": "Global Retail Chain. Multi-vendor POS ecosystem."
376
+ },
377
+ {
378
+ "id": "health-compliance",
379
+ "name": "HIPAA Privacy Audit",
380
+ "vertical": "HEALTHCARE",
381
+ "variant": "COMPLIANCE",
382
+ "icon": "Stethoscope",
383
+ "prompt": "Conduct a privacy audit of the patient portal. Ensure HIPAA-compliant access controls are in place for PHI and verify the audit logs for all administrative data access events.",
384
+ "industryContext": "Regional Health Network. 50k+ patient records."
385
+ },
386
+ {
387
+ "id": "sw-maestro",
388
+ "name": "Sprint Orchestration",
389
+ "vertical": "SOFTWARE_DEV",
390
+ "variant": "MAESTRO",
391
+ "icon": "Zap",
392
+ "prompt": "Orchestrate a 2-week sprint for a cloud migration project. Coordinate 5 backend developers and 2 DevOps engineers. Balance velocity with resource burn-rate.",
393
+ "industryContext": "Agile environment. Jira/GitHub integration active."
394
+ },
395
+ {
396
+ "id": "mfg-maestro",
397
+ "name": "Line Sequence Pilot",
398
+ "vertical": "MANUFACTURING",
399
+ "variant": "MAESTRO",
400
+ "icon": "Settings",
401
+ "prompt": "Simulate a phased startup of the main assembly line. Sequence the activation of robotic cells, conveyor synchronization, and quality gate initialization.",
402
+ "industryContext": "Factory floor simulation. Siemens PLC controller logic."
403
+ },
404
+ {
405
+ "id": "fin-maestro",
406
+ "name": "Trading Engine Pilot",
407
+ "vertical": "FINANCE",
408
+ "variant": "MAESTRO",
409
+ "icon": "Activity",
410
+ "prompt": "Orchestrate the rollout of a new trade-execution engine. Coordinate the load-testing phase across 3 global regions and manage the phased cutover from the legacy system.",
411
+ "industryContext": "High-frequency trading environment. Risk-controlled deployment."
412
+ },
413
+ {
414
+ "id": "re-maestro",
415
+ "name": "Construction Sprint",
416
+ "vertical": "REAL_ESTATE",
417
+ "variant": "MAESTRO",
418
+ "icon": "HardHat",
419
+ "prompt": "Orchestrate the 4-week foundation phase for a commercial tower. Coordinate the site clearing, structural piling, and utility grid connections. Synchronize 10+ sub-contractors.",
420
+ "industryContext": "Premium Commercial Project. Urban Core location."
421
+ },
422
+ {
423
+ "id": "retail-maestro",
424
+ "name": "Global Store Launch",
425
+ "vertical": "RETAIL",
426
+ "variant": "MAESTRO",
427
+ "icon": "Store",
428
+ "prompt": "Orchestrate the simultaneous launch of 5 flagship stores across Europe. Coordinate inventory logistics, staff training cycles, and localized marketing campaign activations.",
429
+ "industryContext": "Fashion Retail Group. High-visibility market entry."
430
+ },
431
+ {
432
+ "id": "health-maestro",
433
+ "name": "Clinical Trial Pilot",
434
+ "vertical": "HEALTHCARE",
435
+ "variant": "MAESTRO",
436
+ "icon": "Experiment",
437
+ "prompt": "Orchestrate the Phase II rollout of a clinical trial. Coordinate the patient enrollment phase across 12 hospitals, manage the neural data ingestion cycle, and track regulatory reporting milestones.",
438
+ "industryContext": "Global BioTech firm. Multi-center clinical trial."
439
+ },
440
+ {
441
+ "id": "maestro-smart-roadmap",
442
+ "name": "Smart Sprint Roadmap",
443
+ "vertical": "SOFTWARE_DEV",
444
+ "variant": "MAESTRO",
445
+ "icon": "Sparkles",
446
+ "focus": "ROADMAP",
447
+ "prompt": "Generate a 6-sprint product roadmap for a SaaS platform targeting enterprise clients. Include capacity planning for a 12-person engineering team, define OKRs per sprint, and flag cross-team dependency risks.",
448
+ "industryContext": "B2B SaaS. Agile PMO. Multi-squad delivery.",
449
+ "data": "[{\"task\":\"API Gateway Refactor\",\"owner\":\"Sarah J.\",\"points\":13,\"priority\":\"P0\",\"sprint\":1},{\"task\":\"OAuth 2.0 Integration\",\"owner\":\"David L.\",\"points\":8,\"priority\":\"P0\",\"sprint\":1},{\"task\":\"Admin Dashboard v2\",\"owner\":\"Elena P.\",\"points\":21,\"priority\":\"P1\",\"sprint\":2},{\"task\":\"Billing Module\",\"owner\":\"Marcus K.\",\"points\":13,\"priority\":\"P1\",\"sprint\":2},{\"task\":\"Real-time Notifications\",\"owner\":\"James R.\",\"points\":8,\"priority\":\"P2\",\"sprint\":3},{\"task\":\"Data Lake Ingestion\",\"owner\":\"Sarah J.\",\"points\":21,\"priority\":\"P1\",\"sprint\":3},{\"task\":\"Mobile App Refresh\",\"owner\":\"Elena P.\",\"points\":13,\"priority\":\"P2\",\"sprint\":4},{\"task\":\"Compliance Audit Bot\",\"owner\":\"David L.\",\"points\":5,\"priority\":\"P3\",\"sprint\":4},{\"task\":\"Neural Engine v4\",\"owner\":\"Marcus K.\",\"points\":34,\"priority\":\"P0\",\"sprint\":5},{\"task\":\"Edge Caching Layer\",\"owner\":\"James R.\",\"points\":13,\"priority\":\"P1\",\"sprint\":5},{\"task\":\"Multi-tenant Auth\",\"owner\":\"Sarah J.\",\"points\":13,\"priority\":\"P1\",\"sprint\":6},{\"task\":\"Analytics Dashboard\",\"owner\":\"Elena P.\",\"points\":13,\"priority\":\"P2\",\"sprint\":6},{\"task\":\"K8s Cluster Upgrade\",\"owner\":\"David L.\",\"points\":8,\"priority\":\"P1\",\"sprint\":1},{\"task\":\"Security Hardening\",\"owner\":\"David L.\",\"points\":5,\"priority\":\"P0\",\"sprint\":2},{\"task\":\"UX Research Ops\",\"owner\":\"Maya S.\",\"points\":8,\"priority\":\"P2\",\"sprint\":3},{\"task\":\"Design System Sync\",\"owner\":\"Maya S.\",\"points\":13,\"priority\":\"P2\",\"sprint\":4},{\"task\":\"Performance Tuning\",\"owner\":\"Marcus K.\",\"points\":13,\"priority\":\"P1\",\"sprint\":6},{\"task\":\"Bug Scrub P0s\",\"owner\":\"Elena P.\",\"points\":5,\"priority\":\"P0\",\"sprint\":1},{\"task\":\"Dev Portal Docs\",\"owner\":\"James R.\",\"points\":8,\"priority\":\"P3\",\"sprint\":6},{\"task\":\"Cloud Cost Optimization\",\"owner\":\"Sarah J.\",\"points\":13,\"priority\":\"P2\",\"sprint\":5}]",
450
+ "team": [
451
+ { "id": "res-1", "name": "Sarah J.", "role": "Cloud Architect", "skills": ["Node.js", "AWS", "Terraform"], "availability": 100 },
452
+ { "id": "res-2", "name": "Marcus K.", "role": "Backend Lead", "skills": ["Python", "K8s", "gRPC"], "availability": 100 },
453
+ { "id": "res-3", "name": "Elena P.", "role": "Fullstack Eng", "skills": ["React", "TypeScript", "PostgreSQL"], "availability": 100 },
454
+ { "id": "res-4", "name": "David L.", "role": "DevOps Engineer", "skills": ["CI/CD", "Docker", "Security"], "availability": 100 },
455
+ { "id": "res-5", "name": "James R.", "role": "Platform Eng", "skills": ["Go", "Redis", "Kafka"], "availability": 100 },
456
+ { "id": "res-6", "name": "Maya S.", "role": "UI/UX Designer", "skills": ["Figma", "CSS", "A11y"], "availability": 100 },
457
+ { "id": "res-7", "name": "Sanjay D.", "role": "QA Architect", "skills": ["Playwright", "Jest", "LoadTesting"], "availability": 100 },
458
+ { "id": "res-8", "name": "Liam W.", "role": "Product Manager", "skills": ["Roadmap", "Agile", "Metrics"], "availability": 100 }
459
+ ]
460
+ },
461
+ {
462
+ "id": "analyst-cluster-manifest",
463
+ "name": "Data Cluster Manifest",
464
+ "vertical": "SOFTWARE_DEV",
465
+ "variant": "ANALYST",
466
+ "icon": "Database",
467
+ "focus": "DISCOVERY",
468
+ "prompt": "Perform deep-vector scan on the provided data cluster to identify operational jitter.",
469
+ "industryContext": "Multi-node cluster analysis.",
470
+ "data": "[\n { \"id\": \"NODE_01\", \"type\": \"Gateway\", \"traffic\": \"1.2GB/s\", \"latency\": \"4ms\", \"status\": \"Nominal\" },\n { \"id\": \"NODE_02\", \"type\": \"Microservice\", \"traffic\": \"800MB/s\", \"latency\": \"12ms\", \"status\": \"Jitter\" },\n { \"id\": \"NODE_03\", \"type\": \"Database\", \"traffic\": \"4.5GB/s\", \"latency\": \"2ms\", \"status\": \"Nominal\" }\n]"
471
+ },
472
+ {
473
+ "id": "analyst-neural-matrix",
474
+ "name": "Neural Matrix Sample",
475
+ "vertical": "SOFTWARE_DEV",
476
+ "variant": "ANALYST",
477
+ "icon": "Activity",
478
+ "focus": "ANOMALIES",
479
+ "prompt": "Analyze the neural matrix and generate a 30-day efficiency projection.",
480
+ "industryContext": "Neural drift monitoring.",
481
+ "data": "[\n { \"epoch\": 1, \"jitter\": \"12ms\", \"drift\": \"0.2%\", \"integrity\": \"99.8%\", \"status\": \"Nominal\" },\n { \"epoch\": 2, \"jitter\": \"45ms\", \"drift\": \"0.8%\", \"integrity\": \"98.2%\", \"status\": \"Nominal\" },\n { \"epoch\": 3, \"jitter\": \"120ms\", \"drift\": \"4.5%\", \"integrity\": \"92.4%\", \"status\": \"Drift\" },\n { \"epoch\": 4, \"jitter\": \"22ms\", \"drift\": \"0.3%\", \"integrity\": \"99.5%\", \"status\": \"Nominal\" }\n]"
482
+ },
483
+ {
484
+ "id": "recruiter-scoring-sample",
485
+ "name": "Candidate Resonance Mapping",
486
+ "vertical": "SOFTWARE_DEV",
487
+ "variant": "RECRUITER",
488
+ "icon": "Target",
489
+ "focus": "SCORING",
490
+ "prompt": "Analyze and score candidate resonance for the Lead Architect role based on provided history.",
491
+ "industryContext": "Talent assessment. Vector-based scoring.",
492
+ "data": "[\n { \"name\": \"James L\", \"resonance\": 92, \"matchJustification\": \"Strong architecture background with Node.js expertise.\", \"role\": \"Lead Architect\" },\n { \"name\": \"Elena M\", \"resonance\": 85, \"matchJustification\": \"Expert React developer with strong system design skills.\", \"role\": \"Frontend Lead\" }\n]"
493
+ },
494
+ {
495
+ "id": "compliance-timesheet-sample",
496
+ "name": "Timesheet Audit",
497
+ "vertical": "SOFTWARE_DEV",
498
+ "variant": "COMPLIANCE",
499
+ "icon": "Clock",
500
+ "focus": "TIMESHEET",
501
+ "prompt": "Analyze the provided timesheet data for policy compliance and resource allocation accuracy.",
502
+ "industryContext": "Internal audit. Professional services.",
503
+ "data": "[\n { \"task\": \"Critical Bug Fix: Login Session Timeout\", \"hours\": 12, \"date\": \"2026-04-28\", \"evidence\": \"2 Git Commits\" },\n { \"task\": \"Client Presentation: Q3 Roadmap\", \"hours\": 4, \"date\": \"2026-04-28\", \"evidence\": \"Calendar Sync\" },\n { \"task\": \"Minor CSS Tweaks for Mobile\", \"hours\": 8, \"date\": \"2026-04-29\", \"evidence\": \"No active logs found\" }\n]"
504
+ }
505
+ ]
506
+ ;
507
+
508
+ export default _default;
@@ -20,5 +20,58 @@ export declare const useEvaAgent: () => {
20
20
  handleSend: (textOverride?: string) => Promise<void>;
21
21
  payloadConfig: PayloadConfig;
22
22
  updatePayloadConfig: (update: Partial<PayloadConfig>) => void;
23
+ samples: ({
24
+ id: string;
25
+ name: string;
26
+ vertical: string;
27
+ variant: string;
28
+ icon: string;
29
+ prompt: string;
30
+ industryContext: string;
31
+ focus?: undefined;
32
+ data?: undefined;
33
+ team?: undefined;
34
+ } | {
35
+ id: string;
36
+ name: string;
37
+ vertical: string;
38
+ variant: string;
39
+ icon: string;
40
+ focus: string;
41
+ prompt: string;
42
+ industryContext: string;
43
+ data?: undefined;
44
+ team?: undefined;
45
+ } | {
46
+ id: string;
47
+ name: string;
48
+ vertical: string;
49
+ variant: string;
50
+ icon: string;
51
+ focus: string;
52
+ prompt: string;
53
+ industryContext: string;
54
+ data: string;
55
+ team: {
56
+ id: string;
57
+ name: string;
58
+ role: string;
59
+ skills: string[];
60
+ availability: number;
61
+ }[];
62
+ } | {
63
+ id: string;
64
+ name: string;
65
+ vertical: string;
66
+ variant: string;
67
+ icon: string;
68
+ focus: string;
69
+ prompt: string;
70
+ industryContext: string;
71
+ data: string;
72
+ team?: undefined;
73
+ })[];
74
+ selectedSampleId: string;
75
+ applySample: (sampleId: string) => void;
23
76
  isAuthorized: boolean;
24
77
  };