omgkit 2.12.0 → 2.15.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 +97 -12
- package/package.json +2 -2
- package/plugin/agents/api-designer.md +5 -0
- package/plugin/agents/architect.md +8 -0
- package/plugin/agents/brainstormer.md +4 -0
- package/plugin/agents/cicd-manager.md +6 -0
- package/plugin/agents/code-reviewer.md +6 -0
- package/plugin/agents/copywriter.md +2 -0
- package/plugin/agents/data-engineer.md +255 -0
- package/plugin/agents/database-admin.md +10 -0
- package/plugin/agents/debugger.md +10 -0
- package/plugin/agents/devsecops.md +314 -0
- package/plugin/agents/docs-manager.md +4 -0
- package/plugin/agents/domain-decomposer.md +181 -0
- package/plugin/agents/embedded-systems.md +397 -0
- package/plugin/agents/fullstack-developer.md +12 -0
- package/plugin/agents/game-systems-designer.md +375 -0
- package/plugin/agents/git-manager.md +10 -0
- package/plugin/agents/journal-writer.md +2 -0
- package/plugin/agents/ml-engineer.md +284 -0
- package/plugin/agents/observability-engineer.md +353 -0
- package/plugin/agents/oracle.md +9 -0
- package/plugin/agents/performance-engineer.md +290 -0
- package/plugin/agents/pipeline-architect.md +6 -0
- package/plugin/agents/planner.md +12 -0
- package/plugin/agents/platform-engineer.md +325 -0
- package/plugin/agents/project-manager.md +3 -0
- package/plugin/agents/researcher.md +5 -0
- package/plugin/agents/scientific-computing.md +426 -0
- package/plugin/agents/scout.md +3 -0
- package/plugin/agents/security-auditor.md +7 -0
- package/plugin/agents/sprint-master.md +17 -0
- package/plugin/agents/tester.md +10 -0
- package/plugin/agents/ui-ux-designer.md +12 -0
- package/plugin/agents/vulnerability-scanner.md +6 -0
- package/plugin/commands/data/pipeline.md +47 -0
- package/plugin/commands/data/quality.md +49 -0
- package/plugin/commands/domain/analyze.md +34 -0
- package/plugin/commands/domain/map.md +41 -0
- package/plugin/commands/game/balance.md +56 -0
- package/plugin/commands/game/optimize.md +62 -0
- package/plugin/commands/iot/provision.md +58 -0
- package/plugin/commands/ml/evaluate.md +47 -0
- package/plugin/commands/ml/train.md +48 -0
- package/plugin/commands/perf/benchmark.md +54 -0
- package/plugin/commands/perf/profile.md +49 -0
- package/plugin/commands/platform/blueprint.md +56 -0
- package/plugin/commands/security/audit.md +54 -0
- package/plugin/commands/security/scan.md +55 -0
- package/plugin/commands/sre/dashboard.md +53 -0
- package/plugin/registry.yaml +711 -0
- package/plugin/skills/ai-ml/experiment-tracking/SKILL.md +338 -0
- package/plugin/skills/ai-ml/feature-stores/SKILL.md +340 -0
- package/plugin/skills/ai-ml/llm-ops/SKILL.md +454 -0
- package/plugin/skills/ai-ml/ml-pipelines/SKILL.md +390 -0
- package/plugin/skills/ai-ml/model-monitoring/SKILL.md +398 -0
- package/plugin/skills/ai-ml/model-serving/SKILL.md +386 -0
- package/plugin/skills/event-driven/cqrs-patterns/SKILL.md +348 -0
- package/plugin/skills/event-driven/event-sourcing/SKILL.md +334 -0
- package/plugin/skills/event-driven/kafka-deep/SKILL.md +252 -0
- package/plugin/skills/event-driven/saga-orchestration/SKILL.md +335 -0
- package/plugin/skills/event-driven/schema-registry/SKILL.md +328 -0
- package/plugin/skills/event-driven/stream-processing/SKILL.md +313 -0
- package/plugin/skills/game/game-audio/SKILL.md +446 -0
- package/plugin/skills/game/game-networking/SKILL.md +490 -0
- package/plugin/skills/game/godot-patterns/SKILL.md +413 -0
- package/plugin/skills/game/shader-programming/SKILL.md +492 -0
- package/plugin/skills/game/unity-patterns/SKILL.md +488 -0
- package/plugin/skills/iot/device-provisioning/SKILL.md +405 -0
- package/plugin/skills/iot/edge-computing/SKILL.md +369 -0
- package/plugin/skills/iot/industrial-protocols/SKILL.md +438 -0
- package/plugin/skills/iot/mqtt-deep/SKILL.md +418 -0
- package/plugin/skills/iot/ota-updates/SKILL.md +426 -0
- package/plugin/skills/microservices/api-gateway-patterns/SKILL.md +201 -0
- package/plugin/skills/microservices/circuit-breaker-patterns/SKILL.md +246 -0
- package/plugin/skills/microservices/contract-testing/SKILL.md +284 -0
- package/plugin/skills/microservices/distributed-tracing/SKILL.md +246 -0
- package/plugin/skills/microservices/service-discovery/SKILL.md +304 -0
- package/plugin/skills/microservices/service-mesh/SKILL.md +181 -0
- package/plugin/skills/mobile-advanced/mobile-ci-cd/SKILL.md +407 -0
- package/plugin/skills/mobile-advanced/mobile-security/SKILL.md +403 -0
- package/plugin/skills/mobile-advanced/offline-first/SKILL.md +473 -0
- package/plugin/skills/mobile-advanced/push-notifications/SKILL.md +494 -0
- package/plugin/skills/mobile-advanced/react-native-deep/SKILL.md +374 -0
- package/plugin/skills/simulation/numerical-methods/SKILL.md +434 -0
- package/plugin/skills/simulation/parallel-computing/SKILL.md +382 -0
- package/plugin/skills/simulation/physics-engines/SKILL.md +377 -0
- package/plugin/skills/simulation/validation-verification/SKILL.md +479 -0
- package/plugin/skills/simulation/visualization-scientific/SKILL.md +365 -0
- package/plugin/templates/autonomous/archetypes/event-driven-app.yaml +460 -0
- package/plugin/templates/autonomous/archetypes/microservices-app.yaml +431 -0
- package/plugin/templates/autonomous/state-schema.yaml +1 -1
- package/plugin/workflows/ai-engineering/agent-development.md +3 -3
- package/plugin/workflows/ai-engineering/fine-tuning.md +3 -3
- package/plugin/workflows/ai-engineering/model-evaluation.md +3 -3
- package/plugin/workflows/ai-engineering/prompt-engineering.md +2 -2
- package/plugin/workflows/ai-engineering/rag-development.md +4 -4
- package/plugin/workflows/ai-ml/data-pipeline.md +188 -0
- package/plugin/workflows/ai-ml/experiment-cycle.md +203 -0
- package/plugin/workflows/ai-ml/feature-engineering.md +208 -0
- package/plugin/workflows/ai-ml/model-deployment.md +199 -0
- package/plugin/workflows/ai-ml/monitoring-setup.md +227 -0
- package/plugin/workflows/api/api-design.md +1 -1
- package/plugin/workflows/api/api-testing.md +2 -2
- package/plugin/workflows/content/technical-docs.md +1 -1
- package/plugin/workflows/database/migration.md +1 -1
- package/plugin/workflows/database/optimization.md +1 -1
- package/plugin/workflows/database/schema-design.md +3 -3
- package/plugin/workflows/development/bug-fix.md +3 -3
- package/plugin/workflows/development/code-review.md +2 -1
- package/plugin/workflows/development/feature.md +3 -3
- package/plugin/workflows/development/refactor.md +2 -2
- package/plugin/workflows/event-driven/consumer-groups.md +190 -0
- package/plugin/workflows/event-driven/event-storming.md +172 -0
- package/plugin/workflows/event-driven/replay-testing.md +186 -0
- package/plugin/workflows/event-driven/saga-implementation.md +206 -0
- package/plugin/workflows/event-driven/schema-evolution.md +173 -0
- package/plugin/workflows/fullstack/authentication.md +4 -4
- package/plugin/workflows/fullstack/full-feature.md +4 -4
- package/plugin/workflows/game-dev/content-pipeline.md +218 -0
- package/plugin/workflows/game-dev/platform-submission.md +263 -0
- package/plugin/workflows/game-dev/playtesting.md +237 -0
- package/plugin/workflows/game-dev/prototype-to-production.md +205 -0
- package/plugin/workflows/microservices/contract-first.md +151 -0
- package/plugin/workflows/microservices/distributed-tracing.md +166 -0
- package/plugin/workflows/microservices/domain-decomposition.md +123 -0
- package/plugin/workflows/microservices/integration-testing.md +149 -0
- package/plugin/workflows/microservices/service-mesh-setup.md +153 -0
- package/plugin/workflows/microservices/service-scaffolding.md +151 -0
- package/plugin/workflows/omega/1000x-innovation.md +2 -2
- package/plugin/workflows/omega/100x-architecture.md +2 -2
- package/plugin/workflows/omega/10x-improvement.md +2 -2
- package/plugin/workflows/quality/performance-optimization.md +2 -2
- package/plugin/workflows/research/best-practices.md +1 -1
- package/plugin/workflows/research/technology-research.md +1 -1
- package/plugin/workflows/security/penetration-testing.md +3 -3
- package/plugin/workflows/security/security-audit.md +3 -3
- package/plugin/workflows/sprint/sprint-execution.md +2 -2
- package/plugin/workflows/sprint/sprint-retrospective.md +1 -1
- package/plugin/workflows/sprint/sprint-setup.md +1 -1
|
@@ -0,0 +1,711 @@
|
|
|
1
|
+
# OMGKIT Component Registry
|
|
2
|
+
# Single Source of Truth for Agents, Skills, Commands, and Workflows
|
|
3
|
+
# Version: 1.0.0
|
|
4
|
+
# Updated: 2026-01-02
|
|
5
|
+
|
|
6
|
+
version: "1.0.0"
|
|
7
|
+
|
|
8
|
+
# =============================================================================
|
|
9
|
+
# AGENTS
|
|
10
|
+
# =============================================================================
|
|
11
|
+
# Each agent declares:
|
|
12
|
+
# - file: Path to agent definition
|
|
13
|
+
# - description: What the agent does
|
|
14
|
+
# - skills: List of skill IDs (category/skill-name format)
|
|
15
|
+
# - commands: List of commands this agent can trigger
|
|
16
|
+
# =============================================================================
|
|
17
|
+
|
|
18
|
+
agents:
|
|
19
|
+
# ---------------------------------------------------------------------------
|
|
20
|
+
# CORE DEVELOPMENT AGENTS
|
|
21
|
+
# ---------------------------------------------------------------------------
|
|
22
|
+
planner:
|
|
23
|
+
file: agents/planner.md
|
|
24
|
+
description: Task decomposition and implementation planning
|
|
25
|
+
skills:
|
|
26
|
+
- methodology/writing-plans
|
|
27
|
+
- methodology/executing-plans
|
|
28
|
+
- methodology/brainstorming
|
|
29
|
+
- methodology/problem-solving
|
|
30
|
+
commands:
|
|
31
|
+
- /planning:plan
|
|
32
|
+
- /planning:plan-detailed
|
|
33
|
+
- /planning:plan-parallel
|
|
34
|
+
- /planning:brainstorm
|
|
35
|
+
- /planning:research
|
|
36
|
+
- /planning:doc
|
|
37
|
+
|
|
38
|
+
fullstack-developer:
|
|
39
|
+
file: agents/fullstack-developer.md
|
|
40
|
+
description: Full implementation with strict file ownership
|
|
41
|
+
skills:
|
|
42
|
+
- methodology/executing-plans
|
|
43
|
+
- methodology/verification-before-completion
|
|
44
|
+
- methodology/test-driven-development
|
|
45
|
+
- languages/typescript
|
|
46
|
+
- languages/javascript
|
|
47
|
+
commands:
|
|
48
|
+
- /dev:feature
|
|
49
|
+
- /dev:fix
|
|
50
|
+
- /dev:fix-fast
|
|
51
|
+
- /dev:fix-hard
|
|
52
|
+
- /dev:tdd
|
|
53
|
+
|
|
54
|
+
tester:
|
|
55
|
+
file: agents/tester.md
|
|
56
|
+
description: Quality assurance through comprehensive testing
|
|
57
|
+
skills:
|
|
58
|
+
- methodology/test-driven-development
|
|
59
|
+
- methodology/testing-anti-patterns
|
|
60
|
+
- testing/vitest
|
|
61
|
+
- testing/playwright
|
|
62
|
+
- testing/pytest
|
|
63
|
+
commands:
|
|
64
|
+
- /dev:test
|
|
65
|
+
- /dev:tdd
|
|
66
|
+
- /dev:fix-test
|
|
67
|
+
|
|
68
|
+
code-reviewer:
|
|
69
|
+
file: agents/code-reviewer.md
|
|
70
|
+
description: Code quality guardian with security-first mindset
|
|
71
|
+
skills:
|
|
72
|
+
- methodology/verification-before-completion
|
|
73
|
+
- methodology/receiving-code-review
|
|
74
|
+
- security/owasp
|
|
75
|
+
commands:
|
|
76
|
+
- /dev:review
|
|
77
|
+
|
|
78
|
+
debugger:
|
|
79
|
+
file: agents/debugger.md
|
|
80
|
+
description: Expert bug investigator with RAPID methodology
|
|
81
|
+
skills:
|
|
82
|
+
- methodology/systematic-debugging
|
|
83
|
+
- methodology/root-cause-tracing
|
|
84
|
+
- methodology/problem-solving
|
|
85
|
+
commands:
|
|
86
|
+
- /dev:fix
|
|
87
|
+
- /dev:fix-hard
|
|
88
|
+
- /dev:fix-ci
|
|
89
|
+
- /dev:fix-logs
|
|
90
|
+
- /dev:fix-test
|
|
91
|
+
|
|
92
|
+
git-manager:
|
|
93
|
+
file: agents/git-manager.md
|
|
94
|
+
description: Version control expert with conventional commits
|
|
95
|
+
skills:
|
|
96
|
+
- methodology/finishing-development-branch
|
|
97
|
+
- devops/github-actions
|
|
98
|
+
commands:
|
|
99
|
+
- /git:commit
|
|
100
|
+
- /git:pr
|
|
101
|
+
- /git:ship
|
|
102
|
+
- /git:cm
|
|
103
|
+
- /git:cp
|
|
104
|
+
- /git:deploy
|
|
105
|
+
|
|
106
|
+
# ---------------------------------------------------------------------------
|
|
107
|
+
# ARCHITECTURE & PLANNING AGENTS
|
|
108
|
+
# ---------------------------------------------------------------------------
|
|
109
|
+
architect:
|
|
110
|
+
file: agents/architect.md
|
|
111
|
+
description: System architect applying Omega principles
|
|
112
|
+
skills:
|
|
113
|
+
- omega/omega-architecture
|
|
114
|
+
- backend/api-architecture
|
|
115
|
+
- microservices/service-discovery
|
|
116
|
+
- databases/database-schema-design
|
|
117
|
+
commands:
|
|
118
|
+
- /omega:100x
|
|
119
|
+
- /planning:plan-detailed
|
|
120
|
+
|
|
121
|
+
oracle:
|
|
122
|
+
file: agents/oracle.md
|
|
123
|
+
description: Strategic thinking with 7 Omega thinking modes
|
|
124
|
+
skills:
|
|
125
|
+
- omega/omega-thinking
|
|
126
|
+
- methodology/problem-solving
|
|
127
|
+
- methodology/brainstorming
|
|
128
|
+
commands:
|
|
129
|
+
- /omega:1000x
|
|
130
|
+
- /omega:10x
|
|
131
|
+
- /omega:dimensions
|
|
132
|
+
- /omega:principles
|
|
133
|
+
|
|
134
|
+
researcher:
|
|
135
|
+
file: agents/researcher.md
|
|
136
|
+
description: Technology research with best practices discovery
|
|
137
|
+
skills:
|
|
138
|
+
- methodology/research-validation
|
|
139
|
+
- methodology/brainstorming
|
|
140
|
+
commands:
|
|
141
|
+
- /planning:research
|
|
142
|
+
|
|
143
|
+
scout:
|
|
144
|
+
file: agents/scout.md
|
|
145
|
+
description: Expert codebase explorer with parallel search
|
|
146
|
+
skills:
|
|
147
|
+
- methodology/problem-solving
|
|
148
|
+
commands: []
|
|
149
|
+
|
|
150
|
+
brainstormer:
|
|
151
|
+
file: agents/brainstormer.md
|
|
152
|
+
description: Creative exploration and ideation
|
|
153
|
+
skills:
|
|
154
|
+
- methodology/brainstorming
|
|
155
|
+
commands:
|
|
156
|
+
- /planning:brainstorm
|
|
157
|
+
|
|
158
|
+
# ---------------------------------------------------------------------------
|
|
159
|
+
# SECURITY AGENTS
|
|
160
|
+
# ---------------------------------------------------------------------------
|
|
161
|
+
security-auditor:
|
|
162
|
+
file: agents/security-auditor.md
|
|
163
|
+
description: Security reviews and vulnerability assessment
|
|
164
|
+
skills:
|
|
165
|
+
- security/owasp
|
|
166
|
+
- security/security-hardening
|
|
167
|
+
- methodology/defense-in-depth
|
|
168
|
+
commands:
|
|
169
|
+
- /security:audit
|
|
170
|
+
- /quality:security-scan
|
|
171
|
+
|
|
172
|
+
vulnerability-scanner:
|
|
173
|
+
file: agents/vulnerability-scanner.md
|
|
174
|
+
description: Security scanning and dependency audit
|
|
175
|
+
skills:
|
|
176
|
+
- security/owasp
|
|
177
|
+
- security/security-hardening
|
|
178
|
+
commands:
|
|
179
|
+
- /security:scan
|
|
180
|
+
- /quality:security-scan
|
|
181
|
+
|
|
182
|
+
devsecops:
|
|
183
|
+
file: agents/devsecops.md
|
|
184
|
+
description: Security-focused DevOps practices
|
|
185
|
+
skills:
|
|
186
|
+
- security/security-hardening
|
|
187
|
+
- devops/github-actions
|
|
188
|
+
- devops/docker
|
|
189
|
+
commands:
|
|
190
|
+
- /security:audit
|
|
191
|
+
- /git:deploy
|
|
192
|
+
|
|
193
|
+
# ---------------------------------------------------------------------------
|
|
194
|
+
# DATABASE AGENTS
|
|
195
|
+
# ---------------------------------------------------------------------------
|
|
196
|
+
database-admin:
|
|
197
|
+
file: agents/database-admin.md
|
|
198
|
+
description: Schema design, query optimization, migrations
|
|
199
|
+
skills:
|
|
200
|
+
- databases/database-optimization
|
|
201
|
+
- databases/database-schema-design
|
|
202
|
+
- databases/database-migration
|
|
203
|
+
- databases/database-management
|
|
204
|
+
- databases/postgresql
|
|
205
|
+
commands:
|
|
206
|
+
- /quality:optimize
|
|
207
|
+
- /workflow:schema-design
|
|
208
|
+
- /workflow:migration
|
|
209
|
+
|
|
210
|
+
# ---------------------------------------------------------------------------
|
|
211
|
+
# DEVOPS & INFRASTRUCTURE AGENTS
|
|
212
|
+
# ---------------------------------------------------------------------------
|
|
213
|
+
cicd-manager:
|
|
214
|
+
file: agents/cicd-manager.md
|
|
215
|
+
description: CI/CD pipeline management and deployment automation
|
|
216
|
+
skills:
|
|
217
|
+
- devops/github-actions
|
|
218
|
+
- devops/docker
|
|
219
|
+
- devops/kubernetes
|
|
220
|
+
commands:
|
|
221
|
+
- /git:deploy
|
|
222
|
+
|
|
223
|
+
platform-engineer:
|
|
224
|
+
file: agents/platform-engineer.md
|
|
225
|
+
description: Platform engineering and infrastructure
|
|
226
|
+
skills:
|
|
227
|
+
- devops/kubernetes
|
|
228
|
+
- devops/aws
|
|
229
|
+
- devops/docker
|
|
230
|
+
commands:
|
|
231
|
+
- /platform:blueprint
|
|
232
|
+
|
|
233
|
+
observability-engineer:
|
|
234
|
+
file: agents/observability-engineer.md
|
|
235
|
+
description: Monitoring, logging, and alerting
|
|
236
|
+
skills:
|
|
237
|
+
- devops/observability
|
|
238
|
+
- devops/performance-profiling
|
|
239
|
+
commands:
|
|
240
|
+
- /sre:dashboard
|
|
241
|
+
|
|
242
|
+
performance-engineer:
|
|
243
|
+
file: agents/performance-engineer.md
|
|
244
|
+
description: Performance optimization and profiling
|
|
245
|
+
skills:
|
|
246
|
+
- devops/performance-profiling
|
|
247
|
+
- databases/database-optimization
|
|
248
|
+
- ai-engineering/inference-optimization
|
|
249
|
+
commands:
|
|
250
|
+
- /perf:benchmark
|
|
251
|
+
- /perf:profile
|
|
252
|
+
- /quality:optimize
|
|
253
|
+
|
|
254
|
+
pipeline-architect:
|
|
255
|
+
file: agents/pipeline-architect.md
|
|
256
|
+
description: Pipeline optimization and workflow design
|
|
257
|
+
skills:
|
|
258
|
+
- devops/github-actions
|
|
259
|
+
- ai-ml/ml-pipelines
|
|
260
|
+
- devops/docker
|
|
261
|
+
commands:
|
|
262
|
+
- /data:pipeline
|
|
263
|
+
|
|
264
|
+
# ---------------------------------------------------------------------------
|
|
265
|
+
# AI/ML AGENTS
|
|
266
|
+
# ---------------------------------------------------------------------------
|
|
267
|
+
ml-engineer:
|
|
268
|
+
file: agents/ml-engineer.md
|
|
269
|
+
description: Machine learning model development
|
|
270
|
+
skills:
|
|
271
|
+
- ai-engineering/finetuning
|
|
272
|
+
- ai-engineering/evaluation-methodology
|
|
273
|
+
- ai-engineering/dataset-engineering
|
|
274
|
+
- ai-ml/ml-pipelines
|
|
275
|
+
- ai-ml/model-serving
|
|
276
|
+
commands:
|
|
277
|
+
- /ml:train
|
|
278
|
+
- /ml:evaluate
|
|
279
|
+
|
|
280
|
+
data-engineer:
|
|
281
|
+
file: agents/data-engineer.md
|
|
282
|
+
description: Data pipeline and quality engineering
|
|
283
|
+
skills:
|
|
284
|
+
- ai-engineering/dataset-engineering
|
|
285
|
+
- databases/database-optimization
|
|
286
|
+
- ai-ml/feature-stores
|
|
287
|
+
commands:
|
|
288
|
+
- /data:pipeline
|
|
289
|
+
- /data:quality
|
|
290
|
+
|
|
291
|
+
# ---------------------------------------------------------------------------
|
|
292
|
+
# CONTENT & DOCUMENTATION AGENTS
|
|
293
|
+
# ---------------------------------------------------------------------------
|
|
294
|
+
docs-manager:
|
|
295
|
+
file: agents/docs-manager.md
|
|
296
|
+
description: Documentation architect and maintainer
|
|
297
|
+
skills:
|
|
298
|
+
- methodology/writing-plans
|
|
299
|
+
commands:
|
|
300
|
+
- /planning:doc
|
|
301
|
+
|
|
302
|
+
copywriter:
|
|
303
|
+
file: agents/copywriter.md
|
|
304
|
+
description: Marketing copy and content writing
|
|
305
|
+
skills: []
|
|
306
|
+
commands: []
|
|
307
|
+
|
|
308
|
+
journal-writer:
|
|
309
|
+
file: agents/journal-writer.md
|
|
310
|
+
description: Failure documentation and retrospectives
|
|
311
|
+
skills: []
|
|
312
|
+
commands: []
|
|
313
|
+
|
|
314
|
+
# ---------------------------------------------------------------------------
|
|
315
|
+
# PROJECT MANAGEMENT AGENTS
|
|
316
|
+
# ---------------------------------------------------------------------------
|
|
317
|
+
project-manager:
|
|
318
|
+
file: agents/project-manager.md
|
|
319
|
+
description: Progress tracking and coordination
|
|
320
|
+
skills:
|
|
321
|
+
- omega/omega-sprint
|
|
322
|
+
commands: []
|
|
323
|
+
|
|
324
|
+
sprint-master:
|
|
325
|
+
file: agents/sprint-master.md
|
|
326
|
+
description: AI Team orchestrator with sprint management
|
|
327
|
+
skills:
|
|
328
|
+
- omega/omega-sprint
|
|
329
|
+
- methodology/dispatching-parallel-agents
|
|
330
|
+
commands:
|
|
331
|
+
- /sprint:init
|
|
332
|
+
- /sprint:sprint-new
|
|
333
|
+
- /sprint:sprint-start
|
|
334
|
+
- /sprint:sprint-current
|
|
335
|
+
- /sprint:sprint-end
|
|
336
|
+
- /sprint:backlog-add
|
|
337
|
+
- /sprint:backlog-show
|
|
338
|
+
- /sprint:backlog-prioritize
|
|
339
|
+
- /sprint:vision-set
|
|
340
|
+
- /sprint:vision-show
|
|
341
|
+
- /sprint:team-run
|
|
342
|
+
- /sprint:team-status
|
|
343
|
+
- /sprint:team-ask
|
|
344
|
+
|
|
345
|
+
# ---------------------------------------------------------------------------
|
|
346
|
+
# DESIGN AGENTS
|
|
347
|
+
# ---------------------------------------------------------------------------
|
|
348
|
+
ui-ux-designer:
|
|
349
|
+
file: agents/ui-ux-designer.md
|
|
350
|
+
description: UI component creation and accessibility
|
|
351
|
+
skills:
|
|
352
|
+
- frontend/advanced-ui-design
|
|
353
|
+
- frontend/frontend-design
|
|
354
|
+
- frontend/accessibility
|
|
355
|
+
- frontend/responsive
|
|
356
|
+
- frontend/tailwindcss
|
|
357
|
+
commands:
|
|
358
|
+
- /design:screenshot
|
|
359
|
+
- /design:cro
|
|
360
|
+
- /design:enhance
|
|
361
|
+
- /design:fast
|
|
362
|
+
- /design:good
|
|
363
|
+
|
|
364
|
+
api-designer:
|
|
365
|
+
file: agents/api-designer.md
|
|
366
|
+
description: API design and OpenAPI specs
|
|
367
|
+
skills:
|
|
368
|
+
- backend/api-architecture
|
|
369
|
+
commands:
|
|
370
|
+
- /quality:api-gen
|
|
371
|
+
- /workflow:api-design
|
|
372
|
+
|
|
373
|
+
# ---------------------------------------------------------------------------
|
|
374
|
+
# SPECIALIZED AGENTS
|
|
375
|
+
# ---------------------------------------------------------------------------
|
|
376
|
+
autonomous-orchestrator:
|
|
377
|
+
file: agents/autonomous-orchestrator.yaml
|
|
378
|
+
description: State-driven autonomous project execution
|
|
379
|
+
skills:
|
|
380
|
+
- autonomous/project-orchestration
|
|
381
|
+
commands:
|
|
382
|
+
- /auto:init
|
|
383
|
+
- /auto:start
|
|
384
|
+
- /auto:status
|
|
385
|
+
- /auto:next
|
|
386
|
+
- /auto:approve
|
|
387
|
+
- /auto:reject
|
|
388
|
+
- /auto:verify
|
|
389
|
+
- /auto:checkpoint
|
|
390
|
+
- /auto:resume
|
|
391
|
+
|
|
392
|
+
domain-decomposer:
|
|
393
|
+
file: agents/domain-decomposer.md
|
|
394
|
+
description: Domain-driven design decomposition
|
|
395
|
+
skills:
|
|
396
|
+
- microservices/service-discovery
|
|
397
|
+
- microservices/api-gateway-patterns
|
|
398
|
+
commands:
|
|
399
|
+
- /domain:analyze
|
|
400
|
+
- /domain:map
|
|
401
|
+
|
|
402
|
+
game-systems-designer:
|
|
403
|
+
file: agents/game-systems-designer.md
|
|
404
|
+
description: Game mechanics and systems design
|
|
405
|
+
skills:
|
|
406
|
+
- game/unity-patterns
|
|
407
|
+
- game/godot-patterns
|
|
408
|
+
- game/game-networking
|
|
409
|
+
commands:
|
|
410
|
+
- /game:balance
|
|
411
|
+
- /game:optimize
|
|
412
|
+
|
|
413
|
+
embedded-systems:
|
|
414
|
+
file: agents/embedded-systems.md
|
|
415
|
+
description: IoT and embedded development
|
|
416
|
+
skills:
|
|
417
|
+
- iot/edge-computing
|
|
418
|
+
- iot/device-provisioning
|
|
419
|
+
- iot/mqtt-deep
|
|
420
|
+
- iot/ota-updates
|
|
421
|
+
commands:
|
|
422
|
+
- /iot:provision
|
|
423
|
+
|
|
424
|
+
scientific-computing:
|
|
425
|
+
file: agents/scientific-computing.md
|
|
426
|
+
description: Scientific simulation and computation
|
|
427
|
+
skills:
|
|
428
|
+
- simulation/numerical-methods
|
|
429
|
+
- simulation/parallel-computing
|
|
430
|
+
- simulation/physics-engines
|
|
431
|
+
- simulation/visualization-scientific
|
|
432
|
+
commands: []
|
|
433
|
+
|
|
434
|
+
# =============================================================================
|
|
435
|
+
# SKILL CATEGORIES
|
|
436
|
+
# =============================================================================
|
|
437
|
+
# All valid skill category prefixes
|
|
438
|
+
|
|
439
|
+
skill_categories:
|
|
440
|
+
- ai-engineering
|
|
441
|
+
- ai-ml
|
|
442
|
+
- autonomous
|
|
443
|
+
- backend
|
|
444
|
+
- databases
|
|
445
|
+
- devops
|
|
446
|
+
- event-driven
|
|
447
|
+
- frameworks
|
|
448
|
+
- frontend
|
|
449
|
+
- game
|
|
450
|
+
- integrations
|
|
451
|
+
- iot
|
|
452
|
+
- languages
|
|
453
|
+
- methodology
|
|
454
|
+
- microservices
|
|
455
|
+
- mobile
|
|
456
|
+
- mobile-advanced
|
|
457
|
+
- omega
|
|
458
|
+
- security
|
|
459
|
+
- simulation
|
|
460
|
+
- testing
|
|
461
|
+
- tools
|
|
462
|
+
|
|
463
|
+
# =============================================================================
|
|
464
|
+
# COMMAND NAMESPACES
|
|
465
|
+
# =============================================================================
|
|
466
|
+
# All valid command namespace prefixes
|
|
467
|
+
|
|
468
|
+
command_namespaces:
|
|
469
|
+
- auto # Autonomous orchestration
|
|
470
|
+
- context # Context management
|
|
471
|
+
- data # Data engineering
|
|
472
|
+
- design # UI/UX design
|
|
473
|
+
- dev # Development
|
|
474
|
+
- domain # Domain analysis
|
|
475
|
+
- game # Game development
|
|
476
|
+
- git # Version control
|
|
477
|
+
- iot # IoT operations
|
|
478
|
+
- ml # Machine learning
|
|
479
|
+
- omega # Omega principles
|
|
480
|
+
- perf # Performance
|
|
481
|
+
- planning # Planning and research
|
|
482
|
+
- platform # Platform engineering
|
|
483
|
+
- quality # Quality and optimization
|
|
484
|
+
- security # Security operations
|
|
485
|
+
- sprint # Sprint management
|
|
486
|
+
- sre # Site reliability
|
|
487
|
+
- workflow # Workflow triggers
|
|
488
|
+
|
|
489
|
+
# =============================================================================
|
|
490
|
+
# WORKFLOW DEFINITIONS
|
|
491
|
+
# =============================================================================
|
|
492
|
+
# Quick reference for workflow-agent-skill mappings
|
|
493
|
+
|
|
494
|
+
workflows:
|
|
495
|
+
# Development workflows
|
|
496
|
+
development/feature:
|
|
497
|
+
agents: [planner, fullstack-developer, tester, code-reviewer, git-manager]
|
|
498
|
+
skills:
|
|
499
|
+
- methodology/writing-plans
|
|
500
|
+
- methodology/executing-plans
|
|
501
|
+
- methodology/test-driven-development
|
|
502
|
+
commands: [/planning:plan, /dev:feature, /dev:test, /dev:review, /git:pr]
|
|
503
|
+
|
|
504
|
+
development/bug-fix:
|
|
505
|
+
agents: [debugger, fullstack-developer, tester, code-reviewer, git-manager]
|
|
506
|
+
skills:
|
|
507
|
+
- methodology/systematic-debugging
|
|
508
|
+
- methodology/root-cause-tracing
|
|
509
|
+
- methodology/test-driven-development
|
|
510
|
+
commands: [/dev:fix, /dev:fix-hard, /dev:test, /git:cm]
|
|
511
|
+
|
|
512
|
+
development/refactor:
|
|
513
|
+
agents: [architect, fullstack-developer, tester, code-reviewer, git-manager]
|
|
514
|
+
skills:
|
|
515
|
+
- methodology/verification-before-completion
|
|
516
|
+
- methodology/test-driven-development
|
|
517
|
+
commands: [/quality:refactor, /dev:test, /dev:review, /git:commit]
|
|
518
|
+
|
|
519
|
+
development/code-review:
|
|
520
|
+
agents: [code-reviewer, fullstack-developer, git-manager]
|
|
521
|
+
skills:
|
|
522
|
+
- methodology/verification-before-completion
|
|
523
|
+
- security/owasp
|
|
524
|
+
commands: [/dev:review, /dev:fix, /git:commit]
|
|
525
|
+
|
|
526
|
+
# AI Engineering workflows
|
|
527
|
+
ai-engineering/rag-development:
|
|
528
|
+
agents: [researcher, architect, fullstack-developer, tester]
|
|
529
|
+
skills:
|
|
530
|
+
- ai-engineering/rag-systems
|
|
531
|
+
- ai-engineering/dataset-engineering
|
|
532
|
+
- ai-engineering/evaluation-methodology
|
|
533
|
+
- ai-engineering/ai-architecture
|
|
534
|
+
commands: [/planning:research, /planning:plan, /dev:feature, /dev:test]
|
|
535
|
+
|
|
536
|
+
ai-engineering/agent-development:
|
|
537
|
+
agents: [researcher, architect, fullstack-developer, tester, security-auditor]
|
|
538
|
+
skills:
|
|
539
|
+
- ai-engineering/ai-agents
|
|
540
|
+
- ai-engineering/ai-architecture
|
|
541
|
+
- ai-engineering/guardrails-safety
|
|
542
|
+
commands: [/planning:research, /planning:plan-detailed, /dev:feature, /dev:test, /quality:security-scan]
|
|
543
|
+
|
|
544
|
+
ai-engineering/fine-tuning:
|
|
545
|
+
agents: [ml-engineer, data-engineer, tester]
|
|
546
|
+
skills:
|
|
547
|
+
- ai-engineering/finetuning
|
|
548
|
+
- ai-engineering/dataset-engineering
|
|
549
|
+
- ai-engineering/evaluation-methodology
|
|
550
|
+
commands: [/planning:plan, /ml:train, /ml:evaluate, /dev:test]
|
|
551
|
+
|
|
552
|
+
ai-engineering/prompt-engineering:
|
|
553
|
+
agents: [researcher, fullstack-developer, tester]
|
|
554
|
+
skills:
|
|
555
|
+
- ai-engineering/prompt-engineering
|
|
556
|
+
- ai-engineering/evaluation-methodology
|
|
557
|
+
commands: [/planning:research, /dev:feature, /dev:test]
|
|
558
|
+
|
|
559
|
+
ai-engineering/model-evaluation:
|
|
560
|
+
agents: [ml-engineer, researcher, tester]
|
|
561
|
+
skills:
|
|
562
|
+
- ai-engineering/ai-system-evaluation
|
|
563
|
+
- ai-engineering/evaluation-methodology
|
|
564
|
+
- ai-engineering/dataset-engineering
|
|
565
|
+
commands: [/planning:plan, /ml:evaluate, /dev:test]
|
|
566
|
+
|
|
567
|
+
# Security workflows
|
|
568
|
+
security/security-audit:
|
|
569
|
+
agents: [security-auditor, fullstack-developer, docs-manager]
|
|
570
|
+
skills:
|
|
571
|
+
- security/owasp
|
|
572
|
+
- security/security-hardening
|
|
573
|
+
- methodology/defense-in-depth
|
|
574
|
+
commands: [/quality:security-scan, /dev:fix, /planning:doc]
|
|
575
|
+
|
|
576
|
+
security/penetration-testing:
|
|
577
|
+
agents: [security-auditor, vulnerability-scanner, researcher]
|
|
578
|
+
skills:
|
|
579
|
+
- security/owasp
|
|
580
|
+
- methodology/defense-in-depth
|
|
581
|
+
- security/security-hardening
|
|
582
|
+
commands: [/quality:security-scan, /planning:research]
|
|
583
|
+
|
|
584
|
+
# Database workflows
|
|
585
|
+
database/schema-design:
|
|
586
|
+
agents: [database-admin, architect, fullstack-developer, tester]
|
|
587
|
+
skills:
|
|
588
|
+
- databases/database-schema-design
|
|
589
|
+
- databases/postgresql
|
|
590
|
+
- databases/mongodb
|
|
591
|
+
commands: [/planning:plan, /dev:feature, /dev:test]
|
|
592
|
+
|
|
593
|
+
database/migration:
|
|
594
|
+
agents: [database-admin, fullstack-developer, tester]
|
|
595
|
+
skills:
|
|
596
|
+
- databases/database-migration
|
|
597
|
+
commands: [/planning:plan, /dev:feature, /dev:test]
|
|
598
|
+
|
|
599
|
+
database/optimization:
|
|
600
|
+
agents: [database-admin, performance-engineer, tester]
|
|
601
|
+
skills:
|
|
602
|
+
- databases/database-optimization
|
|
603
|
+
commands: [/quality:optimize, /perf:profile, /dev:test]
|
|
604
|
+
|
|
605
|
+
# API workflows
|
|
606
|
+
api/api-design:
|
|
607
|
+
agents: [api-designer, architect, docs-manager, code-reviewer]
|
|
608
|
+
skills:
|
|
609
|
+
- backend/api-architecture
|
|
610
|
+
commands: [/planning:plan, /quality:api-gen, /planning:doc, /dev:review]
|
|
611
|
+
|
|
612
|
+
api/api-testing:
|
|
613
|
+
agents: [tester, security-auditor]
|
|
614
|
+
skills:
|
|
615
|
+
- backend/api-architecture
|
|
616
|
+
- security/owasp
|
|
617
|
+
commands: [/dev:test, /quality:security-scan]
|
|
618
|
+
|
|
619
|
+
# Omega workflows
|
|
620
|
+
omega/10x-improvement:
|
|
621
|
+
agents: [oracle, brainstormer, fullstack-developer, tester]
|
|
622
|
+
skills:
|
|
623
|
+
- omega/omega-thinking
|
|
624
|
+
- omega/omega-coding
|
|
625
|
+
commands: [/omega:10x, /planning:brainstorm, /dev:feature, /dev:test]
|
|
626
|
+
|
|
627
|
+
omega/100x-architecture:
|
|
628
|
+
agents: [oracle, architect, researcher]
|
|
629
|
+
skills:
|
|
630
|
+
- omega/omega-architecture
|
|
631
|
+
- omega/omega-thinking
|
|
632
|
+
commands: [/omega:100x, /planning:plan-detailed]
|
|
633
|
+
|
|
634
|
+
omega/1000x-innovation:
|
|
635
|
+
agents: [oracle, researcher, brainstormer]
|
|
636
|
+
skills:
|
|
637
|
+
- omega/omega-thinking
|
|
638
|
+
- omega/omega-architecture
|
|
639
|
+
commands: [/omega:1000x, /planning:research, /planning:brainstorm]
|
|
640
|
+
|
|
641
|
+
# Sprint workflows
|
|
642
|
+
sprint/sprint-setup:
|
|
643
|
+
agents: [sprint-master, planner]
|
|
644
|
+
skills:
|
|
645
|
+
- omega/omega-sprint
|
|
646
|
+
commands: [/sprint:vision-set, /sprint:backlog-add, /sprint:backlog-prioritize, /sprint:sprint-new, /sprint:sprint-start]
|
|
647
|
+
|
|
648
|
+
sprint/sprint-execution:
|
|
649
|
+
agents: [sprint-master, fullstack-developer, tester, debugger]
|
|
650
|
+
skills:
|
|
651
|
+
- omega/omega-sprint
|
|
652
|
+
- methodology/executing-plans
|
|
653
|
+
commands: [/sprint:sprint-current, /sprint:team-run, /sprint:team-status, /dev:fix, /sprint:sprint-end]
|
|
654
|
+
|
|
655
|
+
sprint/sprint-retrospective:
|
|
656
|
+
agents: [sprint-master, journal-writer, docs-manager]
|
|
657
|
+
skills:
|
|
658
|
+
- omega/omega-sprint
|
|
659
|
+
commands: [/sprint:sprint-end, /planning:doc]
|
|
660
|
+
|
|
661
|
+
# Fullstack workflows
|
|
662
|
+
fullstack/full-feature:
|
|
663
|
+
agents: [planner, architect, fullstack-developer, tester, code-reviewer, git-manager]
|
|
664
|
+
skills:
|
|
665
|
+
- methodology/writing-plans
|
|
666
|
+
- databases/database-schema-design
|
|
667
|
+
- backend/api-architecture
|
|
668
|
+
- frontend/frontend-design
|
|
669
|
+
commands: [/planning:plan-detailed, /dev:feature, /dev:test, /dev:review, /git:pr]
|
|
670
|
+
|
|
671
|
+
fullstack/authentication:
|
|
672
|
+
agents: [architect, fullstack-developer, security-auditor, tester]
|
|
673
|
+
skills:
|
|
674
|
+
- security/oauth
|
|
675
|
+
- security/better-auth
|
|
676
|
+
- security/owasp
|
|
677
|
+
- security/security-hardening
|
|
678
|
+
commands: [/planning:plan, /dev:feature, /quality:security-scan, /dev:test]
|
|
679
|
+
|
|
680
|
+
# Quality workflows
|
|
681
|
+
quality/performance-optimization:
|
|
682
|
+
agents: [performance-engineer, fullstack-developer, tester]
|
|
683
|
+
skills:
|
|
684
|
+
- ai-engineering/inference-optimization
|
|
685
|
+
- databases/database-optimization
|
|
686
|
+
commands: [/quality:optimize, /perf:profile, /dev:test]
|
|
687
|
+
|
|
688
|
+
# Research workflows
|
|
689
|
+
research/technology-research:
|
|
690
|
+
agents: [researcher, architect, docs-manager]
|
|
691
|
+
skills:
|
|
692
|
+
- methodology/research-validation
|
|
693
|
+
commands: [/planning:research, /planning:doc]
|
|
694
|
+
|
|
695
|
+
research/best-practices:
|
|
696
|
+
agents: [researcher, fullstack-developer]
|
|
697
|
+
skills:
|
|
698
|
+
- methodology/research-validation
|
|
699
|
+
commands: [/planning:research, /planning:plan, /dev:feature]
|
|
700
|
+
|
|
701
|
+
# Content workflows
|
|
702
|
+
content/technical-docs:
|
|
703
|
+
agents: [docs-manager, code-reviewer]
|
|
704
|
+
skills:
|
|
705
|
+
- methodology/writing-plans
|
|
706
|
+
commands: [/planning:doc, /dev:review]
|
|
707
|
+
|
|
708
|
+
content/marketing:
|
|
709
|
+
agents: [copywriter, researcher]
|
|
710
|
+
skills: []
|
|
711
|
+
commands: [/planning:brainstorm, /planning:research]
|