oh-my-customcode 0.10.2 → 0.11.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 +10 -0
- package/dist/cli/index.js +100 -26
- package/dist/index.js +10 -17
- package/package.json +1 -1
- package/templates/.claude/ontology/agents.yaml +546 -0
- package/templates/.claude/ontology/graphs/agent-skill.json +101 -0
- package/templates/.claude/ontology/graphs/full-graph.json +624 -0
- package/templates/.claude/ontology/graphs/routing.json +112 -0
- package/templates/.claude/ontology/graphs/skill-rule.json +77 -0
- package/templates/.claude/ontology/rules.yaml +251 -0
- package/templates/.claude/ontology/schema.yaml +144 -0
- package/templates/.claude/ontology/skills.yaml +538 -0
|
@@ -0,0 +1,624 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Complete ontology graph for traversal",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"nodes": {
|
|
5
|
+
"lang-golang-expert": { "type": "Agent", "class": "LanguageExpert" },
|
|
6
|
+
"lang-python-expert": { "type": "Agent", "class": "LanguageExpert" },
|
|
7
|
+
"lang-rust-expert": { "type": "Agent", "class": "LanguageExpert" },
|
|
8
|
+
"lang-kotlin-expert": { "type": "Agent", "class": "LanguageExpert" },
|
|
9
|
+
"lang-typescript-expert": { "type": "Agent", "class": "LanguageExpert" },
|
|
10
|
+
"lang-java21-expert": { "type": "Agent", "class": "LanguageExpert" },
|
|
11
|
+
"be-fastapi-expert": { "type": "Agent", "class": "BackendExpert" },
|
|
12
|
+
"be-springboot-expert": { "type": "Agent", "class": "BackendExpert" },
|
|
13
|
+
"be-go-backend-expert": { "type": "Agent", "class": "BackendExpert" },
|
|
14
|
+
"be-express-expert": { "type": "Agent", "class": "BackendExpert" },
|
|
15
|
+
"be-nestjs-expert": { "type": "Agent", "class": "BackendExpert" },
|
|
16
|
+
"fe-vercel-agent": { "type": "Agent", "class": "FrontendExpert" },
|
|
17
|
+
"fe-vuejs-agent": { "type": "Agent", "class": "FrontendExpert" },
|
|
18
|
+
"fe-svelte-agent": { "type": "Agent", "class": "FrontendExpert" },
|
|
19
|
+
"de-airflow-expert": { "type": "Agent", "class": "DataEngineer" },
|
|
20
|
+
"de-dbt-expert": { "type": "Agent", "class": "DataEngineer" },
|
|
21
|
+
"de-spark-expert": { "type": "Agent", "class": "DataEngineer" },
|
|
22
|
+
"de-kafka-expert": { "type": "Agent", "class": "DataEngineer" },
|
|
23
|
+
"de-snowflake-expert": { "type": "Agent", "class": "DataEngineer" },
|
|
24
|
+
"de-pipeline-expert": { "type": "Agent", "class": "DataEngineer" },
|
|
25
|
+
"db-postgres-expert": { "type": "Agent", "class": "DatabaseExpert" },
|
|
26
|
+
"db-redis-expert": { "type": "Agent", "class": "DatabaseExpert" },
|
|
27
|
+
"db-supabase-expert": { "type": "Agent", "class": "DatabaseExpert" },
|
|
28
|
+
"tool-npm-expert": { "type": "Agent", "class": "ToolingExpert" },
|
|
29
|
+
"tool-optimizer": { "type": "Agent", "class": "ToolingExpert" },
|
|
30
|
+
"tool-bun-expert": { "type": "Agent", "class": "ToolingExpert" },
|
|
31
|
+
"arch-documenter": { "type": "Agent", "class": "Architect" },
|
|
32
|
+
"arch-speckit-agent": { "type": "Agent", "class": "Architect" },
|
|
33
|
+
"infra-docker-expert": { "type": "Agent", "class": "InfraEngineer" },
|
|
34
|
+
"infra-aws-expert": { "type": "Agent", "class": "InfraEngineer" },
|
|
35
|
+
"qa-planner": { "type": "Agent", "class": "QAAgent" },
|
|
36
|
+
"qa-writer": { "type": "Agent", "class": "QAAgent" },
|
|
37
|
+
"qa-engineer": { "type": "Agent", "class": "QAAgent" },
|
|
38
|
+
"mgr-creator": { "type": "Agent", "class": "ManagerAgent" },
|
|
39
|
+
"mgr-updater": { "type": "Agent", "class": "ManagerAgent" },
|
|
40
|
+
"mgr-supplier": { "type": "Agent", "class": "ManagerAgent" },
|
|
41
|
+
"mgr-gitnerd": { "type": "Agent", "class": "ManagerAgent" },
|
|
42
|
+
"mgr-sync-checker": { "type": "Agent", "class": "ManagerAgent" },
|
|
43
|
+
"mgr-sauron": { "type": "Agent", "class": "ManagerAgent" },
|
|
44
|
+
"mgr-claude-code-bible": { "type": "Agent", "class": "ManagerAgent" },
|
|
45
|
+
"sys-memory-keeper": { "type": "Agent", "class": "SystemAgent" },
|
|
46
|
+
"sys-naggy": { "type": "Agent", "class": "SystemAgent" },
|
|
47
|
+
"go-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
48
|
+
"python-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
49
|
+
"rust-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
50
|
+
"kotlin-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
51
|
+
"typescript-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
52
|
+
"fastapi-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
53
|
+
"springboot-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
54
|
+
"go-backend-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
55
|
+
"react-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
56
|
+
"airflow-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
57
|
+
"dbt-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
58
|
+
"spark-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
59
|
+
"kafka-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
60
|
+
"snowflake-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
61
|
+
"pipeline-architecture-patterns": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
62
|
+
"postgres-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
63
|
+
"redis-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
64
|
+
"supabase-postgres-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
65
|
+
"docker-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
66
|
+
"aws-best-practices": { "type": "Skill", "class": "BestPracticeSkill" },
|
|
67
|
+
"secretary-routing": { "type": "Skill", "class": "RoutingSkill" },
|
|
68
|
+
"dev-lead-routing": { "type": "Skill", "class": "RoutingSkill" },
|
|
69
|
+
"de-lead-routing": { "type": "Skill", "class": "RoutingSkill" },
|
|
70
|
+
"qa-lead-routing": { "type": "Skill", "class": "RoutingSkill" },
|
|
71
|
+
"create-agent": { "type": "Skill", "class": "ManagementSkill" },
|
|
72
|
+
"update-docs": { "type": "Skill", "class": "ManagementSkill" },
|
|
73
|
+
"update-external": { "type": "Skill", "class": "ManagementSkill" },
|
|
74
|
+
"audit-agents": { "type": "Skill", "class": "ManagementSkill" },
|
|
75
|
+
"fix-refs": { "type": "Skill", "class": "ManagementSkill" },
|
|
76
|
+
"claude-code-bible": { "type": "Skill", "class": "ManagementSkill" },
|
|
77
|
+
"dev-review": { "type": "Skill", "class": "DevelopmentSkill" },
|
|
78
|
+
"dev-refactor": { "type": "Skill", "class": "DevelopmentSkill" },
|
|
79
|
+
"optimize-analyze": { "type": "Skill", "class": "OptimizationSkill" },
|
|
80
|
+
"optimize-bundle": { "type": "Skill", "class": "OptimizationSkill" },
|
|
81
|
+
"optimize-report": { "type": "Skill", "class": "OptimizationSkill" },
|
|
82
|
+
"memory-save": { "type": "Skill", "class": "MemorySkill" },
|
|
83
|
+
"memory-recall": { "type": "Skill", "class": "MemorySkill" },
|
|
84
|
+
"memory-management": { "type": "Skill", "class": "MemorySkill" },
|
|
85
|
+
"npm-publish": { "type": "Skill", "class": "PackageSkill" },
|
|
86
|
+
"npm-version": { "type": "Skill", "class": "PackageSkill" },
|
|
87
|
+
"npm-audit": { "type": "Skill", "class": "PackageSkill" },
|
|
88
|
+
"status": { "type": "Skill", "class": "SystemSkill" },
|
|
89
|
+
"help": { "type": "Skill", "class": "SystemSkill" },
|
|
90
|
+
"lists": { "type": "Skill", "class": "SystemSkill" },
|
|
91
|
+
"sauron-watch": { "type": "Skill", "class": "VerificationSkill" },
|
|
92
|
+
"intent-detection": { "type": "Skill", "class": "IntentSkill" },
|
|
93
|
+
"result-aggregation": { "type": "Skill", "class": "IntentSkill" },
|
|
94
|
+
"vercel-deploy": { "type": "Skill", "class": "DeploymentSkill" },
|
|
95
|
+
"writing-clearly-and-concisely": { "type": "Skill", "class": "WritingSkill" },
|
|
96
|
+
"web-design-guidelines": { "type": "Skill", "class": "WritingSkill" },
|
|
97
|
+
"monitoring-setup": { "type": "Skill", "class": "MonitoringSkill" },
|
|
98
|
+
"R000": { "type": "Rule", "class": "MustRule" },
|
|
99
|
+
"R001": { "type": "Rule", "class": "MustRule" },
|
|
100
|
+
"R002": { "type": "Rule", "class": "MustRule" },
|
|
101
|
+
"R006": { "type": "Rule", "class": "MustRule" },
|
|
102
|
+
"R007": { "type": "Rule", "class": "MustRule" },
|
|
103
|
+
"R008": { "type": "Rule", "class": "MustRule" },
|
|
104
|
+
"R009": { "type": "Rule", "class": "MustRule" },
|
|
105
|
+
"R010": { "type": "Rule", "class": "MustRule" },
|
|
106
|
+
"R015": { "type": "Rule", "class": "MustRule" },
|
|
107
|
+
"R016": { "type": "Rule", "class": "MustRule" },
|
|
108
|
+
"R017": { "type": "Rule", "class": "MustRule" },
|
|
109
|
+
"R003": { "type": "Rule", "class": "ShouldRule" },
|
|
110
|
+
"R004": { "type": "Rule", "class": "ShouldRule" },
|
|
111
|
+
"R011": { "type": "Rule", "class": "ShouldRule" },
|
|
112
|
+
"R012": { "type": "Rule", "class": "ShouldRule" },
|
|
113
|
+
"R013": { "type": "Rule", "class": "ShouldRule" },
|
|
114
|
+
"R018": { "type": "Rule", "class": "ShouldRule" },
|
|
115
|
+
"R005": { "type": "Rule", "class": "MayRule" }
|
|
116
|
+
},
|
|
117
|
+
"edges": [
|
|
118
|
+
{ "source": "lang-golang-expert", "target": "go-best-practices", "relation": "requires" },
|
|
119
|
+
{ "source": "lang-python-expert", "target": "python-best-practices", "relation": "requires" },
|
|
120
|
+
{ "source": "lang-rust-expert", "target": "rust-best-practices", "relation": "requires" },
|
|
121
|
+
{ "source": "lang-kotlin-expert", "target": "kotlin-best-practices", "relation": "requires" },
|
|
122
|
+
{ "source": "lang-typescript-expert", "target": "typescript-best-practices", "relation": "requires" },
|
|
123
|
+
{ "source": "be-fastapi-expert", "target": "fastapi-best-practices", "relation": "requires" },
|
|
124
|
+
{ "source": "be-springboot-expert", "target": "springboot-best-practices", "relation": "requires" },
|
|
125
|
+
{ "source": "be-go-backend-expert", "target": "go-backend-best-practices", "relation": "requires" },
|
|
126
|
+
{ "source": "fe-vercel-agent", "target": "react-best-practices", "relation": "requires" },
|
|
127
|
+
{ "source": "fe-vercel-agent", "target": "web-design-guidelines", "relation": "requires" },
|
|
128
|
+
{ "source": "fe-vercel-agent", "target": "vercel-deploy", "relation": "requires" },
|
|
129
|
+
{ "source": "de-airflow-expert", "target": "airflow-best-practices", "relation": "requires" },
|
|
130
|
+
{ "source": "de-dbt-expert", "target": "dbt-best-practices", "relation": "requires" },
|
|
131
|
+
{ "source": "de-spark-expert", "target": "spark-best-practices", "relation": "requires" },
|
|
132
|
+
{ "source": "de-kafka-expert", "target": "kafka-best-practices", "relation": "requires" },
|
|
133
|
+
{ "source": "de-snowflake-expert", "target": "snowflake-best-practices", "relation": "requires" },
|
|
134
|
+
{ "source": "de-pipeline-expert", "target": "pipeline-architecture-patterns", "relation": "requires" },
|
|
135
|
+
{ "source": "db-postgres-expert", "target": "postgres-best-practices", "relation": "requires" },
|
|
136
|
+
{ "source": "db-redis-expert", "target": "redis-best-practices", "relation": "requires" },
|
|
137
|
+
{ "source": "db-supabase-expert", "target": "supabase-postgres-best-practices", "relation": "requires" },
|
|
138
|
+
{ "source": "tool-npm-expert", "target": "npm-audit", "relation": "requires" },
|
|
139
|
+
{ "source": "tool-npm-expert", "target": "npm-publish", "relation": "requires" },
|
|
140
|
+
{ "source": "tool-npm-expert", "target": "npm-version", "relation": "requires" },
|
|
141
|
+
{ "source": "tool-optimizer", "target": "optimize-analyze", "relation": "requires" },
|
|
142
|
+
{ "source": "tool-optimizer", "target": "optimize-bundle", "relation": "requires" },
|
|
143
|
+
{ "source": "tool-optimizer", "target": "optimize-report", "relation": "requires" },
|
|
144
|
+
{ "source": "infra-docker-expert", "target": "docker-best-practices", "relation": "requires" },
|
|
145
|
+
{ "source": "infra-aws-expert", "target": "aws-best-practices", "relation": "requires" },
|
|
146
|
+
{ "source": "mgr-creator", "target": "create-agent", "relation": "requires" },
|
|
147
|
+
{ "source": "mgr-updater", "target": "update-external", "relation": "requires" },
|
|
148
|
+
{ "source": "mgr-supplier", "target": "audit-agents", "relation": "requires" },
|
|
149
|
+
{ "source": "mgr-sync-checker", "target": "update-docs", "relation": "requires" },
|
|
150
|
+
{ "source": "mgr-sauron", "target": "sauron-watch", "relation": "requires" },
|
|
151
|
+
{ "source": "mgr-claude-code-bible", "target": "claude-code-bible", "relation": "requires" },
|
|
152
|
+
{ "source": "sys-memory-keeper", "target": "memory-management", "relation": "requires" },
|
|
153
|
+
{ "source": "sys-memory-keeper", "target": "memory-save", "relation": "requires" },
|
|
154
|
+
{ "source": "sys-memory-keeper", "target": "memory-recall", "relation": "requires" },
|
|
155
|
+
{ "source": "de-lead-routing", "target": "R009", "relation": "depends_on" },
|
|
156
|
+
{ "source": "intent-detection", "target": "R015", "relation": "depends_on" },
|
|
157
|
+
{ "source": "memory-management", "target": "R011", "relation": "depends_on" },
|
|
158
|
+
{ "source": "memory-recall", "target": "R011", "relation": "depends_on" },
|
|
159
|
+
{ "source": "memory-save", "target": "R011", "relation": "depends_on" },
|
|
160
|
+
{ "source": "result-aggregation", "target": "R009", "relation": "depends_on" },
|
|
161
|
+
{ "source": "result-aggregation", "target": "R013", "relation": "depends_on" },
|
|
162
|
+
{ "source": "sauron-watch", "target": "R017", "relation": "depends_on" },
|
|
163
|
+
{ "source": "secretary-routing", "target": "mgr-creator", "relation": "routes_to" },
|
|
164
|
+
{ "source": "secretary-routing", "target": "mgr-updater", "relation": "routes_to" },
|
|
165
|
+
{ "source": "secretary-routing", "target": "mgr-supplier", "relation": "routes_to" },
|
|
166
|
+
{ "source": "secretary-routing", "target": "mgr-gitnerd", "relation": "routes_to" },
|
|
167
|
+
{ "source": "secretary-routing", "target": "mgr-sync-checker", "relation": "routes_to" },
|
|
168
|
+
{ "source": "secretary-routing", "target": "mgr-sauron", "relation": "routes_to" },
|
|
169
|
+
{ "source": "secretary-routing", "target": "mgr-claude-code-bible", "relation": "routes_to" },
|
|
170
|
+
{ "source": "secretary-routing", "target": "sys-memory-keeper", "relation": "routes_to" },
|
|
171
|
+
{ "source": "secretary-routing", "target": "sys-naggy", "relation": "routes_to" },
|
|
172
|
+
{ "source": "dev-lead-routing", "target": "lang-golang-expert", "relation": "routes_to" },
|
|
173
|
+
{ "source": "dev-lead-routing", "target": "lang-python-expert", "relation": "routes_to" },
|
|
174
|
+
{ "source": "dev-lead-routing", "target": "lang-rust-expert", "relation": "routes_to" },
|
|
175
|
+
{ "source": "dev-lead-routing", "target": "lang-kotlin-expert", "relation": "routes_to" },
|
|
176
|
+
{ "source": "dev-lead-routing", "target": "lang-typescript-expert", "relation": "routes_to" },
|
|
177
|
+
{ "source": "dev-lead-routing", "target": "lang-java21-expert", "relation": "routes_to" },
|
|
178
|
+
{ "source": "dev-lead-routing", "target": "fe-vercel-agent", "relation": "routes_to" },
|
|
179
|
+
{ "source": "dev-lead-routing", "target": "fe-vuejs-agent", "relation": "routes_to" },
|
|
180
|
+
{ "source": "dev-lead-routing", "target": "fe-svelte-agent", "relation": "routes_to" },
|
|
181
|
+
{ "source": "dev-lead-routing", "target": "be-fastapi-expert", "relation": "routes_to" },
|
|
182
|
+
{ "source": "dev-lead-routing", "target": "be-springboot-expert", "relation": "routes_to" },
|
|
183
|
+
{ "source": "dev-lead-routing", "target": "be-go-backend-expert", "relation": "routes_to" },
|
|
184
|
+
{ "source": "dev-lead-routing", "target": "be-nestjs-expert", "relation": "routes_to" },
|
|
185
|
+
{ "source": "dev-lead-routing", "target": "be-express-expert", "relation": "routes_to" },
|
|
186
|
+
{ "source": "dev-lead-routing", "target": "tool-npm-expert", "relation": "routes_to" },
|
|
187
|
+
{ "source": "dev-lead-routing", "target": "tool-optimizer", "relation": "routes_to" },
|
|
188
|
+
{ "source": "dev-lead-routing", "target": "tool-bun-expert", "relation": "routes_to" },
|
|
189
|
+
{ "source": "dev-lead-routing", "target": "db-supabase-expert", "relation": "routes_to" },
|
|
190
|
+
{ "source": "dev-lead-routing", "target": "db-postgres-expert", "relation": "routes_to" },
|
|
191
|
+
{ "source": "dev-lead-routing", "target": "db-redis-expert", "relation": "routes_to" },
|
|
192
|
+
{ "source": "dev-lead-routing", "target": "arch-documenter", "relation": "routes_to" },
|
|
193
|
+
{ "source": "dev-lead-routing", "target": "arch-speckit-agent", "relation": "routes_to" },
|
|
194
|
+
{ "source": "dev-lead-routing", "target": "infra-docker-expert", "relation": "routes_to" },
|
|
195
|
+
{ "source": "dev-lead-routing", "target": "infra-aws-expert", "relation": "routes_to" },
|
|
196
|
+
{ "source": "de-lead-routing", "target": "de-airflow-expert", "relation": "routes_to" },
|
|
197
|
+
{ "source": "de-lead-routing", "target": "de-dbt-expert", "relation": "routes_to" },
|
|
198
|
+
{ "source": "de-lead-routing", "target": "de-spark-expert", "relation": "routes_to" },
|
|
199
|
+
{ "source": "de-lead-routing", "target": "de-kafka-expert", "relation": "routes_to" },
|
|
200
|
+
{ "source": "de-lead-routing", "target": "de-snowflake-expert", "relation": "routes_to" },
|
|
201
|
+
{ "source": "de-lead-routing", "target": "de-pipeline-expert", "relation": "routes_to" },
|
|
202
|
+
{ "source": "qa-lead-routing", "target": "qa-planner", "relation": "routes_to" },
|
|
203
|
+
{ "source": "qa-lead-routing", "target": "qa-writer", "relation": "routes_to" },
|
|
204
|
+
{ "source": "qa-lead-routing", "target": "qa-engineer", "relation": "routes_to" }
|
|
205
|
+
],
|
|
206
|
+
"adjacency": {
|
|
207
|
+
"lang-golang-expert": {
|
|
208
|
+
"requires": ["go-best-practices"],
|
|
209
|
+
"routed_by": ["dev-lead-routing"]
|
|
210
|
+
},
|
|
211
|
+
"lang-python-expert": {
|
|
212
|
+
"requires": ["python-best-practices"],
|
|
213
|
+
"routed_by": ["dev-lead-routing"]
|
|
214
|
+
},
|
|
215
|
+
"lang-rust-expert": {
|
|
216
|
+
"requires": ["rust-best-practices"],
|
|
217
|
+
"routed_by": ["dev-lead-routing"]
|
|
218
|
+
},
|
|
219
|
+
"lang-kotlin-expert": {
|
|
220
|
+
"requires": ["kotlin-best-practices"],
|
|
221
|
+
"routed_by": ["dev-lead-routing"]
|
|
222
|
+
},
|
|
223
|
+
"lang-typescript-expert": {
|
|
224
|
+
"requires": ["typescript-best-practices"],
|
|
225
|
+
"routed_by": ["dev-lead-routing"]
|
|
226
|
+
},
|
|
227
|
+
"lang-java21-expert": {
|
|
228
|
+
"requires": [],
|
|
229
|
+
"routed_by": ["dev-lead-routing"]
|
|
230
|
+
},
|
|
231
|
+
"be-fastapi-expert": {
|
|
232
|
+
"requires": ["fastapi-best-practices"],
|
|
233
|
+
"routed_by": ["dev-lead-routing"]
|
|
234
|
+
},
|
|
235
|
+
"be-springboot-expert": {
|
|
236
|
+
"requires": ["springboot-best-practices"],
|
|
237
|
+
"routed_by": ["dev-lead-routing"]
|
|
238
|
+
},
|
|
239
|
+
"be-go-backend-expert": {
|
|
240
|
+
"requires": ["go-backend-best-practices"],
|
|
241
|
+
"routed_by": ["dev-lead-routing"]
|
|
242
|
+
},
|
|
243
|
+
"be-express-expert": {
|
|
244
|
+
"requires": [],
|
|
245
|
+
"routed_by": ["dev-lead-routing"]
|
|
246
|
+
},
|
|
247
|
+
"be-nestjs-expert": {
|
|
248
|
+
"requires": [],
|
|
249
|
+
"routed_by": ["dev-lead-routing"]
|
|
250
|
+
},
|
|
251
|
+
"fe-vercel-agent": {
|
|
252
|
+
"requires": ["react-best-practices", "web-design-guidelines", "vercel-deploy"],
|
|
253
|
+
"routed_by": ["dev-lead-routing"]
|
|
254
|
+
},
|
|
255
|
+
"fe-vuejs-agent": {
|
|
256
|
+
"requires": [],
|
|
257
|
+
"routed_by": ["dev-lead-routing"]
|
|
258
|
+
},
|
|
259
|
+
"fe-svelte-agent": {
|
|
260
|
+
"requires": [],
|
|
261
|
+
"routed_by": ["dev-lead-routing"]
|
|
262
|
+
},
|
|
263
|
+
"de-airflow-expert": {
|
|
264
|
+
"requires": ["airflow-best-practices"],
|
|
265
|
+
"routed_by": ["de-lead-routing"]
|
|
266
|
+
},
|
|
267
|
+
"de-dbt-expert": {
|
|
268
|
+
"requires": ["dbt-best-practices"],
|
|
269
|
+
"routed_by": ["de-lead-routing"]
|
|
270
|
+
},
|
|
271
|
+
"de-spark-expert": {
|
|
272
|
+
"requires": ["spark-best-practices"],
|
|
273
|
+
"routed_by": ["de-lead-routing"]
|
|
274
|
+
},
|
|
275
|
+
"de-kafka-expert": {
|
|
276
|
+
"requires": ["kafka-best-practices"],
|
|
277
|
+
"routed_by": ["de-lead-routing"]
|
|
278
|
+
},
|
|
279
|
+
"de-snowflake-expert": {
|
|
280
|
+
"requires": ["snowflake-best-practices"],
|
|
281
|
+
"routed_by": ["de-lead-routing"]
|
|
282
|
+
},
|
|
283
|
+
"de-pipeline-expert": {
|
|
284
|
+
"requires": ["pipeline-architecture-patterns"],
|
|
285
|
+
"routed_by": ["de-lead-routing"]
|
|
286
|
+
},
|
|
287
|
+
"db-postgres-expert": {
|
|
288
|
+
"requires": ["postgres-best-practices"],
|
|
289
|
+
"routed_by": ["dev-lead-routing"]
|
|
290
|
+
},
|
|
291
|
+
"db-redis-expert": {
|
|
292
|
+
"requires": ["redis-best-practices"],
|
|
293
|
+
"routed_by": ["dev-lead-routing"]
|
|
294
|
+
},
|
|
295
|
+
"db-supabase-expert": {
|
|
296
|
+
"requires": ["supabase-postgres-best-practices"],
|
|
297
|
+
"routed_by": ["dev-lead-routing"]
|
|
298
|
+
},
|
|
299
|
+
"tool-npm-expert": {
|
|
300
|
+
"requires": ["npm-audit", "npm-publish", "npm-version"],
|
|
301
|
+
"routed_by": ["dev-lead-routing"]
|
|
302
|
+
},
|
|
303
|
+
"tool-optimizer": {
|
|
304
|
+
"requires": ["optimize-analyze", "optimize-bundle", "optimize-report"],
|
|
305
|
+
"routed_by": ["dev-lead-routing"]
|
|
306
|
+
},
|
|
307
|
+
"tool-bun-expert": {
|
|
308
|
+
"requires": [],
|
|
309
|
+
"routed_by": ["dev-lead-routing"]
|
|
310
|
+
},
|
|
311
|
+
"arch-documenter": {
|
|
312
|
+
"requires": [],
|
|
313
|
+
"routed_by": ["dev-lead-routing"]
|
|
314
|
+
},
|
|
315
|
+
"arch-speckit-agent": {
|
|
316
|
+
"requires": [],
|
|
317
|
+
"routed_by": ["dev-lead-routing"]
|
|
318
|
+
},
|
|
319
|
+
"infra-docker-expert": {
|
|
320
|
+
"requires": ["docker-best-practices"],
|
|
321
|
+
"routed_by": ["dev-lead-routing"]
|
|
322
|
+
},
|
|
323
|
+
"infra-aws-expert": {
|
|
324
|
+
"requires": ["aws-best-practices"],
|
|
325
|
+
"routed_by": ["dev-lead-routing"]
|
|
326
|
+
},
|
|
327
|
+
"qa-planner": {
|
|
328
|
+
"requires": [],
|
|
329
|
+
"routed_by": ["qa-lead-routing"]
|
|
330
|
+
},
|
|
331
|
+
"qa-writer": {
|
|
332
|
+
"requires": [],
|
|
333
|
+
"routed_by": ["qa-lead-routing"]
|
|
334
|
+
},
|
|
335
|
+
"qa-engineer": {
|
|
336
|
+
"requires": [],
|
|
337
|
+
"routed_by": ["qa-lead-routing"]
|
|
338
|
+
},
|
|
339
|
+
"mgr-creator": {
|
|
340
|
+
"requires": ["create-agent"],
|
|
341
|
+
"routed_by": ["secretary-routing"]
|
|
342
|
+
},
|
|
343
|
+
"mgr-updater": {
|
|
344
|
+
"requires": ["update-external"],
|
|
345
|
+
"routed_by": ["secretary-routing"]
|
|
346
|
+
},
|
|
347
|
+
"mgr-supplier": {
|
|
348
|
+
"requires": ["audit-agents"],
|
|
349
|
+
"routed_by": ["secretary-routing"]
|
|
350
|
+
},
|
|
351
|
+
"mgr-gitnerd": {
|
|
352
|
+
"requires": [],
|
|
353
|
+
"routed_by": ["secretary-routing"]
|
|
354
|
+
},
|
|
355
|
+
"mgr-sync-checker": {
|
|
356
|
+
"requires": ["update-docs"],
|
|
357
|
+
"routed_by": ["secretary-routing"]
|
|
358
|
+
},
|
|
359
|
+
"mgr-sauron": {
|
|
360
|
+
"requires": ["sauron-watch"],
|
|
361
|
+
"routed_by": ["secretary-routing"]
|
|
362
|
+
},
|
|
363
|
+
"mgr-claude-code-bible": {
|
|
364
|
+
"requires": ["claude-code-bible"],
|
|
365
|
+
"routed_by": ["secretary-routing"]
|
|
366
|
+
},
|
|
367
|
+
"sys-memory-keeper": {
|
|
368
|
+
"requires": ["memory-management", "memory-save", "memory-recall"],
|
|
369
|
+
"routed_by": ["secretary-routing"]
|
|
370
|
+
},
|
|
371
|
+
"sys-naggy": {
|
|
372
|
+
"requires": [],
|
|
373
|
+
"routed_by": ["secretary-routing"]
|
|
374
|
+
},
|
|
375
|
+
"go-best-practices": {
|
|
376
|
+
"required_by": ["lang-golang-expert"],
|
|
377
|
+
"depends_on": []
|
|
378
|
+
},
|
|
379
|
+
"python-best-practices": {
|
|
380
|
+
"required_by": ["lang-python-expert"],
|
|
381
|
+
"depends_on": []
|
|
382
|
+
},
|
|
383
|
+
"rust-best-practices": {
|
|
384
|
+
"required_by": ["lang-rust-expert"],
|
|
385
|
+
"depends_on": []
|
|
386
|
+
},
|
|
387
|
+
"kotlin-best-practices": {
|
|
388
|
+
"required_by": ["lang-kotlin-expert"],
|
|
389
|
+
"depends_on": []
|
|
390
|
+
},
|
|
391
|
+
"typescript-best-practices": {
|
|
392
|
+
"required_by": ["lang-typescript-expert"],
|
|
393
|
+
"depends_on": []
|
|
394
|
+
},
|
|
395
|
+
"fastapi-best-practices": {
|
|
396
|
+
"required_by": ["be-fastapi-expert"],
|
|
397
|
+
"depends_on": []
|
|
398
|
+
},
|
|
399
|
+
"springboot-best-practices": {
|
|
400
|
+
"required_by": ["be-springboot-expert"],
|
|
401
|
+
"depends_on": []
|
|
402
|
+
},
|
|
403
|
+
"go-backend-best-practices": {
|
|
404
|
+
"required_by": ["be-go-backend-expert"],
|
|
405
|
+
"depends_on": []
|
|
406
|
+
},
|
|
407
|
+
"react-best-practices": {
|
|
408
|
+
"required_by": ["fe-vercel-agent"],
|
|
409
|
+
"depends_on": []
|
|
410
|
+
},
|
|
411
|
+
"web-design-guidelines": {
|
|
412
|
+
"required_by": ["fe-vercel-agent"],
|
|
413
|
+
"depends_on": []
|
|
414
|
+
},
|
|
415
|
+
"vercel-deploy": {
|
|
416
|
+
"required_by": ["fe-vercel-agent"],
|
|
417
|
+
"depends_on": []
|
|
418
|
+
},
|
|
419
|
+
"airflow-best-practices": {
|
|
420
|
+
"required_by": ["de-airflow-expert"],
|
|
421
|
+
"depends_on": []
|
|
422
|
+
},
|
|
423
|
+
"dbt-best-practices": {
|
|
424
|
+
"required_by": ["de-dbt-expert"],
|
|
425
|
+
"depends_on": []
|
|
426
|
+
},
|
|
427
|
+
"spark-best-practices": {
|
|
428
|
+
"required_by": ["de-spark-expert"],
|
|
429
|
+
"depends_on": []
|
|
430
|
+
},
|
|
431
|
+
"kafka-best-practices": {
|
|
432
|
+
"required_by": ["de-kafka-expert"],
|
|
433
|
+
"depends_on": []
|
|
434
|
+
},
|
|
435
|
+
"snowflake-best-practices": {
|
|
436
|
+
"required_by": ["de-snowflake-expert"],
|
|
437
|
+
"depends_on": []
|
|
438
|
+
},
|
|
439
|
+
"pipeline-architecture-patterns": {
|
|
440
|
+
"required_by": ["de-pipeline-expert"],
|
|
441
|
+
"depends_on": []
|
|
442
|
+
},
|
|
443
|
+
"postgres-best-practices": {
|
|
444
|
+
"required_by": ["db-postgres-expert"],
|
|
445
|
+
"depends_on": []
|
|
446
|
+
},
|
|
447
|
+
"redis-best-practices": {
|
|
448
|
+
"required_by": ["db-redis-expert"],
|
|
449
|
+
"depends_on": []
|
|
450
|
+
},
|
|
451
|
+
"supabase-postgres-best-practices": {
|
|
452
|
+
"required_by": ["db-supabase-expert"],
|
|
453
|
+
"depends_on": []
|
|
454
|
+
},
|
|
455
|
+
"docker-best-practices": {
|
|
456
|
+
"required_by": ["infra-docker-expert"],
|
|
457
|
+
"depends_on": []
|
|
458
|
+
},
|
|
459
|
+
"aws-best-practices": {
|
|
460
|
+
"required_by": ["infra-aws-expert"],
|
|
461
|
+
"depends_on": []
|
|
462
|
+
},
|
|
463
|
+
"npm-audit": {
|
|
464
|
+
"required_by": ["tool-npm-expert"],
|
|
465
|
+
"depends_on": []
|
|
466
|
+
},
|
|
467
|
+
"npm-publish": {
|
|
468
|
+
"required_by": ["tool-npm-expert"],
|
|
469
|
+
"depends_on": []
|
|
470
|
+
},
|
|
471
|
+
"npm-version": {
|
|
472
|
+
"required_by": ["tool-npm-expert"],
|
|
473
|
+
"depends_on": []
|
|
474
|
+
},
|
|
475
|
+
"optimize-analyze": {
|
|
476
|
+
"required_by": ["tool-optimizer"],
|
|
477
|
+
"depends_on": []
|
|
478
|
+
},
|
|
479
|
+
"optimize-bundle": {
|
|
480
|
+
"required_by": ["tool-optimizer"],
|
|
481
|
+
"depends_on": []
|
|
482
|
+
},
|
|
483
|
+
"optimize-report": {
|
|
484
|
+
"required_by": ["tool-optimizer"],
|
|
485
|
+
"depends_on": []
|
|
486
|
+
},
|
|
487
|
+
"create-agent": {
|
|
488
|
+
"required_by": ["mgr-creator"],
|
|
489
|
+
"depends_on": []
|
|
490
|
+
},
|
|
491
|
+
"update-external": {
|
|
492
|
+
"required_by": ["mgr-updater"],
|
|
493
|
+
"depends_on": []
|
|
494
|
+
},
|
|
495
|
+
"audit-agents": {
|
|
496
|
+
"required_by": ["mgr-supplier"],
|
|
497
|
+
"depends_on": []
|
|
498
|
+
},
|
|
499
|
+
"update-docs": {
|
|
500
|
+
"required_by": ["mgr-sync-checker"],
|
|
501
|
+
"depends_on": []
|
|
502
|
+
},
|
|
503
|
+
"sauron-watch": {
|
|
504
|
+
"required_by": ["mgr-sauron"],
|
|
505
|
+
"depends_on": ["R017"]
|
|
506
|
+
},
|
|
507
|
+
"claude-code-bible": {
|
|
508
|
+
"required_by": ["mgr-claude-code-bible"],
|
|
509
|
+
"depends_on": []
|
|
510
|
+
},
|
|
511
|
+
"memory-management": {
|
|
512
|
+
"required_by": ["sys-memory-keeper"],
|
|
513
|
+
"depends_on": ["R011"]
|
|
514
|
+
},
|
|
515
|
+
"memory-save": {
|
|
516
|
+
"required_by": ["sys-memory-keeper"],
|
|
517
|
+
"depends_on": ["R011"]
|
|
518
|
+
},
|
|
519
|
+
"memory-recall": {
|
|
520
|
+
"required_by": ["sys-memory-keeper"],
|
|
521
|
+
"depends_on": ["R011"]
|
|
522
|
+
},
|
|
523
|
+
"secretary-routing": {
|
|
524
|
+
"routes_to": ["mgr-creator", "mgr-updater", "mgr-supplier", "mgr-gitnerd", "mgr-sync-checker", "mgr-sauron", "mgr-claude-code-bible", "sys-memory-keeper", "sys-naggy"],
|
|
525
|
+
"depends_on": []
|
|
526
|
+
},
|
|
527
|
+
"dev-lead-routing": {
|
|
528
|
+
"routes_to": ["lang-golang-expert", "lang-python-expert", "lang-rust-expert", "lang-kotlin-expert", "lang-typescript-expert", "lang-java21-expert", "fe-vercel-agent", "fe-vuejs-agent", "fe-svelte-agent", "be-fastapi-expert", "be-springboot-expert", "be-go-backend-expert", "be-nestjs-expert", "be-express-expert", "tool-npm-expert", "tool-optimizer", "tool-bun-expert", "db-supabase-expert", "db-postgres-expert", "db-redis-expert", "arch-documenter", "arch-speckit-agent", "infra-docker-expert", "infra-aws-expert"],
|
|
529
|
+
"depends_on": []
|
|
530
|
+
},
|
|
531
|
+
"de-lead-routing": {
|
|
532
|
+
"routes_to": ["de-airflow-expert", "de-dbt-expert", "de-spark-expert", "de-kafka-expert", "de-snowflake-expert", "de-pipeline-expert"],
|
|
533
|
+
"depends_on": ["R009"]
|
|
534
|
+
},
|
|
535
|
+
"qa-lead-routing": {
|
|
536
|
+
"routes_to": ["qa-planner", "qa-writer", "qa-engineer"],
|
|
537
|
+
"depends_on": []
|
|
538
|
+
},
|
|
539
|
+
"intent-detection": {
|
|
540
|
+
"depends_on": ["R015"]
|
|
541
|
+
},
|
|
542
|
+
"result-aggregation": {
|
|
543
|
+
"depends_on": ["R009", "R013"]
|
|
544
|
+
},
|
|
545
|
+
"dev-review": {
|
|
546
|
+
"depends_on": []
|
|
547
|
+
},
|
|
548
|
+
"dev-refactor": {
|
|
549
|
+
"depends_on": []
|
|
550
|
+
},
|
|
551
|
+
"fix-refs": {
|
|
552
|
+
"depends_on": []
|
|
553
|
+
},
|
|
554
|
+
"help": {
|
|
555
|
+
"depends_on": []
|
|
556
|
+
},
|
|
557
|
+
"lists": {
|
|
558
|
+
"depends_on": []
|
|
559
|
+
},
|
|
560
|
+
"monitoring-setup": {
|
|
561
|
+
"depends_on": []
|
|
562
|
+
},
|
|
563
|
+
"status": {
|
|
564
|
+
"depends_on": []
|
|
565
|
+
},
|
|
566
|
+
"writing-clearly-and-concisely": {
|
|
567
|
+
"depends_on": []
|
|
568
|
+
},
|
|
569
|
+
"R000": {
|
|
570
|
+
"referenced_by": []
|
|
571
|
+
},
|
|
572
|
+
"R001": {
|
|
573
|
+
"referenced_by": []
|
|
574
|
+
},
|
|
575
|
+
"R002": {
|
|
576
|
+
"referenced_by": []
|
|
577
|
+
},
|
|
578
|
+
"R003": {
|
|
579
|
+
"referenced_by": []
|
|
580
|
+
},
|
|
581
|
+
"R004": {
|
|
582
|
+
"referenced_by": []
|
|
583
|
+
},
|
|
584
|
+
"R005": {
|
|
585
|
+
"referenced_by": []
|
|
586
|
+
},
|
|
587
|
+
"R006": {
|
|
588
|
+
"referenced_by": []
|
|
589
|
+
},
|
|
590
|
+
"R007": {
|
|
591
|
+
"referenced_by": []
|
|
592
|
+
},
|
|
593
|
+
"R008": {
|
|
594
|
+
"referenced_by": []
|
|
595
|
+
},
|
|
596
|
+
"R009": {
|
|
597
|
+
"referenced_by": ["de-lead-routing", "result-aggregation"]
|
|
598
|
+
},
|
|
599
|
+
"R010": {
|
|
600
|
+
"referenced_by": []
|
|
601
|
+
},
|
|
602
|
+
"R011": {
|
|
603
|
+
"referenced_by": ["memory-management", "memory-recall", "memory-save"]
|
|
604
|
+
},
|
|
605
|
+
"R012": {
|
|
606
|
+
"referenced_by": []
|
|
607
|
+
},
|
|
608
|
+
"R013": {
|
|
609
|
+
"referenced_by": ["result-aggregation"]
|
|
610
|
+
},
|
|
611
|
+
"R015": {
|
|
612
|
+
"referenced_by": ["intent-detection"]
|
|
613
|
+
},
|
|
614
|
+
"R016": {
|
|
615
|
+
"referenced_by": []
|
|
616
|
+
},
|
|
617
|
+
"R017": {
|
|
618
|
+
"referenced_by": ["sauron-watch"]
|
|
619
|
+
},
|
|
620
|
+
"R018": {
|
|
621
|
+
"referenced_by": []
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|