arkaos 4.12.0 → 4.13.0
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.
- package/README.md +2 -2
- package/VERSION +1 -1
- package/arka/SKILL.md +1 -1
- package/arka/skills/flow/SKILL.md +11 -4
- package/config/claude-agents/content-researcher.md +51 -0
- package/config/claude-agents/frontend-dev.md +1 -1
- package/config/claude-agents/info-compiler.md +51 -0
- package/config/claude-agents/scriptwriter.md +9 -7
- package/config/claude-agents/trends-analyst.md +51 -0
- package/config/claude-agents/ux-designer.md +1 -1
- package/config/claude-agents/video-producer.md +51 -0
- package/config/claude-agents/visual-designer.md +1 -1
- package/config/constitution.yaml +1 -0
- package/config/mcp-policy.yaml +8 -0
- package/core/governance/__pycache__/evidence_checks.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-314.pyc +0 -0
- package/core/governance/evidence_checks.py +70 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-314.pyc +0 -0
- package/core/hooks/pre_tool_use.py +8 -2
- package/core/runtime/__pycache__/model_routing_context.cpython-313.pyc +0 -0
- package/core/runtime/model_routing_context.py +4 -0
- package/core/workflow/__pycache__/frontend_gate.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate_telemetry.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate_telemetry_cli.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/plan_approval.cpython-314.pyc +0 -0
- package/core/workflow/frontend_gate.py +118 -25
- package/core/workflow/frontend_gate_telemetry.py +129 -0
- package/core/workflow/frontend_gate_telemetry_cli.py +53 -0
- package/departments/brand/agents/ux-designer.yaml +1 -1
- package/departments/brand/agents/visual-designer.yaml +1 -1
- package/departments/brand/references/uiux-knowledge-and-tools.md +73 -0
- package/departments/brand/skills/colors/SKILL.md +76 -3
- package/departments/brand/skills/design-review/SKILL.md +81 -31
- package/departments/brand/skills/design-system/SKILL.md +32 -0
- package/departments/brand/skills/identity-system/SKILL.md +65 -4
- package/departments/brand/skills/logo-brief/SKILL.md +81 -3
- package/departments/brand/skills/mockup-generate/SKILL.md +82 -3
- package/departments/brand/skills/ux-audit/SKILL.md +74 -5
- package/departments/brand/skills/wireframe/SKILL.md +75 -3
- package/departments/content/SKILL.md +16 -2
- package/departments/content/agents/production/content-researcher.yaml +68 -0
- package/departments/content/agents/production/info-compiler.yaml +68 -0
- package/departments/content/agents/production/trends-analyst.yaml +69 -0
- package/departments/content/agents/production/video-producer.yaml +77 -0
- package/departments/content/agents/scriptwriter.yaml +29 -10
- package/departments/content/skills/research-compile/SKILL.md +75 -0
- package/departments/content/skills/short-form/SKILL.md +3 -1
- package/departments/content/skills/trend-hunt/SKILL.md +74 -0
- package/departments/content/skills/video-produce/SKILL.md +98 -0
- package/departments/content/skills/video-setup/SKILL.md +91 -0
- package/departments/content/squad.yaml +6 -0
- package/departments/content/workflows/shorts-social.yaml +83 -0
- package/departments/content/workflows/video-production.yaml +142 -0
- package/departments/content/workflows/youtube.yaml +3 -0
- package/departments/dev/agents/frontend-dev.yaml +1 -1
- package/installer/doctor.js +56 -1
- package/knowledge/agents-registry-v2.json +209 -14
- package/knowledge/commands-keywords.json +1388 -234
- package/knowledge/commands-registry.json +132 -3
- package/package.json +1 -1
- package/pyproject.toml +1 -1
|
@@ -1,470 +1,1624 @@
|
|
|
1
1
|
{
|
|
2
2
|
"arka-standup": {
|
|
3
|
-
"keywords": [
|
|
4
|
-
|
|
3
|
+
"keywords": [
|
|
4
|
+
"standup",
|
|
5
|
+
"daily standup",
|
|
6
|
+
"morning update",
|
|
7
|
+
"daily update",
|
|
8
|
+
"what's happening",
|
|
9
|
+
"status update"
|
|
10
|
+
],
|
|
11
|
+
"examples": [
|
|
12
|
+
"give me a daily standup",
|
|
13
|
+
"what's the status of everything",
|
|
14
|
+
"morning update please"
|
|
15
|
+
]
|
|
5
16
|
},
|
|
6
17
|
"arka-status": {
|
|
7
|
-
"keywords": [
|
|
8
|
-
|
|
18
|
+
"keywords": [
|
|
19
|
+
"system status",
|
|
20
|
+
"arka status",
|
|
21
|
+
"system info",
|
|
22
|
+
"version info"
|
|
23
|
+
],
|
|
24
|
+
"examples": [
|
|
25
|
+
"show system status",
|
|
26
|
+
"what version is arka",
|
|
27
|
+
"show me the system info"
|
|
28
|
+
]
|
|
9
29
|
},
|
|
10
30
|
"arka-monitor": {
|
|
11
|
-
"keywords": [
|
|
12
|
-
|
|
31
|
+
"keywords": [
|
|
32
|
+
"monitor",
|
|
33
|
+
"tech updates",
|
|
34
|
+
"security alerts",
|
|
35
|
+
"dependency updates",
|
|
36
|
+
"stack updates"
|
|
37
|
+
],
|
|
38
|
+
"examples": [
|
|
39
|
+
"check for tech updates",
|
|
40
|
+
"are there any security alerts",
|
|
41
|
+
"monitor my stack"
|
|
42
|
+
]
|
|
13
43
|
},
|
|
14
44
|
"arka-onboard": {
|
|
15
|
-
"keywords": [
|
|
16
|
-
|
|
45
|
+
"keywords": [
|
|
46
|
+
"onboard project",
|
|
47
|
+
"setup project",
|
|
48
|
+
"initialize project",
|
|
49
|
+
"new project setup"
|
|
50
|
+
],
|
|
51
|
+
"examples": [
|
|
52
|
+
"onboard this project into arka",
|
|
53
|
+
"setup my existing project"
|
|
54
|
+
]
|
|
17
55
|
},
|
|
18
56
|
"arka-help": {
|
|
19
|
-
"keywords": [
|
|
20
|
-
|
|
57
|
+
"keywords": [
|
|
58
|
+
"help",
|
|
59
|
+
"commands",
|
|
60
|
+
"what can you do",
|
|
61
|
+
"show commands",
|
|
62
|
+
"available commands"
|
|
63
|
+
],
|
|
64
|
+
"examples": [
|
|
65
|
+
"show me all commands",
|
|
66
|
+
"what can arka do",
|
|
67
|
+
"help me find a command"
|
|
68
|
+
]
|
|
21
69
|
},
|
|
22
70
|
"arka-setup": {
|
|
23
|
-
"keywords": [
|
|
24
|
-
|
|
71
|
+
"keywords": [
|
|
72
|
+
"setup profile",
|
|
73
|
+
"configure",
|
|
74
|
+
"personalize",
|
|
75
|
+
"update profile",
|
|
76
|
+
"my settings"
|
|
77
|
+
],
|
|
78
|
+
"examples": [
|
|
79
|
+
"setup my profile",
|
|
80
|
+
"update my settings",
|
|
81
|
+
"personalize arka"
|
|
82
|
+
]
|
|
25
83
|
},
|
|
26
84
|
"dev-feature": {
|
|
27
|
-
"keywords": [
|
|
28
|
-
|
|
85
|
+
"keywords": [
|
|
86
|
+
"build",
|
|
87
|
+
"create",
|
|
88
|
+
"implement",
|
|
89
|
+
"add",
|
|
90
|
+
"new feature",
|
|
91
|
+
"develop",
|
|
92
|
+
"make"
|
|
93
|
+
],
|
|
94
|
+
"examples": [
|
|
95
|
+
"add user authentication",
|
|
96
|
+
"build a payment system",
|
|
97
|
+
"implement the checkout flow",
|
|
98
|
+
"create a notification system"
|
|
99
|
+
]
|
|
29
100
|
},
|
|
30
101
|
"dev-api": {
|
|
31
|
-
"keywords": [
|
|
32
|
-
|
|
102
|
+
"keywords": [
|
|
103
|
+
"api",
|
|
104
|
+
"endpoint",
|
|
105
|
+
"rest api",
|
|
106
|
+
"api endpoint",
|
|
107
|
+
"create api",
|
|
108
|
+
"build api"
|
|
109
|
+
],
|
|
110
|
+
"examples": [
|
|
111
|
+
"create a REST API for users",
|
|
112
|
+
"build the payments API",
|
|
113
|
+
"add an endpoint for orders"
|
|
114
|
+
]
|
|
33
115
|
},
|
|
34
116
|
"dev-plan": {
|
|
35
|
-
"keywords": [
|
|
36
|
-
|
|
117
|
+
"keywords": [
|
|
118
|
+
"plan",
|
|
119
|
+
"architecture plan",
|
|
120
|
+
"design plan",
|
|
121
|
+
"plan feature",
|
|
122
|
+
"plan implementation"
|
|
123
|
+
],
|
|
124
|
+
"examples": [
|
|
125
|
+
"plan the authentication architecture",
|
|
126
|
+
"design the database schema",
|
|
127
|
+
"plan how to implement notifications"
|
|
128
|
+
]
|
|
37
129
|
},
|
|
38
130
|
"dev-debug": {
|
|
39
|
-
"keywords": [
|
|
40
|
-
|
|
131
|
+
"keywords": [
|
|
132
|
+
"fix",
|
|
133
|
+
"bug",
|
|
134
|
+
"broken",
|
|
135
|
+
"error",
|
|
136
|
+
"crash",
|
|
137
|
+
"not working",
|
|
138
|
+
"failing",
|
|
139
|
+
"wrong",
|
|
140
|
+
"debug"
|
|
141
|
+
],
|
|
142
|
+
"examples": [
|
|
143
|
+
"fix the login crash",
|
|
144
|
+
"debug why checkout fails",
|
|
145
|
+
"this button doesn't work",
|
|
146
|
+
"there's an error in the API"
|
|
147
|
+
]
|
|
41
148
|
},
|
|
42
149
|
"dev-refactor": {
|
|
43
|
-
"keywords": [
|
|
44
|
-
|
|
150
|
+
"keywords": [
|
|
151
|
+
"refactor",
|
|
152
|
+
"clean up",
|
|
153
|
+
"reorganize",
|
|
154
|
+
"restructure",
|
|
155
|
+
"improve code",
|
|
156
|
+
"optimize code"
|
|
157
|
+
],
|
|
158
|
+
"examples": [
|
|
159
|
+
"refactor the user controller",
|
|
160
|
+
"clean up the auth module",
|
|
161
|
+
"reorganize the services layer"
|
|
162
|
+
]
|
|
45
163
|
},
|
|
46
164
|
"dev-db": {
|
|
47
|
-
"keywords": [
|
|
48
|
-
|
|
165
|
+
"keywords": [
|
|
166
|
+
"database",
|
|
167
|
+
"migration",
|
|
168
|
+
"schema",
|
|
169
|
+
"table",
|
|
170
|
+
"column",
|
|
171
|
+
"db change",
|
|
172
|
+
"add field"
|
|
173
|
+
],
|
|
174
|
+
"examples": [
|
|
175
|
+
"add a status column to orders",
|
|
176
|
+
"create a notifications table",
|
|
177
|
+
"database migration for users"
|
|
178
|
+
]
|
|
49
179
|
},
|
|
50
180
|
"dev-scaffold": {
|
|
51
|
-
"keywords": [
|
|
52
|
-
|
|
181
|
+
"keywords": [
|
|
182
|
+
"scaffold",
|
|
183
|
+
"bootstrap",
|
|
184
|
+
"starter",
|
|
185
|
+
"new project",
|
|
186
|
+
"create project",
|
|
187
|
+
"init project"
|
|
188
|
+
],
|
|
189
|
+
"examples": [
|
|
190
|
+
"scaffold a new laravel project",
|
|
191
|
+
"create a nuxt app",
|
|
192
|
+
"bootstrap a react project",
|
|
193
|
+
"start a new nextjs app"
|
|
194
|
+
]
|
|
53
195
|
},
|
|
54
196
|
"dev-review": {
|
|
55
|
-
"keywords": [
|
|
56
|
-
|
|
197
|
+
"keywords": [
|
|
198
|
+
"review",
|
|
199
|
+
"code review",
|
|
200
|
+
"review changes",
|
|
201
|
+
"check my code",
|
|
202
|
+
"review PR"
|
|
203
|
+
],
|
|
204
|
+
"examples": [
|
|
205
|
+
"review my current changes",
|
|
206
|
+
"do a code review",
|
|
207
|
+
"check the quality of my code"
|
|
208
|
+
]
|
|
57
209
|
},
|
|
58
210
|
"dev-test": {
|
|
59
|
-
"keywords": [
|
|
60
|
-
|
|
211
|
+
"keywords": [
|
|
212
|
+
"test",
|
|
213
|
+
"write tests",
|
|
214
|
+
"generate tests",
|
|
215
|
+
"run tests",
|
|
216
|
+
"test suite",
|
|
217
|
+
"unit test"
|
|
218
|
+
],
|
|
219
|
+
"examples": [
|
|
220
|
+
"write tests for the auth module",
|
|
221
|
+
"generate test suite",
|
|
222
|
+
"add unit tests for UserService"
|
|
223
|
+
]
|
|
61
224
|
},
|
|
62
225
|
"dev-deploy": {
|
|
63
|
-
"keywords": [
|
|
64
|
-
|
|
226
|
+
"keywords": [
|
|
227
|
+
"deploy",
|
|
228
|
+
"release",
|
|
229
|
+
"ship",
|
|
230
|
+
"push to production",
|
|
231
|
+
"go live",
|
|
232
|
+
"publish"
|
|
233
|
+
],
|
|
234
|
+
"examples": [
|
|
235
|
+
"deploy to staging",
|
|
236
|
+
"release to production",
|
|
237
|
+
"ship this feature",
|
|
238
|
+
"push to prod"
|
|
239
|
+
]
|
|
65
240
|
},
|
|
66
241
|
"dev-docs": {
|
|
67
|
-
"keywords": [
|
|
68
|
-
|
|
242
|
+
"keywords": [
|
|
243
|
+
"documentation",
|
|
244
|
+
"docs",
|
|
245
|
+
"generate docs",
|
|
246
|
+
"api docs",
|
|
247
|
+
"technical docs"
|
|
248
|
+
],
|
|
249
|
+
"examples": [
|
|
250
|
+
"generate API documentation",
|
|
251
|
+
"write technical docs",
|
|
252
|
+
"document this module"
|
|
253
|
+
]
|
|
69
254
|
},
|
|
70
255
|
"dev-stack-check": {
|
|
71
|
-
"keywords": [
|
|
72
|
-
|
|
256
|
+
"keywords": [
|
|
257
|
+
"stack check",
|
|
258
|
+
"dependency check",
|
|
259
|
+
"outdated packages",
|
|
260
|
+
"update dependencies"
|
|
261
|
+
],
|
|
262
|
+
"examples": [
|
|
263
|
+
"check for outdated packages",
|
|
264
|
+
"are my dependencies up to date",
|
|
265
|
+
"stack version check"
|
|
266
|
+
]
|
|
73
267
|
},
|
|
74
268
|
"dev-security-audit": {
|
|
75
|
-
"keywords": [
|
|
76
|
-
|
|
269
|
+
"keywords": [
|
|
270
|
+
"security audit",
|
|
271
|
+
"security review",
|
|
272
|
+
"owasp",
|
|
273
|
+
"vulnerability scan",
|
|
274
|
+
"security check"
|
|
275
|
+
],
|
|
276
|
+
"examples": [
|
|
277
|
+
"run a security audit",
|
|
278
|
+
"check for vulnerabilities",
|
|
279
|
+
"OWASP security review"
|
|
280
|
+
]
|
|
77
281
|
},
|
|
78
282
|
"dev-research": {
|
|
79
|
-
"keywords": [
|
|
80
|
-
|
|
283
|
+
"keywords": [
|
|
284
|
+
"research",
|
|
285
|
+
"evaluate library",
|
|
286
|
+
"compare frameworks",
|
|
287
|
+
"investigate",
|
|
288
|
+
"look into"
|
|
289
|
+
],
|
|
290
|
+
"examples": [
|
|
291
|
+
"research payment gateways",
|
|
292
|
+
"compare React vs Vue",
|
|
293
|
+
"evaluate Stripe vs PayPal",
|
|
294
|
+
"look into GraphQL"
|
|
295
|
+
]
|
|
81
296
|
},
|
|
82
297
|
"dev-mcp-apply": {
|
|
83
|
-
"keywords": [
|
|
84
|
-
|
|
298
|
+
"keywords": [
|
|
299
|
+
"apply mcp",
|
|
300
|
+
"mcp profile",
|
|
301
|
+
"setup mcps",
|
|
302
|
+
"configure mcps"
|
|
303
|
+
],
|
|
304
|
+
"examples": [
|
|
305
|
+
"apply the laravel MCP profile",
|
|
306
|
+
"setup MCPs for this project",
|
|
307
|
+
"configure nuxt MCPs"
|
|
308
|
+
]
|
|
85
309
|
},
|
|
86
310
|
"dev-mcp-add": {
|
|
87
|
-
"keywords": [
|
|
88
|
-
|
|
311
|
+
"keywords": [
|
|
312
|
+
"add mcp",
|
|
313
|
+
"install mcp",
|
|
314
|
+
"enable mcp"
|
|
315
|
+
],
|
|
316
|
+
"examples": [
|
|
317
|
+
"add the sentry MCP",
|
|
318
|
+
"install playwright MCP",
|
|
319
|
+
"enable supabase MCP"
|
|
320
|
+
]
|
|
89
321
|
},
|
|
90
322
|
"dev-mcp-list": {
|
|
91
|
-
"keywords": [
|
|
92
|
-
|
|
323
|
+
"keywords": [
|
|
324
|
+
"list mcps",
|
|
325
|
+
"show mcps",
|
|
326
|
+
"available mcps"
|
|
327
|
+
],
|
|
328
|
+
"examples": [
|
|
329
|
+
"show all available MCPs",
|
|
330
|
+
"list MCPs",
|
|
331
|
+
"what MCPs are available"
|
|
332
|
+
]
|
|
93
333
|
},
|
|
94
334
|
"dev-mcp-status": {
|
|
95
|
-
"keywords": [
|
|
96
|
-
|
|
335
|
+
"keywords": [
|
|
336
|
+
"mcp status",
|
|
337
|
+
"active mcps",
|
|
338
|
+
"current mcps"
|
|
339
|
+
],
|
|
340
|
+
"examples": [
|
|
341
|
+
"show active MCPs",
|
|
342
|
+
"what MCPs are configured",
|
|
343
|
+
"MCP status"
|
|
344
|
+
]
|
|
97
345
|
},
|
|
98
346
|
"dev-mcp-remove": {
|
|
99
|
-
"keywords": [
|
|
100
|
-
|
|
347
|
+
"keywords": [
|
|
348
|
+
"remove mcp",
|
|
349
|
+
"uninstall mcp",
|
|
350
|
+
"disable mcp"
|
|
351
|
+
],
|
|
352
|
+
"examples": [
|
|
353
|
+
"remove the discord MCP",
|
|
354
|
+
"uninstall sentry MCP"
|
|
355
|
+
]
|
|
101
356
|
},
|
|
102
357
|
"dev-onboard": {
|
|
103
|
-
"keywords": [
|
|
104
|
-
|
|
358
|
+
"keywords": [
|
|
359
|
+
"onboard existing",
|
|
360
|
+
"import project",
|
|
361
|
+
"add existing project",
|
|
362
|
+
"onboard codebase"
|
|
363
|
+
],
|
|
364
|
+
"examples": [
|
|
365
|
+
"onboard my existing laravel project",
|
|
366
|
+
"import this codebase into arka",
|
|
367
|
+
"add this project to arka"
|
|
368
|
+
]
|
|
105
369
|
},
|
|
106
370
|
"dev-ecosystem-list": {
|
|
107
|
-
"keywords": [
|
|
108
|
-
|
|
371
|
+
"keywords": [
|
|
372
|
+
"list ecosystems",
|
|
373
|
+
"show ecosystems",
|
|
374
|
+
"project groups"
|
|
375
|
+
],
|
|
376
|
+
"examples": [
|
|
377
|
+
"show all ecosystems",
|
|
378
|
+
"list project groups",
|
|
379
|
+
"what ecosystems exist"
|
|
380
|
+
]
|
|
109
381
|
},
|
|
110
382
|
"dev-ecosystem-create": {
|
|
111
|
-
"keywords": [
|
|
112
|
-
|
|
383
|
+
"keywords": [
|
|
384
|
+
"create ecosystem",
|
|
385
|
+
"new ecosystem",
|
|
386
|
+
"group projects"
|
|
387
|
+
],
|
|
388
|
+
"examples": [
|
|
389
|
+
"create a new ecosystem for client X",
|
|
390
|
+
"group these projects together"
|
|
391
|
+
]
|
|
113
392
|
},
|
|
114
393
|
"dev-ecosystem-add": {
|
|
115
|
-
"keywords": [
|
|
116
|
-
|
|
394
|
+
"keywords": [
|
|
395
|
+
"add to ecosystem",
|
|
396
|
+
"assign ecosystem",
|
|
397
|
+
"move to ecosystem"
|
|
398
|
+
],
|
|
399
|
+
"examples": [
|
|
400
|
+
"add this project to the client-x ecosystem",
|
|
401
|
+
"assign project to ecosystem"
|
|
402
|
+
]
|
|
117
403
|
},
|
|
118
404
|
"dev-skill-add": {
|
|
119
|
-
"keywords": [
|
|
120
|
-
|
|
405
|
+
"keywords": [
|
|
406
|
+
"install skill",
|
|
407
|
+
"add skill",
|
|
408
|
+
"get skill"
|
|
409
|
+
],
|
|
410
|
+
"examples": [
|
|
411
|
+
"install the geo-seo skill",
|
|
412
|
+
"add an external skill from github"
|
|
413
|
+
]
|
|
121
414
|
},
|
|
122
415
|
"dev-skill-list": {
|
|
123
|
-
"keywords": [
|
|
124
|
-
|
|
416
|
+
"keywords": [
|
|
417
|
+
"list skills",
|
|
418
|
+
"show skills",
|
|
419
|
+
"installed skills"
|
|
420
|
+
],
|
|
421
|
+
"examples": [
|
|
422
|
+
"show installed skills",
|
|
423
|
+
"list external skills",
|
|
424
|
+
"what skills are installed"
|
|
425
|
+
]
|
|
125
426
|
},
|
|
126
427
|
"dev-skill-remove": {
|
|
127
|
-
"keywords": [
|
|
128
|
-
|
|
428
|
+
"keywords": [
|
|
429
|
+
"remove skill",
|
|
430
|
+
"uninstall skill",
|
|
431
|
+
"delete skill"
|
|
432
|
+
],
|
|
433
|
+
"examples": [
|
|
434
|
+
"remove the geo-seo skill",
|
|
435
|
+
"uninstall external skill"
|
|
436
|
+
]
|
|
129
437
|
},
|
|
130
438
|
"dev-skill-create": {
|
|
131
|
-
"keywords": [
|
|
132
|
-
|
|
439
|
+
"keywords": [
|
|
440
|
+
"create skill",
|
|
441
|
+
"scaffold skill",
|
|
442
|
+
"new skill",
|
|
443
|
+
"build skill"
|
|
444
|
+
],
|
|
445
|
+
"examples": [
|
|
446
|
+
"create a new skill",
|
|
447
|
+
"scaffold an external skill",
|
|
448
|
+
"build a custom skill"
|
|
449
|
+
]
|
|
133
450
|
},
|
|
134
451
|
"kb-learn": {
|
|
135
|
-
"keywords": [
|
|
136
|
-
|
|
452
|
+
"keywords": [
|
|
453
|
+
"learn",
|
|
454
|
+
"watch video",
|
|
455
|
+
"youtube",
|
|
456
|
+
"transcribe video",
|
|
457
|
+
"learn from video",
|
|
458
|
+
"process video"
|
|
459
|
+
],
|
|
460
|
+
"examples": [
|
|
461
|
+
"learn from this youtube video",
|
|
462
|
+
"transcribe this video",
|
|
463
|
+
"add this video to knowledge base"
|
|
464
|
+
]
|
|
137
465
|
},
|
|
138
466
|
"kb-learn-text": {
|
|
139
|
-
"keywords": [
|
|
140
|
-
|
|
467
|
+
"keywords": [
|
|
468
|
+
"learn text",
|
|
469
|
+
"learn article",
|
|
470
|
+
"read article",
|
|
471
|
+
"learn from article",
|
|
472
|
+
"process article"
|
|
473
|
+
],
|
|
474
|
+
"examples": [
|
|
475
|
+
"learn from this article",
|
|
476
|
+
"add this blog post to knowledge",
|
|
477
|
+
"process this text file"
|
|
478
|
+
]
|
|
141
479
|
},
|
|
142
480
|
"kb-queue": {
|
|
143
|
-
"keywords": [
|
|
144
|
-
|
|
481
|
+
"keywords": [
|
|
482
|
+
"kb queue",
|
|
483
|
+
"job queue",
|
|
484
|
+
"pending jobs",
|
|
485
|
+
"transcription queue"
|
|
486
|
+
],
|
|
487
|
+
"examples": [
|
|
488
|
+
"show the kb queue",
|
|
489
|
+
"what jobs are pending",
|
|
490
|
+
"check transcription status"
|
|
491
|
+
]
|
|
145
492
|
},
|
|
146
493
|
"kb-status": {
|
|
147
|
-
"keywords": [
|
|
148
|
-
|
|
494
|
+
"keywords": [
|
|
495
|
+
"kb status",
|
|
496
|
+
"job status",
|
|
497
|
+
"transcription status"
|
|
498
|
+
],
|
|
499
|
+
"examples": [
|
|
500
|
+
"check job status",
|
|
501
|
+
"what's the status of my transcription"
|
|
502
|
+
]
|
|
149
503
|
},
|
|
150
504
|
"kb-process": {
|
|
151
|
-
"keywords": [
|
|
152
|
-
|
|
505
|
+
"keywords": [
|
|
506
|
+
"process job",
|
|
507
|
+
"analyze transcription",
|
|
508
|
+
"process transcription",
|
|
509
|
+
"analyze video"
|
|
510
|
+
],
|
|
511
|
+
"examples": [
|
|
512
|
+
"process the ready transcription",
|
|
513
|
+
"analyze the transcription for job abc123"
|
|
514
|
+
]
|
|
153
515
|
},
|
|
154
516
|
"kb-process-all": {
|
|
155
|
-
"keywords": [
|
|
156
|
-
|
|
517
|
+
"keywords": [
|
|
518
|
+
"process all",
|
|
519
|
+
"analyze all",
|
|
520
|
+
"process all ready"
|
|
521
|
+
],
|
|
522
|
+
"examples": [
|
|
523
|
+
"process all ready transcriptions",
|
|
524
|
+
"analyze everything that's ready"
|
|
525
|
+
]
|
|
157
526
|
},
|
|
158
527
|
"kb-capabilities": {
|
|
159
|
-
"keywords": [
|
|
160
|
-
|
|
528
|
+
"keywords": [
|
|
529
|
+
"kb capabilities",
|
|
530
|
+
"available tools",
|
|
531
|
+
"what tools",
|
|
532
|
+
"whisper status"
|
|
533
|
+
],
|
|
534
|
+
"examples": [
|
|
535
|
+
"what transcription tools are available",
|
|
536
|
+
"show kb capabilities",
|
|
537
|
+
"do I have whisper installed"
|
|
538
|
+
]
|
|
161
539
|
},
|
|
162
540
|
"kb-cleanup": {
|
|
163
|
-
"keywords": [
|
|
164
|
-
|
|
541
|
+
"keywords": [
|
|
542
|
+
"kb cleanup",
|
|
543
|
+
"clean media",
|
|
544
|
+
"remove old files",
|
|
545
|
+
"cleanup transcriptions"
|
|
546
|
+
],
|
|
547
|
+
"examples": [
|
|
548
|
+
"clean up old media files",
|
|
549
|
+
"remove transcriptions older than 90 days"
|
|
550
|
+
]
|
|
165
551
|
},
|
|
166
552
|
"kb-persona": {
|
|
167
|
-
"keywords": [
|
|
168
|
-
|
|
553
|
+
"keywords": [
|
|
554
|
+
"view persona",
|
|
555
|
+
"persona profile",
|
|
556
|
+
"show persona",
|
|
557
|
+
"persona details"
|
|
558
|
+
],
|
|
559
|
+
"examples": [
|
|
560
|
+
"show me the Sabri Suby persona",
|
|
561
|
+
"view persona profile for Alex Hormozi"
|
|
562
|
+
]
|
|
169
563
|
},
|
|
170
564
|
"kb-personas": {
|
|
171
|
-
"keywords": [
|
|
172
|
-
|
|
565
|
+
"keywords": [
|
|
566
|
+
"list personas",
|
|
567
|
+
"all personas",
|
|
568
|
+
"show personas"
|
|
569
|
+
],
|
|
570
|
+
"examples": [
|
|
571
|
+
"list all personas",
|
|
572
|
+
"show me all knowledge personas",
|
|
573
|
+
"what personas exist"
|
|
574
|
+
]
|
|
173
575
|
},
|
|
174
576
|
"kb-search": {
|
|
175
|
-
"keywords": [
|
|
176
|
-
|
|
577
|
+
"keywords": [
|
|
578
|
+
"search knowledge",
|
|
579
|
+
"search kb",
|
|
580
|
+
"find in knowledge",
|
|
581
|
+
"knowledge search"
|
|
582
|
+
],
|
|
583
|
+
"examples": [
|
|
584
|
+
"search knowledge base for marketing funnels",
|
|
585
|
+
"find what we know about pricing strategies"
|
|
586
|
+
]
|
|
177
587
|
},
|
|
178
588
|
"kb-write": {
|
|
179
|
-
"keywords": [
|
|
180
|
-
|
|
589
|
+
"keywords": [
|
|
590
|
+
"write as persona",
|
|
591
|
+
"generate content",
|
|
592
|
+
"write in style",
|
|
593
|
+
"persona content"
|
|
594
|
+
],
|
|
595
|
+
"examples": [
|
|
596
|
+
"write a blog post as Sabri Suby",
|
|
597
|
+
"generate content in Alex Hormozi's style"
|
|
598
|
+
]
|
|
181
599
|
},
|
|
182
600
|
"kb-topics": {
|
|
183
|
-
"keywords": [
|
|
184
|
-
|
|
601
|
+
"keywords": [
|
|
602
|
+
"list topics",
|
|
603
|
+
"knowledge topics",
|
|
604
|
+
"all topics",
|
|
605
|
+
"show topics"
|
|
606
|
+
],
|
|
607
|
+
"examples": [
|
|
608
|
+
"show all knowledge topics",
|
|
609
|
+
"what topics are in the knowledge base"
|
|
610
|
+
]
|
|
185
611
|
},
|
|
186
612
|
"kb-update": {
|
|
187
|
-
"keywords": [
|
|
188
|
-
|
|
613
|
+
"keywords": [
|
|
614
|
+
"update persona",
|
|
615
|
+
"add to persona",
|
|
616
|
+
"persona update",
|
|
617
|
+
"more content persona"
|
|
618
|
+
],
|
|
619
|
+
"examples": [
|
|
620
|
+
"add this video to the Sabri Suby persona",
|
|
621
|
+
"update Alex Hormozi with new content"
|
|
622
|
+
]
|
|
189
623
|
},
|
|
190
624
|
"mkt-social": {
|
|
191
|
-
"keywords": [
|
|
192
|
-
|
|
625
|
+
"keywords": [
|
|
626
|
+
"social media",
|
|
627
|
+
"social posts",
|
|
628
|
+
"instagram",
|
|
629
|
+
"linkedin",
|
|
630
|
+
"twitter",
|
|
631
|
+
"tiktok",
|
|
632
|
+
"social content"
|
|
633
|
+
],
|
|
634
|
+
"examples": [
|
|
635
|
+
"create social posts about AI",
|
|
636
|
+
"write instagram content for Black Friday",
|
|
637
|
+
"linkedin posts about our product"
|
|
638
|
+
]
|
|
193
639
|
},
|
|
194
640
|
"mkt-calendar": {
|
|
195
|
-
"keywords": [
|
|
196
|
-
|
|
641
|
+
"keywords": [
|
|
642
|
+
"content calendar",
|
|
643
|
+
"posting schedule",
|
|
644
|
+
"content plan",
|
|
645
|
+
"editorial calendar"
|
|
646
|
+
],
|
|
647
|
+
"examples": [
|
|
648
|
+
"create a content calendar for next month",
|
|
649
|
+
"plan this week's social media posts"
|
|
650
|
+
]
|
|
197
651
|
},
|
|
198
652
|
"mkt-reels": {
|
|
199
|
-
"keywords": [
|
|
200
|
-
|
|
653
|
+
"keywords": [
|
|
654
|
+
"reels",
|
|
655
|
+
"tiktok script",
|
|
656
|
+
"shorts",
|
|
657
|
+
"video script",
|
|
658
|
+
"short video"
|
|
659
|
+
],
|
|
660
|
+
"examples": [
|
|
661
|
+
"write scripts for instagram reels about AI",
|
|
662
|
+
"create tiktok content ideas",
|
|
663
|
+
"youtube shorts scripts"
|
|
664
|
+
]
|
|
201
665
|
},
|
|
202
666
|
"mkt-stories": {
|
|
203
|
-
"keywords": [
|
|
204
|
-
|
|
667
|
+
"keywords": [
|
|
668
|
+
"stories",
|
|
669
|
+
"instagram stories",
|
|
670
|
+
"facebook stories",
|
|
671
|
+
"story sequence"
|
|
672
|
+
],
|
|
673
|
+
"examples": [
|
|
674
|
+
"create instagram story sequence for product launch",
|
|
675
|
+
"write facebook stories content"
|
|
676
|
+
]
|
|
205
677
|
},
|
|
206
678
|
"mkt-email": {
|
|
207
|
-
"keywords": [
|
|
208
|
-
|
|
679
|
+
"keywords": [
|
|
680
|
+
"email sequence",
|
|
681
|
+
"email campaign",
|
|
682
|
+
"welcome email",
|
|
683
|
+
"nurture email",
|
|
684
|
+
"email flow",
|
|
685
|
+
"newsletter"
|
|
686
|
+
],
|
|
687
|
+
"examples": [
|
|
688
|
+
"create a welcome email sequence",
|
|
689
|
+
"write a launch email campaign",
|
|
690
|
+
"design a nurture email flow"
|
|
691
|
+
]
|
|
209
692
|
},
|
|
210
693
|
"mkt-landing": {
|
|
211
|
-
"keywords": [
|
|
212
|
-
|
|
694
|
+
"keywords": [
|
|
695
|
+
"landing page",
|
|
696
|
+
"landing copy",
|
|
697
|
+
"sales page",
|
|
698
|
+
"conversion page"
|
|
699
|
+
],
|
|
700
|
+
"examples": [
|
|
701
|
+
"write landing page copy for our SaaS",
|
|
702
|
+
"create a sales page for the new product"
|
|
703
|
+
]
|
|
213
704
|
},
|
|
214
705
|
"mkt-ads": {
|
|
215
|
-
"keywords": [
|
|
216
|
-
|
|
706
|
+
"keywords": [
|
|
707
|
+
"ad copy",
|
|
708
|
+
"advertising",
|
|
709
|
+
"facebook ads",
|
|
710
|
+
"google ads",
|
|
711
|
+
"ad campaign",
|
|
712
|
+
"paid ads"
|
|
713
|
+
],
|
|
714
|
+
"examples": [
|
|
715
|
+
"write facebook ad copy for our product",
|
|
716
|
+
"create google ads for the sale",
|
|
717
|
+
"ad campaign for Black Friday"
|
|
718
|
+
]
|
|
217
719
|
},
|
|
218
720
|
"mkt-affiliate": {
|
|
219
|
-
"keywords": [
|
|
220
|
-
|
|
721
|
+
"keywords": [
|
|
722
|
+
"affiliate",
|
|
723
|
+
"affiliate marketing",
|
|
724
|
+
"affiliate program",
|
|
725
|
+
"affiliate content"
|
|
726
|
+
],
|
|
727
|
+
"examples": [
|
|
728
|
+
"analyze this product's affiliate potential",
|
|
729
|
+
"create affiliate marketing content"
|
|
730
|
+
]
|
|
221
731
|
},
|
|
222
732
|
"mkt-blog": {
|
|
223
|
-
"keywords": [
|
|
224
|
-
|
|
733
|
+
"keywords": [
|
|
734
|
+
"blog",
|
|
735
|
+
"blog post",
|
|
736
|
+
"article",
|
|
737
|
+
"seo article",
|
|
738
|
+
"blog content",
|
|
739
|
+
"write article"
|
|
740
|
+
],
|
|
741
|
+
"examples": [
|
|
742
|
+
"write a blog post about AI in business",
|
|
743
|
+
"create an SEO article about productivity tools"
|
|
744
|
+
]
|
|
225
745
|
},
|
|
226
746
|
"mkt-copy": {
|
|
227
|
-
"keywords": [
|
|
228
|
-
|
|
747
|
+
"keywords": [
|
|
748
|
+
"copy analysis",
|
|
749
|
+
"improve copy",
|
|
750
|
+
"analyze copy",
|
|
751
|
+
"copywriting review"
|
|
752
|
+
],
|
|
753
|
+
"examples": [
|
|
754
|
+
"analyze and improve our website copy",
|
|
755
|
+
"review the copy on this page"
|
|
756
|
+
]
|
|
229
757
|
},
|
|
230
758
|
"mkt-brand": {
|
|
231
|
-
"keywords": [
|
|
232
|
-
|
|
759
|
+
"keywords": [
|
|
760
|
+
"brand voice",
|
|
761
|
+
"brand guidelines",
|
|
762
|
+
"brand analysis",
|
|
763
|
+
"brand identity"
|
|
764
|
+
],
|
|
765
|
+
"examples": [
|
|
766
|
+
"analyze our brand voice",
|
|
767
|
+
"create brand guidelines from our website"
|
|
768
|
+
]
|
|
233
769
|
},
|
|
234
770
|
"mkt-audit": {
|
|
235
|
-
"keywords": [
|
|
236
|
-
|
|
771
|
+
"keywords": [
|
|
772
|
+
"marketing audit",
|
|
773
|
+
"marketing review",
|
|
774
|
+
"marketing analysis",
|
|
775
|
+
"site marketing"
|
|
776
|
+
],
|
|
777
|
+
"examples": [
|
|
778
|
+
"audit our marketing",
|
|
779
|
+
"full marketing review of our website",
|
|
780
|
+
"analyze our marketing strategy"
|
|
781
|
+
]
|
|
237
782
|
},
|
|
238
783
|
"ops-tasks": {
|
|
239
|
-
"keywords": [
|
|
240
|
-
|
|
784
|
+
"keywords": [
|
|
785
|
+
"tasks",
|
|
786
|
+
"task list",
|
|
787
|
+
"todo",
|
|
788
|
+
"to-do",
|
|
789
|
+
"task management"
|
|
790
|
+
],
|
|
791
|
+
"examples": [
|
|
792
|
+
"show my tasks",
|
|
793
|
+
"what's on my todo list",
|
|
794
|
+
"manage tasks in ClickUp"
|
|
795
|
+
]
|
|
241
796
|
},
|
|
242
797
|
"ops-email": {
|
|
243
|
-
"keywords": [
|
|
244
|
-
|
|
798
|
+
"keywords": [
|
|
799
|
+
"send email",
|
|
800
|
+
"draft email",
|
|
801
|
+
"write email",
|
|
802
|
+
"email someone"
|
|
803
|
+
],
|
|
804
|
+
"examples": [
|
|
805
|
+
"draft an email to the client",
|
|
806
|
+
"send a follow-up email",
|
|
807
|
+
"write a professional email"
|
|
808
|
+
]
|
|
245
809
|
},
|
|
246
810
|
"ops-calendar": {
|
|
247
|
-
"keywords": [
|
|
248
|
-
|
|
811
|
+
"keywords": [
|
|
812
|
+
"calendar",
|
|
813
|
+
"schedule",
|
|
814
|
+
"my schedule",
|
|
815
|
+
"today's meetings",
|
|
816
|
+
"upcoming meetings"
|
|
817
|
+
],
|
|
818
|
+
"examples": [
|
|
819
|
+
"show my calendar",
|
|
820
|
+
"what meetings do I have today",
|
|
821
|
+
"check my schedule"
|
|
822
|
+
]
|
|
249
823
|
},
|
|
250
824
|
"ops-meeting": {
|
|
251
|
-
"keywords": [
|
|
252
|
-
|
|
825
|
+
"keywords": [
|
|
826
|
+
"meeting",
|
|
827
|
+
"schedule meeting",
|
|
828
|
+
"prepare meeting",
|
|
829
|
+
"meeting agenda"
|
|
830
|
+
],
|
|
831
|
+
"examples": [
|
|
832
|
+
"schedule a meeting with the team",
|
|
833
|
+
"prepare agenda for client meeting"
|
|
834
|
+
]
|
|
253
835
|
},
|
|
254
836
|
"ops-invoice": {
|
|
255
|
-
"keywords": [
|
|
256
|
-
|
|
837
|
+
"keywords": [
|
|
838
|
+
"invoice",
|
|
839
|
+
"create invoice",
|
|
840
|
+
"send invoice",
|
|
841
|
+
"billing"
|
|
842
|
+
],
|
|
843
|
+
"examples": [
|
|
844
|
+
"create an invoice for client X",
|
|
845
|
+
"generate invoice for March work"
|
|
846
|
+
]
|
|
257
847
|
},
|
|
258
848
|
"ops-automate": {
|
|
259
|
-
"keywords": [
|
|
260
|
-
|
|
849
|
+
"keywords": [
|
|
850
|
+
"automate",
|
|
851
|
+
"automation",
|
|
852
|
+
"workflow",
|
|
853
|
+
"process automation"
|
|
854
|
+
],
|
|
855
|
+
"examples": [
|
|
856
|
+
"automate the onboarding process",
|
|
857
|
+
"create a workflow for deployments"
|
|
858
|
+
]
|
|
261
859
|
},
|
|
262
860
|
"ops-report": {
|
|
263
|
-
"keywords": [
|
|
264
|
-
|
|
861
|
+
"keywords": [
|
|
862
|
+
"operations report",
|
|
863
|
+
"weekly report",
|
|
864
|
+
"monthly report",
|
|
865
|
+
"ops report"
|
|
866
|
+
],
|
|
867
|
+
"examples": [
|
|
868
|
+
"generate weekly operations report",
|
|
869
|
+
"create monthly summary report"
|
|
870
|
+
]
|
|
265
871
|
},
|
|
266
872
|
"ops-onboard-client": {
|
|
267
|
-
"keywords": [
|
|
268
|
-
|
|
873
|
+
"keywords": [
|
|
874
|
+
"onboard client",
|
|
875
|
+
"new client",
|
|
876
|
+
"client onboarding",
|
|
877
|
+
"client setup"
|
|
878
|
+
],
|
|
879
|
+
"examples": [
|
|
880
|
+
"onboard new client Acme Corp",
|
|
881
|
+
"start client onboarding process"
|
|
882
|
+
]
|
|
269
883
|
},
|
|
270
884
|
"ops-standup": {
|
|
271
|
-
"keywords": [
|
|
272
|
-
|
|
885
|
+
"keywords": [
|
|
886
|
+
"ops standup",
|
|
887
|
+
"operations standup",
|
|
888
|
+
"ops daily"
|
|
889
|
+
],
|
|
890
|
+
"examples": [
|
|
891
|
+
"run operations standup",
|
|
892
|
+
"daily ops update"
|
|
893
|
+
]
|
|
273
894
|
},
|
|
274
895
|
"ops-channel-add": {
|
|
275
|
-
"keywords": [
|
|
276
|
-
|
|
896
|
+
"keywords": [
|
|
897
|
+
"add channel",
|
|
898
|
+
"connect slack",
|
|
899
|
+
"connect discord",
|
|
900
|
+
"setup messaging"
|
|
901
|
+
],
|
|
902
|
+
"examples": [
|
|
903
|
+
"add a slack channel",
|
|
904
|
+
"connect discord for notifications",
|
|
905
|
+
"setup whatsapp messaging"
|
|
906
|
+
]
|
|
277
907
|
},
|
|
278
908
|
"ops-channel-list": {
|
|
279
|
-
"keywords": [
|
|
280
|
-
|
|
909
|
+
"keywords": [
|
|
910
|
+
"list channels",
|
|
911
|
+
"show channels",
|
|
912
|
+
"messaging channels"
|
|
913
|
+
],
|
|
914
|
+
"examples": [
|
|
915
|
+
"show configured messaging channels",
|
|
916
|
+
"list all notification channels"
|
|
917
|
+
]
|
|
281
918
|
},
|
|
282
919
|
"ops-channel-remove": {
|
|
283
|
-
"keywords": [
|
|
284
|
-
|
|
920
|
+
"keywords": [
|
|
921
|
+
"remove channel",
|
|
922
|
+
"disconnect channel",
|
|
923
|
+
"delete channel"
|
|
924
|
+
],
|
|
925
|
+
"examples": [
|
|
926
|
+
"remove the slack channel",
|
|
927
|
+
"disconnect discord notifications"
|
|
928
|
+
]
|
|
285
929
|
},
|
|
286
930
|
"ops-notify": {
|
|
287
|
-
"keywords": [
|
|
288
|
-
|
|
931
|
+
"keywords": [
|
|
932
|
+
"notify",
|
|
933
|
+
"send notification",
|
|
934
|
+
"send message",
|
|
935
|
+
"alert"
|
|
936
|
+
],
|
|
937
|
+
"examples": [
|
|
938
|
+
"send a notification to the team",
|
|
939
|
+
"notify about the deployment"
|
|
940
|
+
]
|
|
289
941
|
},
|
|
290
942
|
"ops-broadcast": {
|
|
291
|
-
"keywords": [
|
|
292
|
-
|
|
943
|
+
"keywords": [
|
|
944
|
+
"broadcast",
|
|
945
|
+
"send to all",
|
|
946
|
+
"announce",
|
|
947
|
+
"broadcast message"
|
|
948
|
+
],
|
|
949
|
+
"examples": [
|
|
950
|
+
"broadcast a message to all channels",
|
|
951
|
+
"announce the release to everyone"
|
|
952
|
+
]
|
|
293
953
|
},
|
|
294
954
|
"ecom-audit": {
|
|
295
|
-
"keywords": [
|
|
296
|
-
|
|
955
|
+
"keywords": [
|
|
956
|
+
"store audit",
|
|
957
|
+
"shop audit",
|
|
958
|
+
"ecommerce audit",
|
|
959
|
+
"store review",
|
|
960
|
+
"conversion audit"
|
|
961
|
+
],
|
|
962
|
+
"examples": [
|
|
963
|
+
"audit my shopify store",
|
|
964
|
+
"review the store's conversion rate",
|
|
965
|
+
"full ecommerce audit"
|
|
966
|
+
]
|
|
297
967
|
},
|
|
298
968
|
"ecom-product": {
|
|
299
|
-
"keywords": [
|
|
300
|
-
|
|
969
|
+
"keywords": [
|
|
970
|
+
"product listing",
|
|
971
|
+
"create product",
|
|
972
|
+
"product description",
|
|
973
|
+
"product page",
|
|
974
|
+
"optimize product"
|
|
975
|
+
],
|
|
976
|
+
"examples": [
|
|
977
|
+
"create a product listing for new shoes",
|
|
978
|
+
"optimize product descriptions",
|
|
979
|
+
"write product page copy"
|
|
980
|
+
]
|
|
301
981
|
},
|
|
302
982
|
"ecom-pricing": {
|
|
303
|
-
"keywords": [
|
|
304
|
-
|
|
983
|
+
"keywords": [
|
|
984
|
+
"pricing strategy",
|
|
985
|
+
"price analysis",
|
|
986
|
+
"pricing model",
|
|
987
|
+
"competitive pricing"
|
|
988
|
+
],
|
|
989
|
+
"examples": [
|
|
990
|
+
"analyze pricing for our SaaS",
|
|
991
|
+
"create a pricing strategy",
|
|
992
|
+
"competitive price analysis"
|
|
993
|
+
]
|
|
305
994
|
},
|
|
306
995
|
"ecom-launch": {
|
|
307
|
-
"keywords": [
|
|
308
|
-
|
|
996
|
+
"keywords": [
|
|
997
|
+
"store launch",
|
|
998
|
+
"launch store",
|
|
999
|
+
"new store",
|
|
1000
|
+
"open store",
|
|
1001
|
+
"ecommerce launch"
|
|
1002
|
+
],
|
|
1003
|
+
"examples": [
|
|
1004
|
+
"plan the store launch",
|
|
1005
|
+
"launch a new shopify store",
|
|
1006
|
+
"prepare store for launch"
|
|
1007
|
+
]
|
|
309
1008
|
},
|
|
310
1009
|
"ecom-ads": {
|
|
311
|
-
"keywords": [
|
|
312
|
-
|
|
1010
|
+
"keywords": [
|
|
1011
|
+
"ecommerce ads",
|
|
1012
|
+
"product ads",
|
|
1013
|
+
"shopping ads",
|
|
1014
|
+
"store advertising"
|
|
1015
|
+
],
|
|
1016
|
+
"examples": [
|
|
1017
|
+
"create ads for our products",
|
|
1018
|
+
"run shopping campaign ads",
|
|
1019
|
+
"product advertising strategy"
|
|
1020
|
+
]
|
|
313
1021
|
},
|
|
314
1022
|
"ecom-competitors": {
|
|
315
|
-
"keywords": [
|
|
316
|
-
|
|
1023
|
+
"keywords": [
|
|
1024
|
+
"ecommerce competitors",
|
|
1025
|
+
"store competitors",
|
|
1026
|
+
"competitor stores",
|
|
1027
|
+
"competitive analysis store"
|
|
1028
|
+
],
|
|
1029
|
+
"examples": [
|
|
1030
|
+
"analyze competitor stores",
|
|
1031
|
+
"competitive analysis of similar shops"
|
|
1032
|
+
]
|
|
317
1033
|
},
|
|
318
1034
|
"ecom-seo": {
|
|
319
|
-
"keywords": [
|
|
320
|
-
|
|
1035
|
+
"keywords": [
|
|
1036
|
+
"ecommerce seo",
|
|
1037
|
+
"store seo",
|
|
1038
|
+
"product seo",
|
|
1039
|
+
"shop seo"
|
|
1040
|
+
],
|
|
1041
|
+
"examples": [
|
|
1042
|
+
"SEO audit of our store",
|
|
1043
|
+
"optimize store for search engines",
|
|
1044
|
+
"improve product SEO"
|
|
1045
|
+
]
|
|
321
1046
|
},
|
|
322
1047
|
"ecom-email": {
|
|
323
|
-
"keywords": [
|
|
324
|
-
|
|
1048
|
+
"keywords": [
|
|
1049
|
+
"cart abandonment",
|
|
1050
|
+
"post-purchase email",
|
|
1051
|
+
"win-back email",
|
|
1052
|
+
"ecommerce email flow"
|
|
1053
|
+
],
|
|
1054
|
+
"examples": [
|
|
1055
|
+
"create cart abandonment emails",
|
|
1056
|
+
"setup post-purchase email flow",
|
|
1057
|
+
"write win-back email sequence"
|
|
1058
|
+
]
|
|
325
1059
|
},
|
|
326
1060
|
"ecom-report": {
|
|
327
|
-
"keywords": [
|
|
328
|
-
|
|
1061
|
+
"keywords": [
|
|
1062
|
+
"store report",
|
|
1063
|
+
"ecommerce report",
|
|
1064
|
+
"sales report",
|
|
1065
|
+
"store performance"
|
|
1066
|
+
],
|
|
1067
|
+
"examples": [
|
|
1068
|
+
"generate store performance report",
|
|
1069
|
+
"monthly sales report",
|
|
1070
|
+
"ecommerce analytics report"
|
|
1071
|
+
]
|
|
329
1072
|
},
|
|
330
1073
|
"fin-report": {
|
|
331
|
-
"keywords": [
|
|
332
|
-
|
|
1074
|
+
"keywords": [
|
|
1075
|
+
"financial report",
|
|
1076
|
+
"quarterly report",
|
|
1077
|
+
"monthly financials",
|
|
1078
|
+
"p&l report"
|
|
1079
|
+
],
|
|
1080
|
+
"examples": [
|
|
1081
|
+
"generate monthly financial report",
|
|
1082
|
+
"create Q1 financial summary"
|
|
1083
|
+
]
|
|
333
1084
|
},
|
|
334
1085
|
"fin-forecast": {
|
|
335
|
-
"keywords": [
|
|
336
|
-
|
|
1086
|
+
"keywords": [
|
|
1087
|
+
"forecast",
|
|
1088
|
+
"projection",
|
|
1089
|
+
"predict revenue",
|
|
1090
|
+
"financial forecast",
|
|
1091
|
+
"estimate revenue"
|
|
1092
|
+
],
|
|
1093
|
+
"examples": [
|
|
1094
|
+
"forecast revenue for next 6 months",
|
|
1095
|
+
"project expenses through Q4",
|
|
1096
|
+
"financial projections"
|
|
1097
|
+
]
|
|
337
1098
|
},
|
|
338
1099
|
"fin-budget": {
|
|
339
|
-
"keywords": [
|
|
340
|
-
|
|
1100
|
+
"keywords": [
|
|
1101
|
+
"budget",
|
|
1102
|
+
"project budget",
|
|
1103
|
+
"budget planning",
|
|
1104
|
+
"cost estimate",
|
|
1105
|
+
"budgeting"
|
|
1106
|
+
],
|
|
1107
|
+
"examples": [
|
|
1108
|
+
"create a budget for the new project",
|
|
1109
|
+
"plan the Q2 budget",
|
|
1110
|
+
"estimate project costs"
|
|
1111
|
+
]
|
|
341
1112
|
},
|
|
342
1113
|
"fin-negotiate": {
|
|
343
|
-
"keywords": [
|
|
344
|
-
|
|
1114
|
+
"keywords": [
|
|
1115
|
+
"negotiate",
|
|
1116
|
+
"negotiation",
|
|
1117
|
+
"bank negotiation",
|
|
1118
|
+
"deal terms",
|
|
1119
|
+
"batna"
|
|
1120
|
+
],
|
|
1121
|
+
"examples": [
|
|
1122
|
+
"prepare for bank negotiation",
|
|
1123
|
+
"negotiate better terms",
|
|
1124
|
+
"BATNA analysis for investor meeting"
|
|
1125
|
+
]
|
|
345
1126
|
},
|
|
346
1127
|
"fin-pitch": {
|
|
347
|
-
"keywords": [
|
|
348
|
-
|
|
1128
|
+
"keywords": [
|
|
1129
|
+
"pitch",
|
|
1130
|
+
"investor pitch",
|
|
1131
|
+
"pitch deck",
|
|
1132
|
+
"funding pitch",
|
|
1133
|
+
"investor presentation"
|
|
1134
|
+
],
|
|
1135
|
+
"examples": [
|
|
1136
|
+
"prepare investor pitch",
|
|
1137
|
+
"create a pitch deck",
|
|
1138
|
+
"pitch to Series A investors"
|
|
1139
|
+
]
|
|
349
1140
|
},
|
|
350
1141
|
"fin-analyze": {
|
|
351
|
-
"keywords": [
|
|
352
|
-
|
|
1142
|
+
"keywords": [
|
|
1143
|
+
"financial analysis",
|
|
1144
|
+
"analyze financials",
|
|
1145
|
+
"market financial",
|
|
1146
|
+
"sector analysis"
|
|
1147
|
+
],
|
|
1148
|
+
"examples": [
|
|
1149
|
+
"analyze the SaaS market financials",
|
|
1150
|
+
"financial analysis of competitor"
|
|
1151
|
+
]
|
|
353
1152
|
},
|
|
354
1153
|
"fin-invest": {
|
|
355
|
-
"keywords": [
|
|
356
|
-
|
|
1154
|
+
"keywords": [
|
|
1155
|
+
"invest",
|
|
1156
|
+
"investment",
|
|
1157
|
+
"investment opportunity",
|
|
1158
|
+
"evaluate investment"
|
|
1159
|
+
],
|
|
1160
|
+
"examples": [
|
|
1161
|
+
"analyze this investment opportunity",
|
|
1162
|
+
"should we invest in this asset"
|
|
1163
|
+
]
|
|
357
1164
|
},
|
|
358
1165
|
"fin-portfolio": {
|
|
359
|
-
"keywords": [
|
|
360
|
-
|
|
1166
|
+
"keywords": [
|
|
1167
|
+
"portfolio",
|
|
1168
|
+
"portfolio review",
|
|
1169
|
+
"investment portfolio",
|
|
1170
|
+
"portfolio balance"
|
|
1171
|
+
],
|
|
1172
|
+
"examples": [
|
|
1173
|
+
"review our investment portfolio",
|
|
1174
|
+
"portfolio performance overview"
|
|
1175
|
+
]
|
|
361
1176
|
},
|
|
362
1177
|
"fin-invoice": {
|
|
363
|
-
"keywords": [
|
|
364
|
-
|
|
1178
|
+
"keywords": [
|
|
1179
|
+
"finance invoice",
|
|
1180
|
+
"generate invoice",
|
|
1181
|
+
"client invoice",
|
|
1182
|
+
"bill client"
|
|
1183
|
+
],
|
|
1184
|
+
"examples": [
|
|
1185
|
+
"generate invoice for client work",
|
|
1186
|
+
"create invoice for March deliverables"
|
|
1187
|
+
]
|
|
365
1188
|
},
|
|
366
1189
|
"fin-cashflow": {
|
|
367
|
-
"keywords": [
|
|
368
|
-
|
|
1190
|
+
"keywords": [
|
|
1191
|
+
"cash flow",
|
|
1192
|
+
"cashflow",
|
|
1193
|
+
"cash projection",
|
|
1194
|
+
"liquidity",
|
|
1195
|
+
"cash position"
|
|
1196
|
+
],
|
|
1197
|
+
"examples": [
|
|
1198
|
+
"analyze our cash flow",
|
|
1199
|
+
"cash flow projections for next quarter",
|
|
1200
|
+
"check our liquidity position"
|
|
1201
|
+
]
|
|
369
1202
|
},
|
|
370
1203
|
"strat-brainstorm": {
|
|
371
|
-
"keywords": [
|
|
372
|
-
|
|
1204
|
+
"keywords": [
|
|
1205
|
+
"brainstorm",
|
|
1206
|
+
"ideate",
|
|
1207
|
+
"ideas",
|
|
1208
|
+
"think about",
|
|
1209
|
+
"explore ideas",
|
|
1210
|
+
"workshop"
|
|
1211
|
+
],
|
|
1212
|
+
"examples": [
|
|
1213
|
+
"brainstorm new product ideas",
|
|
1214
|
+
"lets think about expansion strategies",
|
|
1215
|
+
"ideation session for new features"
|
|
1216
|
+
]
|
|
373
1217
|
},
|
|
374
1218
|
"strat-market": {
|
|
375
|
-
"keywords": [
|
|
376
|
-
|
|
1219
|
+
"keywords": [
|
|
1220
|
+
"market analysis",
|
|
1221
|
+
"market research",
|
|
1222
|
+
"market opportunity",
|
|
1223
|
+
"market size",
|
|
1224
|
+
"tam"
|
|
1225
|
+
],
|
|
1226
|
+
"examples": [
|
|
1227
|
+
"analyze the AI tools market",
|
|
1228
|
+
"market opportunity in Portugal",
|
|
1229
|
+
"what's the TAM for our product"
|
|
1230
|
+
]
|
|
377
1231
|
},
|
|
378
1232
|
"strat-prospect": {
|
|
379
|
-
"keywords": [
|
|
380
|
-
|
|
1233
|
+
"keywords": [
|
|
1234
|
+
"prospect",
|
|
1235
|
+
"prospecting",
|
|
1236
|
+
"lead generation",
|
|
1237
|
+
"find clients",
|
|
1238
|
+
"find customers"
|
|
1239
|
+
],
|
|
1240
|
+
"examples": [
|
|
1241
|
+
"prospect for SaaS clients in Europe",
|
|
1242
|
+
"find potential customers in healthcare"
|
|
1243
|
+
]
|
|
381
1244
|
},
|
|
382
1245
|
"strat-competitor": {
|
|
383
|
-
"keywords": [
|
|
384
|
-
|
|
1246
|
+
"keywords": [
|
|
1247
|
+
"competitor analysis",
|
|
1248
|
+
"competitive intelligence",
|
|
1249
|
+
"analyze competitor",
|
|
1250
|
+
"competitor deep dive"
|
|
1251
|
+
],
|
|
1252
|
+
"examples": [
|
|
1253
|
+
"deep dive on competitor X",
|
|
1254
|
+
"competitive intelligence report",
|
|
1255
|
+
"analyze our main competitor"
|
|
1256
|
+
]
|
|
385
1257
|
},
|
|
386
1258
|
"strat-swot": {
|
|
387
|
-
"keywords": [
|
|
388
|
-
|
|
1259
|
+
"keywords": [
|
|
1260
|
+
"swot",
|
|
1261
|
+
"strengths weaknesses",
|
|
1262
|
+
"swot analysis"
|
|
1263
|
+
],
|
|
1264
|
+
"examples": [
|
|
1265
|
+
"SWOT analysis of our business",
|
|
1266
|
+
"do a SWOT for the new product line"
|
|
1267
|
+
]
|
|
389
1268
|
},
|
|
390
1269
|
"strat-evaluate": {
|
|
391
|
-
"keywords": [
|
|
392
|
-
|
|
1270
|
+
"keywords": [
|
|
1271
|
+
"evaluate idea",
|
|
1272
|
+
"assess idea",
|
|
1273
|
+
"idea evaluation",
|
|
1274
|
+
"pros cons",
|
|
1275
|
+
"feasibility"
|
|
1276
|
+
],
|
|
1277
|
+
"examples": [
|
|
1278
|
+
"evaluate this business idea",
|
|
1279
|
+
"pros and cons of entering new market",
|
|
1280
|
+
"is this idea feasible"
|
|
1281
|
+
]
|
|
393
1282
|
},
|
|
394
1283
|
"strat-pivot": {
|
|
395
|
-
"keywords": [
|
|
396
|
-
|
|
1284
|
+
"keywords": [
|
|
1285
|
+
"pivot",
|
|
1286
|
+
"strategic pivot",
|
|
1287
|
+
"change direction",
|
|
1288
|
+
"pivot strategy"
|
|
1289
|
+
],
|
|
1290
|
+
"examples": [
|
|
1291
|
+
"should we pivot to B2B",
|
|
1292
|
+
"evaluate pivoting our product strategy"
|
|
1293
|
+
]
|
|
397
1294
|
},
|
|
398
1295
|
"strat-roadmap": {
|
|
399
|
-
"keywords": [
|
|
400
|
-
|
|
1296
|
+
"keywords": [
|
|
1297
|
+
"roadmap",
|
|
1298
|
+
"strategic roadmap",
|
|
1299
|
+
"product roadmap",
|
|
1300
|
+
"quarterly roadmap"
|
|
1301
|
+
],
|
|
1302
|
+
"examples": [
|
|
1303
|
+
"create a product roadmap for Q2",
|
|
1304
|
+
"strategic roadmap for next year"
|
|
1305
|
+
]
|
|
401
1306
|
},
|
|
402
1307
|
"strat-trends": {
|
|
403
|
-
"keywords": [
|
|
404
|
-
|
|
1308
|
+
"keywords": [
|
|
1309
|
+
"trends",
|
|
1310
|
+
"industry trends",
|
|
1311
|
+
"market trends",
|
|
1312
|
+
"emerging trends",
|
|
1313
|
+
"what's trending"
|
|
1314
|
+
],
|
|
1315
|
+
"examples": [
|
|
1316
|
+
"what are the trends in AI",
|
|
1317
|
+
"industry trends for SaaS in 2026",
|
|
1318
|
+
"emerging tech trends"
|
|
1319
|
+
]
|
|
405
1320
|
},
|
|
406
1321
|
"brand-identity": {
|
|
407
|
-
"keywords": [
|
|
408
|
-
|
|
1322
|
+
"keywords": [
|
|
1323
|
+
"brand identity",
|
|
1324
|
+
"create brand",
|
|
1325
|
+
"new brand",
|
|
1326
|
+
"brand creation",
|
|
1327
|
+
"full brand"
|
|
1328
|
+
],
|
|
1329
|
+
"examples": [
|
|
1330
|
+
"create a brand identity for my startup",
|
|
1331
|
+
"build a complete brand for Acme",
|
|
1332
|
+
"full brand identity"
|
|
1333
|
+
]
|
|
409
1334
|
},
|
|
410
1335
|
"brand-colors": {
|
|
411
|
-
"keywords": [
|
|
412
|
-
|
|
1336
|
+
"keywords": [
|
|
1337
|
+
"color palette",
|
|
1338
|
+
"brand colors",
|
|
1339
|
+
"colors",
|
|
1340
|
+
"palette",
|
|
1341
|
+
"colour scheme"
|
|
1342
|
+
],
|
|
1343
|
+
"examples": [
|
|
1344
|
+
"generate a color palette for a tech startup",
|
|
1345
|
+
"create brand colors for a luxury brand"
|
|
1346
|
+
]
|
|
413
1347
|
},
|
|
414
1348
|
"brand-logo": {
|
|
415
|
-
"keywords": [
|
|
416
|
-
|
|
1349
|
+
"keywords": [
|
|
1350
|
+
"logo",
|
|
1351
|
+
"logo design",
|
|
1352
|
+
"create logo",
|
|
1353
|
+
"brand logo",
|
|
1354
|
+
"logo concept"
|
|
1355
|
+
],
|
|
1356
|
+
"examples": [
|
|
1357
|
+
"design a logo for my company",
|
|
1358
|
+
"create logo concepts for Acme",
|
|
1359
|
+
"logo ideas for tech brand"
|
|
1360
|
+
]
|
|
417
1361
|
},
|
|
418
1362
|
"brand-mockup": {
|
|
419
|
-
"keywords": [
|
|
420
|
-
|
|
1363
|
+
"keywords": [
|
|
1364
|
+
"mockup",
|
|
1365
|
+
"product mockup",
|
|
1366
|
+
"packaging",
|
|
1367
|
+
"merchandise",
|
|
1368
|
+
"mock up"
|
|
1369
|
+
],
|
|
1370
|
+
"examples": [
|
|
1371
|
+
"create product mockups",
|
|
1372
|
+
"generate packaging mockup for our product"
|
|
1373
|
+
]
|
|
421
1374
|
},
|
|
422
1375
|
"brand-photoshoot": {
|
|
423
|
-
"keywords": [
|
|
424
|
-
|
|
1376
|
+
"keywords": [
|
|
1377
|
+
"photoshoot",
|
|
1378
|
+
"product photography",
|
|
1379
|
+
"product shots",
|
|
1380
|
+
"lifestyle photos",
|
|
1381
|
+
"ai photography"
|
|
1382
|
+
],
|
|
1383
|
+
"examples": [
|
|
1384
|
+
"generate product photography",
|
|
1385
|
+
"AI photoshoot for our clothing line"
|
|
1386
|
+
]
|
|
425
1387
|
},
|
|
426
1388
|
"brand-video": {
|
|
427
|
-
"keywords": [
|
|
428
|
-
|
|
1389
|
+
"keywords": [
|
|
1390
|
+
"brand video",
|
|
1391
|
+
"intro video",
|
|
1392
|
+
"product video",
|
|
1393
|
+
"video generation",
|
|
1394
|
+
"motion"
|
|
1395
|
+
],
|
|
1396
|
+
"examples": [
|
|
1397
|
+
"create a brand intro video",
|
|
1398
|
+
"generate a product showcase video"
|
|
1399
|
+
]
|
|
429
1400
|
},
|
|
430
1401
|
"brand-guide": {
|
|
431
|
-
"keywords": [
|
|
432
|
-
|
|
1402
|
+
"keywords": [
|
|
1403
|
+
"brand guidelines",
|
|
1404
|
+
"brand guide",
|
|
1405
|
+
"style guide",
|
|
1406
|
+
"brand book",
|
|
1407
|
+
"brand manual"
|
|
1408
|
+
],
|
|
1409
|
+
"examples": [
|
|
1410
|
+
"create brand guidelines",
|
|
1411
|
+
"write a brand style guide for our company"
|
|
1412
|
+
]
|
|
433
1413
|
},
|
|
434
1414
|
"brand-audit": {
|
|
435
|
-
"keywords": [
|
|
436
|
-
|
|
1415
|
+
"keywords": [
|
|
1416
|
+
"brand audit",
|
|
1417
|
+
"brand review",
|
|
1418
|
+
"brand analysis",
|
|
1419
|
+
"visual audit"
|
|
1420
|
+
],
|
|
1421
|
+
"examples": [
|
|
1422
|
+
"audit our brand",
|
|
1423
|
+
"brand analysis of competitor.com",
|
|
1424
|
+
"review our brand consistency"
|
|
1425
|
+
]
|
|
437
1426
|
},
|
|
438
1427
|
"brand-moodboard": {
|
|
439
|
-
"keywords": [
|
|
440
|
-
|
|
1428
|
+
"keywords": [
|
|
1429
|
+
"moodboard",
|
|
1430
|
+
"mood board",
|
|
1431
|
+
"visual inspiration",
|
|
1432
|
+
"brand mood",
|
|
1433
|
+
"visual references"
|
|
1434
|
+
],
|
|
1435
|
+
"examples": [
|
|
1436
|
+
"create a mood board for a minimalist brand",
|
|
1437
|
+
"mood board for luxury tech"
|
|
1438
|
+
]
|
|
441
1439
|
},
|
|
442
1440
|
"brand-naming": {
|
|
443
|
-
"keywords": [
|
|
444
|
-
|
|
1441
|
+
"keywords": [
|
|
1442
|
+
"naming",
|
|
1443
|
+
"brand name",
|
|
1444
|
+
"product name",
|
|
1445
|
+
"name ideas",
|
|
1446
|
+
"company name"
|
|
1447
|
+
],
|
|
1448
|
+
"examples": [
|
|
1449
|
+
"help name my startup",
|
|
1450
|
+
"generate brand names for a fitness app",
|
|
1451
|
+
"name ideas for SaaS"
|
|
1452
|
+
]
|
|
445
1453
|
},
|
|
446
1454
|
"brand-positioning": {
|
|
447
|
-
"keywords": [
|
|
448
|
-
|
|
1455
|
+
"keywords": [
|
|
1456
|
+
"brand positioning",
|
|
1457
|
+
"market positioning",
|
|
1458
|
+
"brand archetype",
|
|
1459
|
+
"differentiation",
|
|
1460
|
+
"brand strategy"
|
|
1461
|
+
],
|
|
1462
|
+
"examples": [
|
|
1463
|
+
"define our brand positioning",
|
|
1464
|
+
"brand positioning for a premium SaaS"
|
|
1465
|
+
]
|
|
449
1466
|
},
|
|
450
1467
|
"brand-social-kit": {
|
|
451
|
-
"keywords": [
|
|
452
|
-
|
|
1468
|
+
"keywords": [
|
|
1469
|
+
"social kit",
|
|
1470
|
+
"social templates",
|
|
1471
|
+
"social media templates",
|
|
1472
|
+
"visual templates",
|
|
1473
|
+
"brand templates"
|
|
1474
|
+
],
|
|
1475
|
+
"examples": [
|
|
1476
|
+
"create social media templates for our brand",
|
|
1477
|
+
"generate a social kit"
|
|
1478
|
+
]
|
|
453
1479
|
},
|
|
454
1480
|
"dev-spec": {
|
|
455
|
-
"keywords": [
|
|
456
|
-
|
|
1481
|
+
"keywords": [
|
|
1482
|
+
"spec",
|
|
1483
|
+
"specification",
|
|
1484
|
+
"requirements",
|
|
1485
|
+
"define feature",
|
|
1486
|
+
"write spec",
|
|
1487
|
+
"feature spec",
|
|
1488
|
+
"describe what to build"
|
|
1489
|
+
],
|
|
1490
|
+
"examples": [
|
|
1491
|
+
"write a spec for user authentication",
|
|
1492
|
+
"create a specification for the payment system",
|
|
1493
|
+
"define requirements for the dashboard"
|
|
1494
|
+
]
|
|
457
1495
|
},
|
|
458
1496
|
"dev-spec-validate": {
|
|
459
|
-
"keywords": [
|
|
460
|
-
|
|
1497
|
+
"keywords": [
|
|
1498
|
+
"validate spec",
|
|
1499
|
+
"check spec",
|
|
1500
|
+
"review spec",
|
|
1501
|
+
"spec complete",
|
|
1502
|
+
"spec ready"
|
|
1503
|
+
],
|
|
1504
|
+
"examples": [
|
|
1505
|
+
"validate the current spec",
|
|
1506
|
+
"is the spec complete",
|
|
1507
|
+
"check the specification"
|
|
1508
|
+
]
|
|
461
1509
|
},
|
|
462
1510
|
"dev-spec-list": {
|
|
463
|
-
"keywords": [
|
|
464
|
-
|
|
1511
|
+
"keywords": [
|
|
1512
|
+
"list specs",
|
|
1513
|
+
"show specs",
|
|
1514
|
+
"existing specs",
|
|
1515
|
+
"all specifications",
|
|
1516
|
+
"project specs"
|
|
1517
|
+
],
|
|
1518
|
+
"examples": [
|
|
1519
|
+
"show me all specs for this project",
|
|
1520
|
+
"list existing specifications",
|
|
1521
|
+
"what specs do we have"
|
|
1522
|
+
]
|
|
465
1523
|
},
|
|
466
1524
|
"arka-recipes": {
|
|
467
|
-
"keywords": [
|
|
468
|
-
|
|
1525
|
+
"keywords": [
|
|
1526
|
+
"recipe",
|
|
1527
|
+
"recipes",
|
|
1528
|
+
"receita",
|
|
1529
|
+
"reuse",
|
|
1530
|
+
"validated build",
|
|
1531
|
+
"apply recipe",
|
|
1532
|
+
"feature template"
|
|
1533
|
+
],
|
|
1534
|
+
"examples": [
|
|
1535
|
+
"que receitas temos",
|
|
1536
|
+
"apply the laravel login recipe",
|
|
1537
|
+
"reusa a receita de auth"
|
|
1538
|
+
]
|
|
1539
|
+
},
|
|
1540
|
+
"content-video": {
|
|
1541
|
+
"keywords": [
|
|
1542
|
+
"produce video",
|
|
1543
|
+
"video production",
|
|
1544
|
+
"produz um vídeo",
|
|
1545
|
+
"faz um vídeo",
|
|
1546
|
+
"edit video",
|
|
1547
|
+
"edita o vídeo",
|
|
1548
|
+
"render video",
|
|
1549
|
+
"monta o vídeo",
|
|
1550
|
+
"hyperframes"
|
|
1551
|
+
],
|
|
1552
|
+
"examples": [
|
|
1553
|
+
"produz um vídeo sobre agentes de AI",
|
|
1554
|
+
"produce a video about our launch",
|
|
1555
|
+
"edita este vídeo com legendas e b-roll"
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
"content-trends": {
|
|
1559
|
+
"keywords": [
|
|
1560
|
+
"trends",
|
|
1561
|
+
"trending",
|
|
1562
|
+
"niche analysis",
|
|
1563
|
+
"análise de nicho",
|
|
1564
|
+
"que trends",
|
|
1565
|
+
"what's trending",
|
|
1566
|
+
"encontra um nicho",
|
|
1567
|
+
"trend hunt",
|
|
1568
|
+
"nichos"
|
|
1569
|
+
],
|
|
1570
|
+
"examples": [
|
|
1571
|
+
"que trends há em fitness agora",
|
|
1572
|
+
"find me a profitable faceless niche",
|
|
1573
|
+
"analisa o nicho de finanças pessoais"
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
"content-research": {
|
|
1577
|
+
"keywords": [
|
|
1578
|
+
"research topic",
|
|
1579
|
+
"pesquisa o tema",
|
|
1580
|
+
"production brief",
|
|
1581
|
+
"brief de produção",
|
|
1582
|
+
"research for video",
|
|
1583
|
+
"pesquisa para o vídeo",
|
|
1584
|
+
"fact check topic"
|
|
1585
|
+
],
|
|
1586
|
+
"examples": [
|
|
1587
|
+
"faz o research para o vídeo sobre LLMs",
|
|
1588
|
+
"research this topic with sources",
|
|
1589
|
+
"prepara o brief de produção do episódio 3"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
"content-video-setup": {
|
|
1593
|
+
"keywords": [
|
|
1594
|
+
"video setup",
|
|
1595
|
+
"setup video environment",
|
|
1596
|
+
"instala hyperframes",
|
|
1597
|
+
"configura produção de vídeo",
|
|
1598
|
+
"agent-reach setup",
|
|
1599
|
+
"video prerequisites"
|
|
1600
|
+
],
|
|
1601
|
+
"examples": [
|
|
1602
|
+
"prepara o ambiente de produção de vídeo",
|
|
1603
|
+
"install hyperframes and agent-reach",
|
|
1604
|
+
"video-setup"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
"content-shorts": {
|
|
1608
|
+
"keywords": [
|
|
1609
|
+
"shorts batch",
|
|
1610
|
+
"produce shorts",
|
|
1611
|
+
"produz shorts",
|
|
1612
|
+
"reels batch",
|
|
1613
|
+
"tiktok batch",
|
|
1614
|
+
"faz-me uns shorts",
|
|
1615
|
+
"render shorts",
|
|
1616
|
+
"lote de shorts"
|
|
1617
|
+
],
|
|
1618
|
+
"examples": [
|
|
1619
|
+
"produz um lote de 5 shorts sobre finanças",
|
|
1620
|
+
"produce a batch of shorts for the launch",
|
|
1621
|
+
"faz-me shorts desta masterclass"
|
|
1622
|
+
]
|
|
469
1623
|
}
|
|
470
1624
|
}
|