-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
961 lines (961 loc) · 32.3 KB
/
Copy pathindex.json
File metadata and controls
961 lines (961 loc) · 32.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
[
{
"id": "legal-contract-review",
"name": "Legal Contract Auditor",
"description": "AI-driven contract analysis, litigation forecasting, and automated discovery.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "legal/contract-review",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"run_command",
"write_to_file"
]
},
{
"id": "healthcare-patient-intake",
"name": "Patient Intake Automation",
"description": "Process clinical data and automate patient intake workflows.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "healthcare/patient-intake",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"run_command"
]
},
{
"id": "development-code-reviewer",
"name": "Sr. Architect Reviewer",
"description": "Automated code review and architectural auditing from a senior perspective.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "development/code-reviewer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "bookkeeping-audit",
"name": "SMB Bookkeeping Swarm",
"description": "Automated daily reconciliation, tax optimization, and digital audit trails.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "financial-services/bookkeeping-audit",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"run_command"
]
},
{
"id": "full-funnel-automation",
"name": "Marketing Funnel Pilot",
"description": "Automated content generation, ad spend optimization, and journey analytics.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "digital-marketing/full-funnel-automation",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "lead-transaction-management",
"name": "Real Estate Closer",
"description": "Automated lead nurturing, MLS syndication, and escrow timeline tracking.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "real-estate/lead-transaction",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "manufacturing-job-shop-25",
"name": "Job Shop (25 Seats)",
"description": "Optimized production scheduling and material tracking for small-scale manufacturing.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "manufacturing/job-shop-25",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "manufacturing-medium-plant-50",
"name": "Medium Plant (50 Seats)",
"description": "Predictive maintenance and supply chain orchestration for medium-sized facilities.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "manufacturing/medium-plant-50",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "manufacturing-smart-factory-100",
"name": "Smart Factory (100 Seats)",
"description": "Enterprise-level ERP integration and digital twin synchronization across sites.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "manufacturing/smart-factory-100",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "food-restaurant-ops",
"name": "Food & Beverage Operations",
"description": "Automate kitchen inventory, menu performance analytics, and supplier ordering workflows.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "food/restaurant-ops",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"read_file",
"run_command"
]
},
{
"id": "chemical-process-safety",
"name": "Chemical Safety Auditor",
"description": "Automate chemical inventory, Safety Data Sheet (SDS) compliance auditing, and safety checklists.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "chemical/process-safety",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "transportation-fleet-logistics",
"name": "Fleet Logistics Swarm",
"description": "Fleet scheduling, route optimization, maintenance tracking, and fuel efficiency analytics.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "transportation/fleet-logistics",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "pharma-clinical-trials",
"name": "Clinical Trial Manager",
"description": "Automate clinical trial protocol mapping, trial candidate documentation, and adverse event logging.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "pharma/clinical-trials",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "agriculture-precision-farming",
"name": "Precision Agriculture Swarm",
"description": "Crop yield forecasting, soil health telemetry analysis, and irrigation optimization.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "agriculture/precision-farming",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"read_file",
"run_command"
]
},
{
"id": "compliance-regulatory-audit",
"name": "Regulatory Compliance Swarm",
"description": "Continuous security posture assessment, SOC2/ISO readiness checks, and regulatory compliance mapping.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "compliance/regulatory-audit",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"read_file"
]
},
{
"id": "security-incident-response",
"name": "Incident Response Swarm",
"description": "Designed for security log auditing, incident triage, and automated mitigation recommendation.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "security/incident-response",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"grep_search",
"read_file",
"run_command",
"write_to_file"
]
},
{
"id": "hr-recruiting-triage",
"name": "Recruiting Triage Swarm",
"description": "Designed for parsing candidate resumes, screening against role criteria, and coordinating onboarding files.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "hr/recruiting-triage",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "education-curriculum-planner",
"name": "Curriculum Planner Swarm",
"description": "Designed for curriculum audit mapping, lesson plan alignment, and student analytics reviews.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "education/curriculum-planner",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "utilities-grid-telemetry",
"name": "Grid Telemetry Swarm",
"description": "Designed for grid status logs auditing, alarm triage, and utility crew scheduling.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "utilities/grid-telemetry",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "creative-asset-pipeline",
"name": "Creative Asset Pipeline Swarm",
"description": "Designed for creative asset verification, size budget checks, and dialog localization tracking.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "creative/asset-pipeline",
"required_models": [
"gemini-1.5-flash"
],
"required_skills": [
"grep_search",
"read_file",
"run_command",
"search_web",
"write_to_file"
]
},
{
"id": "legal-precedent-synthesis",
"name": "Legal Precedent Synthesizer",
"description": "Knowledge Work: Automated analysis of legal precedents, case law synthesis, and document drafting.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "legal/precedent-synthesis",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "legal-procurement-qa",
"name": "Legal Vendor Procurement & QA",
"description": "Edge Operations: Purchasing audits, contract lifecycle QA, and vendor compliance assessment.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "legal/procurement-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "medical-clinical-guidelines",
"name": "Clinical Guideline Indexer",
"description": "Knowledge Work: Processing medical research, clinical protocols indexing, and case summary generation.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "healthcare/clinical-guidelines",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"run_command"
]
},
{
"id": "medical-inventory-qa",
"name": "Medical Inventory & Procurement QA",
"description": "Edge Operations: Purchasing medical supplies, shipping, receiving audits, and ISO compliance sterilization QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "healthcare/inventory-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "financial-policy-synthesizer",
"name": "Tax Law & Policy Synthesizer",
"description": "Knowledge Work: Financial research, tax law changes synthesis, policy auditing, and regulatory reporting.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "financial-services/policy-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"run_command"
]
},
{
"id": "financial-vendor-reconciliation",
"name": "Vendor Invoice & Purchasing QA",
"description": "Edge Operations: Invoice processing, shipping validation, vendor ledger audits, and purchase reconciliation.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "financial-services/vendor-reconciliation",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"run_command"
]
},
{
"id": "marketing-seo-indexer",
"name": "SEO Content Strategy Indexer",
"description": "Knowledge Work: Web scraping, SEO keyword trend analysis, search intent mapping, and strategy synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "digital-marketing/seo-indexer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "marketing-vendor-purchasing",
"name": "Ad Spend & Vendor Purchasing QA",
"description": "Edge Operations: Media buy procurement, invoice verification, ad network compliance, and ISO quality auditing.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "digital-marketing/vendor-purchasing",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "ecommerce-market-analysis",
"name": "Competitor & Market Trend Analyzer",
"description": "Knowledge Work: E-commerce catalog scraping, competitor pricing intelligence, and trend synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "e-commerce/market-analysis",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "ecommerce-dispatch-qa",
"name": "Warehouse Dispatch & Shipping QA",
"description": "Edge Operations: Shipping dispatch, receiving validation, inventory auditing, and packaging quality control.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "e-commerce/dispatch-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "realestate-valuation-synthesizer",
"name": "Property Valuation & Appraisal Synthesizer",
"description": "Knowledge Work: Property data compilation, local market appraisal indexing, and trend report writing.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "real-estate/valuation-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"run_command",
"search_web",
"write_to_file"
]
},
{
"id": "realestate-maintenance-procurement",
"name": "Maintenance Procurement & Contractor QA",
"description": "Edge Operations: Facilities purchasing, material inventory, shipping parts, and contractor SLA quality audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "real-estate/maintenance-procurement",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "consultancy-expert-synthesizer",
"name": "Expert Knowledge Harvester",
"description": "Knowledge Work: Client interview transcription analysis, expert feedback harvesting, and methodology synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "specialized-consultancies/expert-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "consultancy-subcontractor-qa",
"name": "Subcontractor Procurement & QA",
"description": "Edge Operations: Consultant onboarding procurement, shipping materials, project timesheet QA, and ISO compliance.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "specialized-consultancies/subcontractor-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "logistics-route-optimization",
"name": "Route & Transit Strategy Analyzer",
"description": "Knowledge Work: Freight data analysis, carrier performance indexing, transit delay prediction, and strategic synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "logistics-supply-chain/route-optimization",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"run_command"
]
},
{
"id": "logistics-dock-shipping",
"name": "Loading Dock Shipping & Receiving QA",
"description": "Edge Operations: Freight loading, receiving, container seals inspections, inventory logging, and ISO 9000 audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "logistics-supply-chain/dock-shipping",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "engineering-spec-compliance",
"name": "Engineering Spec & Code Compliance Auditor",
"description": "Knowledge Work: Reviewing structural specifications, municipal building codes indexing, and safety compliance audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "engineering-architecture/spec-compliance",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "engineering-parts-procurement",
"name": "CAD Material Purchasing & ISO 9000 QA",
"description": "Edge Operations: Raw materials purchasing, parts receiving, supplier testing certs, and metallurgical quality QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "engineering-architecture/parts-procurement",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "edtech-curriculum-synthesizer",
"name": "EdTech Curriculum & Course Indexer",
"description": "Knowledge Work: Educational standards mapping, syllabus content synthesis, and training guideline indexing.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "edtech-training/curriculum-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "edtech-license-procurement",
"name": "Software License Procurement & Asset Audit",
"description": "Edge Operations: SaaS license purchasing, hardware cataloging, asset shipping, and software inventory audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "edtech-training/license-procurement",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "development-docs-synthesizer",
"name": "Tech Spec & API Documentation Indexer",
"description": "Knowledge Work: Parsing codebase schemas, indexing API documentation, and tech spec synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "development/docs-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "development-qa-iso9000",
"name": "Release Quality Assurance & ISO 9000",
"description": "Edge Operations: Software release QA, test compliance auditing, security asset shipping, and patch management.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "development/qa-iso9000",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "manufacturing-design-synthesizer",
"name": "CAD Design Specification Auditor",
"description": "Knowledge Work: Reviewing product designs, indexing mechanical blueprints, and material compliance audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "manufacturing/design-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "manufacturing-iso9000-qa",
"name": "Factory Floor ISO 9000 QA & Inventory",
"description": "Edge Operations: Materials receiving, shipping finished goods, parts inventory audits, and ISO 9000 quality checks.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "manufacturing/iso9000-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file"
]
},
{
"id": "food-recipe-compliance",
"name": "Recipe & Safety Compliance Auditor",
"description": "Knowledge Work: Analyzing recipe regulations, health guidelines indexing, and labeling audit reporting.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "food/recipe-compliance",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "food-inventory-receiving",
"name": "Kitchen Inventory Receiving & Supplier QA",
"description": "Edge Operations: Purchasing ingredients, temperature shipping checks, receiving logs, and supplier quality audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "food/inventory-receiving",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "chemical-sds-synthesizer",
"name": "Safety Data Sheet (SDS) Policy Indexer",
"description": "Knowledge Work: SDS sheet parsing, OSHA hazard mapping, and health regulations synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "chemical/sds-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "chemical-hazmat-shipping",
"name": "Hazmat Shipping, Receiving & ISO QA",
"description": "Edge Operations: Hazmat container shipping, receiving checks, containment inventory, and ISO 9000 compliance audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "chemical/hazmat-shipping",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file"
]
},
{
"id": "transportation-policy-compliance",
"name": "DOT Regulations Compliance Auditor",
"description": "Knowledge Work: Analyzing transit laws, DOT regulation changes indexing, and compliance reporting.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "transportation/policy-compliance",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "transportation-fleet-purchasing",
"name": "Spare Parts Inventory & Fleet Purchasing QA",
"description": "Edge Operations: Parts procurement, fleet shipping logs, inventory management, and maintenance QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "transportation/fleet-purchasing",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "pharma-research-synthesizer",
"name": "Drug Discovery & FDA Guidelines Indexer",
"description": "Knowledge Work: Clinical study parsing, FDA protocol mapping, and compliance synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "pharma/research-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "pharma-coldchain-shipping",
"name": "Cold-Chain Shipping Receiving & GMP QA",
"description": "Edge Operations: Thermally managed shipping, clinical stock receiving, and GMP quality inspections.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "pharma/coldchain-shipping",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "agriculture-research-synthesizer",
"name": "Soil Science & Agronomy Database Indexer",
"description": "Knowledge Work: Soil telemetry data parsing, crop yields indexing, and agricultural research synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "agriculture/research-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"run_command",
"search_web",
"write_to_file"
]
},
{
"id": "agriculture-grain-shipping",
"name": "Harvest Shipping & Equipment Parts Inventory",
"description": "Edge Operations: Bulk crop shipping logistics, receiving farming parts, and equipment maintenance QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "agriculture/grain-shipping",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "compliance-crosswalk-synthesizer",
"name": "SOC2/ISO Framework Crosswalk Synthesizer",
"description": "Knowledge Work: Regulatory framework mapping, control guidelines synthesis, and security standard crosswalk audits.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "compliance/crosswalk-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file",
"write_to_file"
]
},
{
"id": "compliance-vendor-purchasing-qa",
"name": "Vendor Security Assessment & Procurement QA",
"description": "Edge Operations: Vendor onboarding security checks, compliance audits, and procurement security QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "compliance/vendor-purchasing-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file"
]
},
{
"id": "security-threat-intelligence",
"name": "Threat Intel Feed Parser & Knowledge Base",
"description": "Knowledge Work: Scraping CVE bulletins, threat intel feed indexing, and security alert briefings synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "security/threat-intelligence",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "security-hardware-inventory",
"name": "Security Hardware Purchasing & Asset QA",
"description": "Edge Operations: Network hardware procurement, firewall shipping audits, asset receiving, and hardware QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "security/hardware-inventory",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"run_command",
"write_to_file"
]
},
{
"id": "hr-policy-synthesizer",
"name": "Employee Handbook & Compliance Indexer",
"description": "Knowledge Work: Parsing labor laws, employee handbook updates indexing, and compliance guidelines synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "hr/policy-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "hr-recruiter-purchasing",
"name": "Recruiting Tool Procurement & Contractor QA",
"description": "Edge Operations: Job board purchasing, external placement contractor QA, and invoice auditing.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "hr/recruiter-purchasing",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"read_file"
]
},
{
"id": "education-accreditation-synthesizer",
"name": "Accreditation & Curriculum Audit Synthesizer",
"description": "Knowledge Work: Academic standards audits, accreditation compliance indexing, and curriculum synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "education/accreditation-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "education-supplies-purchasing",
"name": "School Supplies Purchasing & Textbook Inventory",
"description": "Edge Operations: Textbook procurement, classroom supplies shipping, receiving audits, and inventory QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "education/supplies-purchasing",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
},
{
"id": "utilities-maintenance-synthesizer",
"name": "Grid Maintenance Manuals & SOP Indexer",
"description": "Knowledge Work: Processing telemetry manuals, emergency utility plans indexing, and maintenance reports synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "utilities/maintenance-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "utilities-scada-qa",
"name": "SCADA Device Shipping, Receiving & Hardware QA",
"description": "Edge Operations: Grid sensor procurement, SCADA equipment shipping logs, receiving inspections, and hardware QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "utilities/scada-qa",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"run_command",
"write_to_file"
]
},
{
"id": "creative-script-synthesizer",
"name": "Script & Localization Knowledge Indexer",
"description": "Knowledge Work: Script parsing, dialog semantic mapping, cultural adaptation databases indexing, and localization synthesis.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "creative/script-synthesizer",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file",
"write_to_file"
]
},
{
"id": "creative-equipment-procurement",
"name": "Studio Equipment Purchasing & Asset Inventory",
"description": "Edge Operations: Camera/lens procurement, studio shipping logs, asset receiving, and hardware QA.",
"repository_url": "https://github.com/DDS-Solutions/AI-Tadpole-OS-Industry-Templates.git",
"path": "creative/equipment-procurement",
"required_models": [
"gemini-pro-latest"
],
"required_skills": [
"grep_search",
"read_file"
]
}
]