@wonsukchoi/crondex 0.19.0 → 0.20.1
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 +41 -40
- package/catalog.json +969 -18
- package/jobs/agriculture/field-soil-test-due-reminder.yaml +35 -0
- package/jobs/automotive/fleet-inspection-expiry-check.yaml +35 -0
- package/jobs/childcare/classroom-supply-low-stock-check.yaml +28 -0
- package/jobs/construction/crew-safety-cert-expiry-check.yaml +35 -0
- package/jobs/creator/affiliate-link-expiry-check.yaml +35 -0
- package/jobs/crypto/nft-floor-price-watch.yaml +37 -0
- package/jobs/ecommerce/coupon-code-expiry-check.yaml +36 -0
- package/jobs/education/tuition-payment-plan-delinquency-check.yaml +35 -0
- package/jobs/events/post-event-survey-response-rate-watch.yaml +39 -0
- package/jobs/fitness/class-waitlist-overflow-check.yaml +31 -0
- package/jobs/fleet/vehicle-idle-time-check.yaml +31 -0
- package/jobs/gaming/player-contract-renewal-check.yaml +35 -0
- package/jobs/government/public-records-retention-purge-check.yaml +32 -0
- package/jobs/growth/onboarding-completion-stall-check.yaml +38 -0
- package/jobs/healthcare/referral-pending-followup-check.yaml +36 -0
- package/jobs/hiring/reference-check-overdue-reminder.yaml +36 -0
- package/jobs/home/gutter-cleaning-reminder.yaml +30 -0
- package/jobs/hospitality/lost-and-found-item-aging-check.yaml +36 -0
- package/jobs/hr/{payroll-run-reminder.yaml → payroll-cutoff-checklist-reminder.yaml} +1 -1
- package/jobs/hr/probation-period-review-reminder.yaml +36 -0
- package/jobs/insurance/endorsement-request-followup-check.yaml +37 -0
- package/jobs/inventory/purchase-order-receiving-delay-check.yaml +33 -0
- package/jobs/investing/dca-contribution-reminder.yaml +33 -0
- package/jobs/learning/webinar-attendance-reminder.yaml +32 -0
- package/jobs/legal/patent-maintenance-fee-reminder.yaml +35 -0
- package/jobs/logistics/driver-hos-compliance-check.yaml +38 -0
- package/jobs/manufacturing/energy-consumption-spike-check.yaml +37 -0
- package/jobs/marketing/broken-campaign-link-check.yaml +31 -0
- package/jobs/nonprofit/donation-acknowledgment-lag-check.yaml +32 -0
- package/jobs/podcast/rss-feed-health-check.yaml +25 -0
- package/jobs/realestate/insurance-policy-renewal-reminder.yaml +31 -0
- package/jobs/restaurant/walk-in-cooler-temp-log-check.yaml +31 -0
- package/jobs/retail/loyalty-points-expiry-reminder.yaml +31 -0
- package/jobs/sales/quote-expiry-reminder.yaml +24 -0
- package/jobs/support/knowledge-base-article-staleness-check.yaml +39 -0
- package/jobs/team/new-hire-onboarding-task-check.yaml +32 -0
- package/jobs/travel/flight-layover-buffer-check.yaml +35 -0
- package/jobs/veterinary/lab-result-turnaround-check.yaml +35 -0
- package/jobs/warehousing/pallet-putaway-delay-check.yaml +35 -0
- package/package.json +1 -1
package/catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"generated_by": "scripts/build-catalog.js",
|
|
3
3
|
"schema": "schema/job.schema.json",
|
|
4
|
-
"count":
|
|
4
|
+
"count": 347,
|
|
5
5
|
"jobs": [
|
|
6
6
|
{
|
|
7
7
|
"id": "1on1-prep-reminder",
|
|
@@ -104,6 +104,31 @@
|
|
|
104
104
|
],
|
|
105
105
|
"path": "jobs/marketing/ad-spend-pacing-check.yaml"
|
|
106
106
|
},
|
|
107
|
+
{
|
|
108
|
+
"id": "affiliate-link-expiry-check",
|
|
109
|
+
"version": 1,
|
|
110
|
+
"name": "Affiliate Link Expiry Check",
|
|
111
|
+
"description": "Checks affiliate links and discount codes in your published content against their expiry date and flags anything expiring soon. Use this if a viewer has ever hit a dead discount code in an old video description because nobody remembered to pull or update it before it lapsed.",
|
|
112
|
+
"category": "creator",
|
|
113
|
+
"tags": [
|
|
114
|
+
"creator",
|
|
115
|
+
"affiliate",
|
|
116
|
+
"links",
|
|
117
|
+
"monetization"
|
|
118
|
+
],
|
|
119
|
+
"schedule": "0 9 * * 1",
|
|
120
|
+
"timezone": "UTC",
|
|
121
|
+
"runner": "shell",
|
|
122
|
+
"modes": [
|
|
123
|
+
"script"
|
|
124
|
+
],
|
|
125
|
+
"compatible_agents": [
|
|
126
|
+
"generic",
|
|
127
|
+
"claude",
|
|
128
|
+
"codex"
|
|
129
|
+
],
|
|
130
|
+
"path": "jobs/creator/affiliate-link-expiry-check.yaml"
|
|
131
|
+
},
|
|
107
132
|
{
|
|
108
133
|
"id": "agent-workload-balance-check",
|
|
109
134
|
"version": 1,
|
|
@@ -538,6 +563,31 @@
|
|
|
538
563
|
],
|
|
539
564
|
"path": "jobs/creator/brand-deal-payment-followup-check.yaml"
|
|
540
565
|
},
|
|
566
|
+
{
|
|
567
|
+
"id": "broken-campaign-link-check",
|
|
568
|
+
"version": 1,
|
|
569
|
+
"name": "Broken Campaign Link Check",
|
|
570
|
+
"description": "Requests each active campaign's landing page URL and flags any that return an error instead of loading. Use this if paid traffic has ever kept flowing to a campaign whose landing page was quietly down or redirecting to a 404.",
|
|
571
|
+
"category": "marketing",
|
|
572
|
+
"tags": [
|
|
573
|
+
"marketing",
|
|
574
|
+
"campaigns",
|
|
575
|
+
"links",
|
|
576
|
+
"uptime"
|
|
577
|
+
],
|
|
578
|
+
"schedule": "0 */2 * * *",
|
|
579
|
+
"timezone": "UTC",
|
|
580
|
+
"runner": "shell",
|
|
581
|
+
"modes": [
|
|
582
|
+
"script"
|
|
583
|
+
],
|
|
584
|
+
"compatible_agents": [
|
|
585
|
+
"generic",
|
|
586
|
+
"claude",
|
|
587
|
+
"codex"
|
|
588
|
+
],
|
|
589
|
+
"path": "jobs/marketing/broken-campaign-link-check.yaml"
|
|
590
|
+
},
|
|
541
591
|
{
|
|
542
592
|
"id": "broken-link-check",
|
|
543
593
|
"version": 1,
|
|
@@ -1064,6 +1114,56 @@
|
|
|
1064
1114
|
],
|
|
1065
1115
|
"path": "jobs/fitness/class-utilization-check.yaml"
|
|
1066
1116
|
},
|
|
1117
|
+
{
|
|
1118
|
+
"id": "class-waitlist-overflow-check",
|
|
1119
|
+
"version": 1,
|
|
1120
|
+
"name": "Class Waitlist Overflow Check",
|
|
1121
|
+
"description": "Checks upcoming classes for waitlists that have grown past a threshold, a sign there's enough demand to justify adding another session. Use this if a popular class has ever kept a long waitlist for months without anyone noticing there was room to add a second time slot.",
|
|
1122
|
+
"category": "fitness",
|
|
1123
|
+
"tags": [
|
|
1124
|
+
"fitness",
|
|
1125
|
+
"classes",
|
|
1126
|
+
"waitlist",
|
|
1127
|
+
"demand"
|
|
1128
|
+
],
|
|
1129
|
+
"schedule": "0 8 * * *",
|
|
1130
|
+
"timezone": "UTC",
|
|
1131
|
+
"runner": "shell",
|
|
1132
|
+
"modes": [
|
|
1133
|
+
"script"
|
|
1134
|
+
],
|
|
1135
|
+
"compatible_agents": [
|
|
1136
|
+
"generic",
|
|
1137
|
+
"claude",
|
|
1138
|
+
"codex"
|
|
1139
|
+
],
|
|
1140
|
+
"path": "jobs/fitness/class-waitlist-overflow-check.yaml"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"id": "classroom-supply-low-stock-check",
|
|
1144
|
+
"version": 1,
|
|
1145
|
+
"name": "Classroom Supply Low Stock Check",
|
|
1146
|
+
"description": "Checks consumable classroom supplies like diapers, wipes, and formula against a reorder threshold per item and flags anything running low. Use this if a classroom has ever run out of diapers or wipes mid-day because nobody noticed the shelf was nearly empty.",
|
|
1147
|
+
"category": "childcare",
|
|
1148
|
+
"tags": [
|
|
1149
|
+
"childcare",
|
|
1150
|
+
"supplies",
|
|
1151
|
+
"inventory",
|
|
1152
|
+
"classroom"
|
|
1153
|
+
],
|
|
1154
|
+
"schedule": "0 7 * * 1,4",
|
|
1155
|
+
"timezone": "UTC",
|
|
1156
|
+
"runner": "shell",
|
|
1157
|
+
"modes": [
|
|
1158
|
+
"script"
|
|
1159
|
+
],
|
|
1160
|
+
"compatible_agents": [
|
|
1161
|
+
"generic",
|
|
1162
|
+
"claude",
|
|
1163
|
+
"codex"
|
|
1164
|
+
],
|
|
1165
|
+
"path": "jobs/childcare/classroom-supply-low-stock-check.yaml"
|
|
1166
|
+
},
|
|
1067
1167
|
{
|
|
1068
1168
|
"id": "climate-control-compliance-check",
|
|
1069
1169
|
"version": 1,
|
|
@@ -1324,6 +1424,31 @@
|
|
|
1324
1424
|
],
|
|
1325
1425
|
"path": "jobs/devops/cost-alert.yaml"
|
|
1326
1426
|
},
|
|
1427
|
+
{
|
|
1428
|
+
"id": "coupon-code-expiry-check",
|
|
1429
|
+
"version": 1,
|
|
1430
|
+
"name": "Coupon Code Expiry Check",
|
|
1431
|
+
"description": "Checks active promo and coupon codes against their expiry date and flags any expiring soon so you can decide to extend, replace, or let them lapse on purpose. Use this if a customer has ever complained a code from your last campaign stopped working and nobody on the team knew it had quietly expired.",
|
|
1432
|
+
"category": "ecommerce",
|
|
1433
|
+
"tags": [
|
|
1434
|
+
"ecommerce",
|
|
1435
|
+
"coupons",
|
|
1436
|
+
"promotions",
|
|
1437
|
+
"marketing"
|
|
1438
|
+
],
|
|
1439
|
+
"schedule": "0 8 * * *",
|
|
1440
|
+
"timezone": "UTC",
|
|
1441
|
+
"runner": "shell",
|
|
1442
|
+
"modes": [
|
|
1443
|
+
"script"
|
|
1444
|
+
],
|
|
1445
|
+
"compatible_agents": [
|
|
1446
|
+
"generic",
|
|
1447
|
+
"claude",
|
|
1448
|
+
"codex"
|
|
1449
|
+
],
|
|
1450
|
+
"path": "jobs/ecommerce/coupon-code-expiry-check.yaml"
|
|
1451
|
+
},
|
|
1327
1452
|
{
|
|
1328
1453
|
"id": "course-progress-checkin",
|
|
1329
1454
|
"version": 1,
|
|
@@ -1400,6 +1525,31 @@
|
|
|
1400
1525
|
],
|
|
1401
1526
|
"path": "jobs/insurance/coverage-gap-audit.yaml"
|
|
1402
1527
|
},
|
|
1528
|
+
{
|
|
1529
|
+
"id": "crew-safety-cert-expiry-check",
|
|
1530
|
+
"version": 1,
|
|
1531
|
+
"name": "Crew Safety Certification Expiry Check",
|
|
1532
|
+
"description": "Checks each crew member's safety certifications, like OSHA 10/30 or forklift operator cards, against their expiry date and flags anyone lapsing soon. Use this if a worker has ever been pulled off a site because their safety card expired and nobody caught it beforehand.",
|
|
1533
|
+
"category": "construction",
|
|
1534
|
+
"tags": [
|
|
1535
|
+
"construction",
|
|
1536
|
+
"safety",
|
|
1537
|
+
"certification",
|
|
1538
|
+
"crew"
|
|
1539
|
+
],
|
|
1540
|
+
"schedule": "0 7 * * 1",
|
|
1541
|
+
"timezone": "UTC",
|
|
1542
|
+
"runner": "shell",
|
|
1543
|
+
"modes": [
|
|
1544
|
+
"script"
|
|
1545
|
+
],
|
|
1546
|
+
"compatible_agents": [
|
|
1547
|
+
"generic",
|
|
1548
|
+
"claude",
|
|
1549
|
+
"codex"
|
|
1550
|
+
],
|
|
1551
|
+
"path": "jobs/construction/crew-safety-cert-expiry-check.yaml"
|
|
1552
|
+
},
|
|
1403
1553
|
{
|
|
1404
1554
|
"id": "crop-price-market-watch",
|
|
1405
1555
|
"version": 1,
|
|
@@ -1655,6 +1805,31 @@
|
|
|
1655
1805
|
],
|
|
1656
1806
|
"path": "jobs/devops/db-backup-verify.yaml"
|
|
1657
1807
|
},
|
|
1808
|
+
{
|
|
1809
|
+
"id": "dca-contribution-reminder",
|
|
1810
|
+
"version": 1,
|
|
1811
|
+
"name": "DCA Contribution Reminder",
|
|
1812
|
+
"description": "Checks your dollar-cost-averaging log and warns if it's been longer than your planned interval since the last logged contribution. Use this if you've ever meant to invest a fixed amount on a schedule and let a month slip by without actually placing the order.",
|
|
1813
|
+
"category": "investing",
|
|
1814
|
+
"tags": [
|
|
1815
|
+
"investing",
|
|
1816
|
+
"dca",
|
|
1817
|
+
"dollar-cost-averaging",
|
|
1818
|
+
"contributions"
|
|
1819
|
+
],
|
|
1820
|
+
"schedule": "0 9 * * 1",
|
|
1821
|
+
"timezone": "UTC",
|
|
1822
|
+
"runner": "shell",
|
|
1823
|
+
"modes": [
|
|
1824
|
+
"script"
|
|
1825
|
+
],
|
|
1826
|
+
"compatible_agents": [
|
|
1827
|
+
"generic",
|
|
1828
|
+
"claude",
|
|
1829
|
+
"codex"
|
|
1830
|
+
],
|
|
1831
|
+
"path": "jobs/investing/dca-contribution-reminder.yaml"
|
|
1832
|
+
},
|
|
1658
1833
|
{
|
|
1659
1834
|
"id": "defi-liquidation-risk-watch",
|
|
1660
1835
|
"version": 1,
|
|
@@ -1881,6 +2056,31 @@
|
|
|
1881
2056
|
],
|
|
1882
2057
|
"path": "jobs/devops/docker-image-prune.yaml"
|
|
1883
2058
|
},
|
|
2059
|
+
{
|
|
2060
|
+
"id": "donation-acknowledgment-lag-check",
|
|
2061
|
+
"version": 1,
|
|
2062
|
+
"name": "Donation Acknowledgment Lag Check",
|
|
2063
|
+
"description": "Flags donations that haven't been thanked yet and are approaching or past your acknowledgment window. Use this if a donor has ever given and waited weeks for a thank-you, or if a gift needing a timely tax-receipt letter almost slipped past the deadline.",
|
|
2064
|
+
"category": "nonprofit",
|
|
2065
|
+
"tags": [
|
|
2066
|
+
"nonprofit",
|
|
2067
|
+
"donors",
|
|
2068
|
+
"acknowledgments",
|
|
2069
|
+
"stewardship"
|
|
2070
|
+
],
|
|
2071
|
+
"schedule": "0 9 * * *",
|
|
2072
|
+
"timezone": "UTC",
|
|
2073
|
+
"runner": "shell",
|
|
2074
|
+
"modes": [
|
|
2075
|
+
"script"
|
|
2076
|
+
],
|
|
2077
|
+
"compatible_agents": [
|
|
2078
|
+
"generic",
|
|
2079
|
+
"claude",
|
|
2080
|
+
"codex"
|
|
2081
|
+
],
|
|
2082
|
+
"path": "jobs/nonprofit/donation-acknowledgment-lag-check.yaml"
|
|
2083
|
+
},
|
|
1884
2084
|
{
|
|
1885
2085
|
"id": "downloads-folder-auto-organize",
|
|
1886
2086
|
"version": 1,
|
|
@@ -1906,6 +2106,32 @@
|
|
|
1906
2106
|
],
|
|
1907
2107
|
"path": "jobs/personal/downloads-folder-auto-organize.yaml"
|
|
1908
2108
|
},
|
|
2109
|
+
{
|
|
2110
|
+
"id": "driver-hos-compliance-check",
|
|
2111
|
+
"version": 1,
|
|
2112
|
+
"name": "Driver Hours-of-Service Compliance Check",
|
|
2113
|
+
"description": "Checks logged driving hours against the daily hours-of-service limit and flags any driver close to or over it. Use this if a driver has ever run over their legal on-duty hours because nobody was tallying it in real time.",
|
|
2114
|
+
"category": "logistics",
|
|
2115
|
+
"tags": [
|
|
2116
|
+
"logistics",
|
|
2117
|
+
"drivers",
|
|
2118
|
+
"hos",
|
|
2119
|
+
"compliance",
|
|
2120
|
+
"safety"
|
|
2121
|
+
],
|
|
2122
|
+
"schedule": "0 */4 * * *",
|
|
2123
|
+
"timezone": "UTC",
|
|
2124
|
+
"runner": "shell",
|
|
2125
|
+
"modes": [
|
|
2126
|
+
"script"
|
|
2127
|
+
],
|
|
2128
|
+
"compatible_agents": [
|
|
2129
|
+
"generic",
|
|
2130
|
+
"claude",
|
|
2131
|
+
"codex"
|
|
2132
|
+
],
|
|
2133
|
+
"path": "jobs/logistics/driver-hos-compliance-check.yaml"
|
|
2134
|
+
},
|
|
1909
2135
|
{
|
|
1910
2136
|
"id": "driver-license-cdl-expiry-check",
|
|
1911
2137
|
"version": 1,
|
|
@@ -2034,6 +2260,56 @@
|
|
|
2034
2260
|
],
|
|
2035
2261
|
"path": "jobs/personal/end-of-day-wrap-message.yaml"
|
|
2036
2262
|
},
|
|
2263
|
+
{
|
|
2264
|
+
"id": "endorsement-request-followup-check",
|
|
2265
|
+
"version": 1,
|
|
2266
|
+
"name": "Policy Endorsement Request Follow-up Check",
|
|
2267
|
+
"description": "Checks requested policy endorsements or amendments (e.g. adding a driver, changing coverage limits) that haven't been confirmed processed within a set window and flags them for follow-up. Use this if you've ever submitted a change request to a carrier and only found out months later it was never actually applied.",
|
|
2268
|
+
"category": "insurance",
|
|
2269
|
+
"tags": [
|
|
2270
|
+
"insurance",
|
|
2271
|
+
"endorsement",
|
|
2272
|
+
"policy-changes",
|
|
2273
|
+
"follow-up"
|
|
2274
|
+
],
|
|
2275
|
+
"schedule": "0 9 * * 1-5",
|
|
2276
|
+
"timezone": "UTC",
|
|
2277
|
+
"runner": "shell",
|
|
2278
|
+
"modes": [
|
|
2279
|
+
"script"
|
|
2280
|
+
],
|
|
2281
|
+
"compatible_agents": [
|
|
2282
|
+
"generic",
|
|
2283
|
+
"claude",
|
|
2284
|
+
"codex"
|
|
2285
|
+
],
|
|
2286
|
+
"path": "jobs/insurance/endorsement-request-followup-check.yaml"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"id": "energy-consumption-spike-check",
|
|
2290
|
+
"version": 1,
|
|
2291
|
+
"name": "Energy Consumption Spike Check",
|
|
2292
|
+
"description": "Compares today's logged energy usage against a rolling baseline and flags an unusual spike. Use this if a jump in electricity use has ever gone unnoticed until the utility bill arrived, when it could have pointed to a failing motor, a stuck compressor, or equipment left running.",
|
|
2293
|
+
"category": "manufacturing",
|
|
2294
|
+
"tags": [
|
|
2295
|
+
"manufacturing",
|
|
2296
|
+
"energy",
|
|
2297
|
+
"utilities",
|
|
2298
|
+
"anomaly"
|
|
2299
|
+
],
|
|
2300
|
+
"schedule": "0 7 * * *",
|
|
2301
|
+
"timezone": "UTC",
|
|
2302
|
+
"runner": "shell",
|
|
2303
|
+
"modes": [
|
|
2304
|
+
"script"
|
|
2305
|
+
],
|
|
2306
|
+
"compatible_agents": [
|
|
2307
|
+
"generic",
|
|
2308
|
+
"claude",
|
|
2309
|
+
"codex"
|
|
2310
|
+
],
|
|
2311
|
+
"path": "jobs/manufacturing/energy-consumption-spike-check.yaml"
|
|
2312
|
+
},
|
|
2037
2313
|
{
|
|
2038
2314
|
"id": "engagement-drop-watch",
|
|
2039
2315
|
"version": 1,
|
|
@@ -2509,6 +2785,31 @@
|
|
|
2509
2785
|
],
|
|
2510
2786
|
"path": "jobs/devops/feature-flag-staleness-audit.yaml"
|
|
2511
2787
|
},
|
|
2788
|
+
{
|
|
2789
|
+
"id": "field-soil-test-due-reminder",
|
|
2790
|
+
"version": 1,
|
|
2791
|
+
"name": "Field Soil Test Due Reminder",
|
|
2792
|
+
"description": "Checks each field's last soil test date against a retest interval and flags any field that's overdue. Use this if you've ever applied fertilizer off a soil test that was two years stale because nobody was tracking when each field was last sampled.",
|
|
2793
|
+
"category": "agriculture",
|
|
2794
|
+
"tags": [
|
|
2795
|
+
"agriculture",
|
|
2796
|
+
"soil",
|
|
2797
|
+
"testing",
|
|
2798
|
+
"fields"
|
|
2799
|
+
],
|
|
2800
|
+
"schedule": "0 7 1 * *",
|
|
2801
|
+
"timezone": "America/Chicago",
|
|
2802
|
+
"runner": "shell",
|
|
2803
|
+
"modes": [
|
|
2804
|
+
"script"
|
|
2805
|
+
],
|
|
2806
|
+
"compatible_agents": [
|
|
2807
|
+
"generic",
|
|
2808
|
+
"claude",
|
|
2809
|
+
"codex"
|
|
2810
|
+
],
|
|
2811
|
+
"path": "jobs/agriculture/field-soil-test-due-reminder.yaml"
|
|
2812
|
+
},
|
|
2512
2813
|
{
|
|
2513
2814
|
"id": "field-trip-permission-slip-check",
|
|
2514
2815
|
"version": 1,
|
|
@@ -2558,6 +2859,31 @@
|
|
|
2558
2859
|
],
|
|
2559
2860
|
"path": "jobs/security/firewall-rule-diff.yaml"
|
|
2560
2861
|
},
|
|
2862
|
+
{
|
|
2863
|
+
"id": "fleet-inspection-expiry-check",
|
|
2864
|
+
"version": 1,
|
|
2865
|
+
"name": "Fleet Inspection Expiry Check",
|
|
2866
|
+
"description": "Checks each fleet vehicle's state inspection or emissions sticker expiry date and flags anything expiring soon. Use this if a shop or fleet vehicle has ever gotten pulled over — or failed a customer handoff — because its inspection quietly lapsed.",
|
|
2867
|
+
"category": "automotive",
|
|
2868
|
+
"tags": [
|
|
2869
|
+
"automotive",
|
|
2870
|
+
"fleet",
|
|
2871
|
+
"inspection",
|
|
2872
|
+
"compliance"
|
|
2873
|
+
],
|
|
2874
|
+
"schedule": "0 8 * * 1",
|
|
2875
|
+
"timezone": "UTC",
|
|
2876
|
+
"runner": "shell",
|
|
2877
|
+
"modes": [
|
|
2878
|
+
"script"
|
|
2879
|
+
],
|
|
2880
|
+
"compatible_agents": [
|
|
2881
|
+
"generic",
|
|
2882
|
+
"claude",
|
|
2883
|
+
"codex"
|
|
2884
|
+
],
|
|
2885
|
+
"path": "jobs/automotive/fleet-inspection-expiry-check.yaml"
|
|
2886
|
+
},
|
|
2561
2887
|
{
|
|
2562
2888
|
"id": "fleet-insurance-expiry-check",
|
|
2563
2889
|
"version": 1,
|
|
@@ -2606,6 +2932,31 @@
|
|
|
2606
2932
|
],
|
|
2607
2933
|
"path": "jobs/travel/flight-checkin-reminder.yaml"
|
|
2608
2934
|
},
|
|
2935
|
+
{
|
|
2936
|
+
"id": "flight-layover-buffer-check",
|
|
2937
|
+
"version": 1,
|
|
2938
|
+
"name": "Flight Layover Buffer Check",
|
|
2939
|
+
"description": "Checks your upcoming itinerary for connections shorter than a safe minimum layover time. Use this if you've ever booked a multi-leg trip and only noticed a 35-minute connection the night before flying.",
|
|
2940
|
+
"category": "travel",
|
|
2941
|
+
"tags": [
|
|
2942
|
+
"travel",
|
|
2943
|
+
"flights",
|
|
2944
|
+
"layover",
|
|
2945
|
+
"itinerary"
|
|
2946
|
+
],
|
|
2947
|
+
"schedule": "0 9 * * *",
|
|
2948
|
+
"timezone": "UTC",
|
|
2949
|
+
"runner": "shell",
|
|
2950
|
+
"modes": [
|
|
2951
|
+
"script"
|
|
2952
|
+
],
|
|
2953
|
+
"compatible_agents": [
|
|
2954
|
+
"generic",
|
|
2955
|
+
"claude",
|
|
2956
|
+
"codex"
|
|
2957
|
+
],
|
|
2958
|
+
"path": "jobs/travel/flight-layover-buffer-check.yaml"
|
|
2959
|
+
},
|
|
2609
2960
|
{
|
|
2610
2961
|
"id": "focus-block-reminder",
|
|
2611
2962
|
"version": 1,
|
|
@@ -3165,6 +3516,31 @@
|
|
|
3165
3516
|
],
|
|
3166
3517
|
"path": "jobs/hospitality/guest-review-response-check.yaml"
|
|
3167
3518
|
},
|
|
3519
|
+
{
|
|
3520
|
+
"id": "gutter-cleaning-reminder",
|
|
3521
|
+
"version": 1,
|
|
3522
|
+
"name": "Gutter Cleaning Reminder",
|
|
3523
|
+
"description": "Reminds you to clean out your gutters based on how long it's been since the last cleaning. Use this if you've ever noticed water overflowing or plants sprouting in your gutters because it had been way longer than you thought.",
|
|
3524
|
+
"category": "home",
|
|
3525
|
+
"tags": [
|
|
3526
|
+
"home",
|
|
3527
|
+
"maintenance",
|
|
3528
|
+
"gutters",
|
|
3529
|
+
"seasonal"
|
|
3530
|
+
],
|
|
3531
|
+
"schedule": "0 9 1 * *",
|
|
3532
|
+
"timezone": "America/Los_Angeles",
|
|
3533
|
+
"runner": "shell",
|
|
3534
|
+
"modes": [
|
|
3535
|
+
"script"
|
|
3536
|
+
],
|
|
3537
|
+
"compatible_agents": [
|
|
3538
|
+
"generic",
|
|
3539
|
+
"claude",
|
|
3540
|
+
"codex"
|
|
3541
|
+
],
|
|
3542
|
+
"path": "jobs/home/gutter-cleaning-reminder.yaml"
|
|
3543
|
+
},
|
|
3168
3544
|
{
|
|
3169
3545
|
"id": "gym-equipment-maintenance-check",
|
|
3170
3546
|
"version": 1,
|
|
@@ -3588,6 +3964,31 @@
|
|
|
3588
3964
|
],
|
|
3589
3965
|
"path": "jobs/healthcare/insurance-eligibility-verification-check.yaml"
|
|
3590
3966
|
},
|
|
3967
|
+
{
|
|
3968
|
+
"id": "insurance-policy-renewal-reminder",
|
|
3969
|
+
"version": 1,
|
|
3970
|
+
"name": "Property Insurance Policy Renewal Reminder",
|
|
3971
|
+
"description": "Flags property insurance policies that are coming up for renewal within a set window. Use this if a policy has ever lapsed because the renewal notice got buried in an inbox and nobody caught it in time.",
|
|
3972
|
+
"category": "realestate",
|
|
3973
|
+
"tags": [
|
|
3974
|
+
"realestate",
|
|
3975
|
+
"insurance",
|
|
3976
|
+
"renewals",
|
|
3977
|
+
"compliance"
|
|
3978
|
+
],
|
|
3979
|
+
"schedule": "0 8 * * 1",
|
|
3980
|
+
"timezone": "UTC",
|
|
3981
|
+
"runner": "shell",
|
|
3982
|
+
"modes": [
|
|
3983
|
+
"script"
|
|
3984
|
+
],
|
|
3985
|
+
"compatible_agents": [
|
|
3986
|
+
"generic",
|
|
3987
|
+
"claude",
|
|
3988
|
+
"codex"
|
|
3989
|
+
],
|
|
3990
|
+
"path": "jobs/realestate/insurance-policy-renewal-reminder.yaml"
|
|
3991
|
+
},
|
|
3591
3992
|
{
|
|
3592
3993
|
"id": "interview-feedback-overdue-check",
|
|
3593
3994
|
"version": 1,
|
|
@@ -3792,6 +4193,31 @@
|
|
|
3792
4193
|
],
|
|
3793
4194
|
"path": "jobs/devops/k8s-pod-restart-watch.yaml"
|
|
3794
4195
|
},
|
|
4196
|
+
{
|
|
4197
|
+
"id": "knowledge-base-article-staleness-check",
|
|
4198
|
+
"version": 1,
|
|
4199
|
+
"name": "Knowledge Base Article Staleness Check",
|
|
4200
|
+
"description": "Flags published help center articles that haven't been reviewed or updated in a long time. Use this if a stale article has ever kept giving customers outdated instructions because nobody was tracking when it was last touched.",
|
|
4201
|
+
"category": "support",
|
|
4202
|
+
"tags": [
|
|
4203
|
+
"support",
|
|
4204
|
+
"knowledge-base",
|
|
4205
|
+
"content",
|
|
4206
|
+
"self-service"
|
|
4207
|
+
],
|
|
4208
|
+
"schedule": "0 9 1 * *",
|
|
4209
|
+
"timezone": "UTC",
|
|
4210
|
+
"runner": "shell",
|
|
4211
|
+
"modes": [
|
|
4212
|
+
"script"
|
|
4213
|
+
],
|
|
4214
|
+
"compatible_agents": [
|
|
4215
|
+
"generic",
|
|
4216
|
+
"claude",
|
|
4217
|
+
"codex"
|
|
4218
|
+
],
|
|
4219
|
+
"path": "jobs/support/knowledge-base-article-staleness-check.yaml"
|
|
4220
|
+
},
|
|
3795
4221
|
{
|
|
3796
4222
|
"id": "lab-result-followup-check",
|
|
3797
4223
|
"version": 1,
|
|
@@ -3819,6 +4245,31 @@
|
|
|
3819
4245
|
],
|
|
3820
4246
|
"path": "jobs/healthcare/lab-result-followup-check.yaml"
|
|
3821
4247
|
},
|
|
4248
|
+
{
|
|
4249
|
+
"id": "lab-result-turnaround-check",
|
|
4250
|
+
"version": 1,
|
|
4251
|
+
"name": "Lab Result Turnaround Check",
|
|
4252
|
+
"description": "Checks which submitted lab orders still have no result logged past their expected turnaround time. Use this if a sample has ever sat at an outside lab for a week with nobody following up because no one was tracking orders against their expected turnaround.",
|
|
4253
|
+
"category": "veterinary",
|
|
4254
|
+
"tags": [
|
|
4255
|
+
"veterinary",
|
|
4256
|
+
"lab-results",
|
|
4257
|
+
"patients",
|
|
4258
|
+
"turnaround"
|
|
4259
|
+
],
|
|
4260
|
+
"schedule": "0 9 * * 1-5",
|
|
4261
|
+
"timezone": "UTC",
|
|
4262
|
+
"runner": "shell",
|
|
4263
|
+
"modes": [
|
|
4264
|
+
"script"
|
|
4265
|
+
],
|
|
4266
|
+
"compatible_agents": [
|
|
4267
|
+
"generic",
|
|
4268
|
+
"claude",
|
|
4269
|
+
"codex"
|
|
4270
|
+
],
|
|
4271
|
+
"path": "jobs/veterinary/lab-result-turnaround-check.yaml"
|
|
4272
|
+
},
|
|
3822
4273
|
{
|
|
3823
4274
|
"id": "labor-cost-percentage-watch",
|
|
3824
4275
|
"version": 1,
|
|
@@ -4113,6 +4564,31 @@
|
|
|
4113
4564
|
],
|
|
4114
4565
|
"path": "jobs/devops/log-forwarding-health-check.yaml"
|
|
4115
4566
|
},
|
|
4567
|
+
{
|
|
4568
|
+
"id": "lost-and-found-item-aging-check",
|
|
4569
|
+
"version": 1,
|
|
4570
|
+
"name": "Lost and Found Item Aging Check",
|
|
4571
|
+
"description": "Checks logged lost-and-found items against your retention policy and flags any that are old enough to donate, discard, or ship back to a guest. Use this if a lost-and-found closet has ever turned into a pile nobody knows what to do with because items just sat there indefinitely.",
|
|
4572
|
+
"category": "hospitality",
|
|
4573
|
+
"tags": [
|
|
4574
|
+
"hospitality",
|
|
4575
|
+
"lost-and-found",
|
|
4576
|
+
"guest-services",
|
|
4577
|
+
"compliance"
|
|
4578
|
+
],
|
|
4579
|
+
"schedule": "0 7 * * 1",
|
|
4580
|
+
"timezone": "UTC",
|
|
4581
|
+
"runner": "shell",
|
|
4582
|
+
"modes": [
|
|
4583
|
+
"script"
|
|
4584
|
+
],
|
|
4585
|
+
"compatible_agents": [
|
|
4586
|
+
"generic",
|
|
4587
|
+
"claude",
|
|
4588
|
+
"codex"
|
|
4589
|
+
],
|
|
4590
|
+
"path": "jobs/hospitality/lost-and-found-item-aging-check.yaml"
|
|
4591
|
+
},
|
|
4116
4592
|
{
|
|
4117
4593
|
"id": "low-stock-alert",
|
|
4118
4594
|
"version": 1,
|
|
@@ -4162,6 +4638,31 @@
|
|
|
4162
4638
|
],
|
|
4163
4639
|
"path": "jobs/ecommerce/low-stock-reorder-alert.yaml"
|
|
4164
4640
|
},
|
|
4641
|
+
{
|
|
4642
|
+
"id": "loyalty-points-expiry-reminder",
|
|
4643
|
+
"version": 1,
|
|
4644
|
+
"name": "Loyalty Points Expiry Reminder",
|
|
4645
|
+
"description": "Finds customers whose loyalty/reward points are about to expire unused. Use this if points have ever quietly expired on customers who would have redeemed them if someone had just reminded them in time.",
|
|
4646
|
+
"category": "retail",
|
|
4647
|
+
"tags": [
|
|
4648
|
+
"retail",
|
|
4649
|
+
"loyalty",
|
|
4650
|
+
"customers",
|
|
4651
|
+
"rewards"
|
|
4652
|
+
],
|
|
4653
|
+
"schedule": "0 9 * * 1",
|
|
4654
|
+
"timezone": "UTC",
|
|
4655
|
+
"runner": "shell",
|
|
4656
|
+
"modes": [
|
|
4657
|
+
"script"
|
|
4658
|
+
],
|
|
4659
|
+
"compatible_agents": [
|
|
4660
|
+
"generic",
|
|
4661
|
+
"claude",
|
|
4662
|
+
"codex"
|
|
4663
|
+
],
|
|
4664
|
+
"path": "jobs/retail/loyalty-points-expiry-reminder.yaml"
|
|
4665
|
+
},
|
|
4165
4666
|
{
|
|
4166
4667
|
"id": "macro-usage-staleness-check",
|
|
4167
4668
|
"version": 1,
|
|
@@ -4441,6 +4942,31 @@
|
|
|
4441
4942
|
],
|
|
4442
4943
|
"path": "jobs/finance/net-worth-snapshot.yaml"
|
|
4443
4944
|
},
|
|
4945
|
+
{
|
|
4946
|
+
"id": "new-hire-onboarding-task-check",
|
|
4947
|
+
"version": 1,
|
|
4948
|
+
"name": "New Hire Onboarding Task Check",
|
|
4949
|
+
"description": "Checks which new hires have onboarding tasks (accounts, equipment, paperwork) that are still open past their target date. Use this if a new hire has ever shown up without laptop access or benefits paperwork because a checklist item silently slipped through the cracks.",
|
|
4950
|
+
"category": "team",
|
|
4951
|
+
"tags": [
|
|
4952
|
+
"team",
|
|
4953
|
+
"onboarding",
|
|
4954
|
+
"new-hire",
|
|
4955
|
+
"checklist"
|
|
4956
|
+
],
|
|
4957
|
+
"schedule": "0 8 * * 1-5",
|
|
4958
|
+
"timezone": "UTC",
|
|
4959
|
+
"runner": "shell",
|
|
4960
|
+
"modes": [
|
|
4961
|
+
"script"
|
|
4962
|
+
],
|
|
4963
|
+
"compatible_agents": [
|
|
4964
|
+
"generic",
|
|
4965
|
+
"claude",
|
|
4966
|
+
"codex"
|
|
4967
|
+
],
|
|
4968
|
+
"path": "jobs/team/new-hire-onboarding-task-check.yaml"
|
|
4969
|
+
},
|
|
4444
4970
|
{
|
|
4445
4971
|
"id": "new-hire-paperwork-check",
|
|
4446
4972
|
"version": 1,
|
|
@@ -4548,6 +5074,31 @@
|
|
|
4548
5074
|
],
|
|
4549
5075
|
"path": "jobs/marketing/newsletter-unsubscribe-spike-check.yaml"
|
|
4550
5076
|
},
|
|
5077
|
+
{
|
|
5078
|
+
"id": "nft-floor-price-watch",
|
|
5079
|
+
"version": 1,
|
|
5080
|
+
"name": "NFT Floor Price Watch",
|
|
5081
|
+
"description": "Checks an NFT collection's floor price via a public marketplace API and alerts if it drops below a threshold. Use this if you've ever wanted a heads-up when a collection you hold or track dips below a price level you care about, without staring at a marketplace tab all day.",
|
|
5082
|
+
"category": "crypto",
|
|
5083
|
+
"tags": [
|
|
5084
|
+
"crypto",
|
|
5085
|
+
"nft",
|
|
5086
|
+
"floor-price",
|
|
5087
|
+
"marketplace"
|
|
5088
|
+
],
|
|
5089
|
+
"schedule": "0 * * * *",
|
|
5090
|
+
"timezone": "UTC",
|
|
5091
|
+
"runner": "shell",
|
|
5092
|
+
"modes": [
|
|
5093
|
+
"script"
|
|
5094
|
+
],
|
|
5095
|
+
"compatible_agents": [
|
|
5096
|
+
"generic",
|
|
5097
|
+
"claude",
|
|
5098
|
+
"codex"
|
|
5099
|
+
],
|
|
5100
|
+
"path": "jobs/crypto/nft-floor-price-watch.yaml"
|
|
5101
|
+
},
|
|
4551
5102
|
{
|
|
4552
5103
|
"id": "offer-expiry-reminder",
|
|
4553
5104
|
"version": 1,
|
|
@@ -4597,6 +5148,31 @@
|
|
|
4597
5148
|
],
|
|
4598
5149
|
"path": "jobs/team/on-call-fatigue-check.yaml"
|
|
4599
5150
|
},
|
|
5151
|
+
{
|
|
5152
|
+
"id": "onboarding-completion-stall-check",
|
|
5153
|
+
"version": 1,
|
|
5154
|
+
"name": "Onboarding Completion Stall Check",
|
|
5155
|
+
"description": "Checks new users against your onboarding checklist and flags anyone who's been stuck on the same step for too long. Use this if new users have ever quietly abandoned setup partway through and nobody reached out until they'd already churned.",
|
|
5156
|
+
"category": "growth",
|
|
5157
|
+
"tags": [
|
|
5158
|
+
"growth",
|
|
5159
|
+
"onboarding",
|
|
5160
|
+
"activation",
|
|
5161
|
+
"retention"
|
|
5162
|
+
],
|
|
5163
|
+
"schedule": "0 10 * * *",
|
|
5164
|
+
"timezone": "UTC",
|
|
5165
|
+
"runner": "shell",
|
|
5166
|
+
"modes": [
|
|
5167
|
+
"script"
|
|
5168
|
+
],
|
|
5169
|
+
"compatible_agents": [
|
|
5170
|
+
"generic",
|
|
5171
|
+
"claude",
|
|
5172
|
+
"codex"
|
|
5173
|
+
],
|
|
5174
|
+
"path": "jobs/growth/onboarding-completion-stall-check.yaml"
|
|
5175
|
+
},
|
|
4600
5176
|
{
|
|
4601
5177
|
"id": "oncall-handoff-reminder",
|
|
4602
5178
|
"version": 1,
|
|
@@ -4768,6 +5344,31 @@
|
|
|
4768
5344
|
],
|
|
4769
5345
|
"path": "jobs/content/page-speed-regression-watch.yaml"
|
|
4770
5346
|
},
|
|
5347
|
+
{
|
|
5348
|
+
"id": "pallet-putaway-delay-check",
|
|
5349
|
+
"version": 1,
|
|
5350
|
+
"name": "Pallet Putaway Delay Check",
|
|
5351
|
+
"description": "Checks how long received pallets have been sitting in the receiving area before getting put away, and flags anything stuck too long. Use this if inventory has ever gone \"missing\" only to turn up still shrink-wrapped on a receiving pallet from three days ago.",
|
|
5352
|
+
"category": "warehousing",
|
|
5353
|
+
"tags": [
|
|
5354
|
+
"warehousing",
|
|
5355
|
+
"receiving",
|
|
5356
|
+
"putaway",
|
|
5357
|
+
"inventory"
|
|
5358
|
+
],
|
|
5359
|
+
"schedule": "0 */2 * * *",
|
|
5360
|
+
"timezone": "UTC",
|
|
5361
|
+
"runner": "shell",
|
|
5362
|
+
"modes": [
|
|
5363
|
+
"script"
|
|
5364
|
+
],
|
|
5365
|
+
"compatible_agents": [
|
|
5366
|
+
"generic",
|
|
5367
|
+
"claude",
|
|
5368
|
+
"codex"
|
|
5369
|
+
],
|
|
5370
|
+
"path": "jobs/warehousing/pallet-putaway-delay-check.yaml"
|
|
5371
|
+
},
|
|
4771
5372
|
{
|
|
4772
5373
|
"id": "parts-backorder-check",
|
|
4773
5374
|
"version": 1,
|
|
@@ -4817,6 +5418,31 @@
|
|
|
4817
5418
|
],
|
|
4818
5419
|
"path": "jobs/travel/passport-expiry-check.yaml"
|
|
4819
5420
|
},
|
|
5421
|
+
{
|
|
5422
|
+
"id": "patent-maintenance-fee-reminder",
|
|
5423
|
+
"version": 1,
|
|
5424
|
+
"name": "Patent Maintenance Fee Reminder",
|
|
5425
|
+
"description": "Warns you before a patent maintenance (annuity) fee comes due so the patent doesn't lapse. Use this if a patent has ever gone abandoned because a maintenance fee deadline was missed.",
|
|
5426
|
+
"category": "legal",
|
|
5427
|
+
"tags": [
|
|
5428
|
+
"legal",
|
|
5429
|
+
"patents",
|
|
5430
|
+
"ip",
|
|
5431
|
+
"maintenance-fees"
|
|
5432
|
+
],
|
|
5433
|
+
"schedule": "0 9 1 * *",
|
|
5434
|
+
"timezone": "UTC",
|
|
5435
|
+
"runner": "shell",
|
|
5436
|
+
"modes": [
|
|
5437
|
+
"script"
|
|
5438
|
+
],
|
|
5439
|
+
"compatible_agents": [
|
|
5440
|
+
"generic",
|
|
5441
|
+
"claude",
|
|
5442
|
+
"codex"
|
|
5443
|
+
],
|
|
5444
|
+
"path": "jobs/legal/patent-maintenance-fee-reminder.yaml"
|
|
5445
|
+
},
|
|
4820
5446
|
{
|
|
4821
5447
|
"id": "patient-recall-reminder",
|
|
4822
5448
|
"version": 1,
|
|
@@ -4845,18 +5471,19 @@
|
|
|
4845
5471
|
"path": "jobs/healthcare/patient-recall-reminder.yaml"
|
|
4846
5472
|
},
|
|
4847
5473
|
{
|
|
4848
|
-
"id": "payroll-
|
|
5474
|
+
"id": "payroll-cutoff-checklist-reminder",
|
|
4849
5475
|
"version": 1,
|
|
4850
|
-
"name": "Payroll Run Reminder",
|
|
4851
|
-
"description": "
|
|
4852
|
-
"category": "
|
|
5476
|
+
"name": "Payroll Run Cutoff Reminder",
|
|
5477
|
+
"description": "Reminds you before the payroll submission cutoff so timesheets and changes get in on time. Use this if payroll has ever run late because a timesheet or new-hire update missed the cutoff by a day.",
|
|
5478
|
+
"category": "hr",
|
|
4853
5479
|
"tags": [
|
|
4854
|
-
"finance",
|
|
4855
5480
|
"payroll",
|
|
4856
|
-
"
|
|
5481
|
+
"hr",
|
|
5482
|
+
"reminder",
|
|
5483
|
+
"deadline"
|
|
4857
5484
|
],
|
|
4858
5485
|
"schedule": "0 9 * * *",
|
|
4859
|
-
"timezone": "
|
|
5486
|
+
"timezone": "America/New_York",
|
|
4860
5487
|
"runner": "shell",
|
|
4861
5488
|
"modes": [
|
|
4862
5489
|
"script"
|
|
@@ -4866,22 +5493,21 @@
|
|
|
4866
5493
|
"claude",
|
|
4867
5494
|
"codex"
|
|
4868
5495
|
],
|
|
4869
|
-
"path": "jobs/
|
|
5496
|
+
"path": "jobs/hr/payroll-cutoff-checklist-reminder.yaml"
|
|
4870
5497
|
},
|
|
4871
5498
|
{
|
|
4872
5499
|
"id": "payroll-run-reminder",
|
|
4873
5500
|
"version": 1,
|
|
4874
|
-
"name": "Payroll Run
|
|
4875
|
-
"description": "
|
|
4876
|
-
"category": "
|
|
5501
|
+
"name": "Payroll Run Reminder",
|
|
5502
|
+
"description": "Warns you before the payroll submission deadline so employees actually get paid on time. Use this if payroll has ever run late because the submission cutoff snuck up during a busy week.",
|
|
5503
|
+
"category": "finance",
|
|
4877
5504
|
"tags": [
|
|
4878
|
-
"
|
|
4879
|
-
"
|
|
4880
|
-
"
|
|
4881
|
-
"deadline"
|
|
5505
|
+
"finance",
|
|
5506
|
+
"payroll",
|
|
5507
|
+
"deadlines"
|
|
4882
5508
|
],
|
|
4883
5509
|
"schedule": "0 9 * * *",
|
|
4884
|
-
"timezone": "
|
|
5510
|
+
"timezone": "UTC",
|
|
4885
5511
|
"runner": "shell",
|
|
4886
5512
|
"modes": [
|
|
4887
5513
|
"script"
|
|
@@ -4891,7 +5517,7 @@
|
|
|
4891
5517
|
"claude",
|
|
4892
5518
|
"codex"
|
|
4893
5519
|
],
|
|
4894
|
-
"path": "jobs/
|
|
5520
|
+
"path": "jobs/finance/payroll-run-reminder.yaml"
|
|
4895
5521
|
},
|
|
4896
5522
|
{
|
|
4897
5523
|
"id": "performance-review-cycle-reminder",
|
|
@@ -5043,6 +5669,31 @@
|
|
|
5043
5669
|
],
|
|
5044
5670
|
"path": "jobs/home/plant-watering-reminder.yaml"
|
|
5045
5671
|
},
|
|
5672
|
+
{
|
|
5673
|
+
"id": "player-contract-renewal-check",
|
|
5674
|
+
"version": 1,
|
|
5675
|
+
"name": "Esports Player Contract Renewal Check",
|
|
5676
|
+
"description": "Warns you before a roster player's or staff member's contract expires. Use this if a player has ever gone unsigned mid-season because a contract end date slipped past without anyone flagging it in time to negotiate a renewal.",
|
|
5677
|
+
"category": "gaming",
|
|
5678
|
+
"tags": [
|
|
5679
|
+
"gaming",
|
|
5680
|
+
"esports",
|
|
5681
|
+
"roster",
|
|
5682
|
+
"contracts"
|
|
5683
|
+
],
|
|
5684
|
+
"schedule": "0 9 * * 1",
|
|
5685
|
+
"timezone": "UTC",
|
|
5686
|
+
"runner": "shell",
|
|
5687
|
+
"modes": [
|
|
5688
|
+
"script"
|
|
5689
|
+
],
|
|
5690
|
+
"compatible_agents": [
|
|
5691
|
+
"generic",
|
|
5692
|
+
"claude",
|
|
5693
|
+
"codex"
|
|
5694
|
+
],
|
|
5695
|
+
"path": "jobs/gaming/player-contract-renewal-check.yaml"
|
|
5696
|
+
},
|
|
5046
5697
|
{
|
|
5047
5698
|
"id": "podcast-download-drop-watch",
|
|
5048
5699
|
"version": 1,
|
|
@@ -5198,6 +5849,31 @@
|
|
|
5198
5849
|
],
|
|
5199
5850
|
"path": "jobs/retail/pos-till-reconciliation-check.yaml"
|
|
5200
5851
|
},
|
|
5852
|
+
{
|
|
5853
|
+
"id": "post-event-survey-response-rate-watch",
|
|
5854
|
+
"version": 1,
|
|
5855
|
+
"name": "Post-Event Survey Response Rate Watch",
|
|
5856
|
+
"description": "Compares how many attendees were sent a post-event survey against how many actually responded, and flags events with a weak response rate. Use this if you've ever sent a feedback survey after an event and had no idea whether the response rate was normal or a sign nobody cared to reply.",
|
|
5857
|
+
"category": "events",
|
|
5858
|
+
"tags": [
|
|
5859
|
+
"events",
|
|
5860
|
+
"survey",
|
|
5861
|
+
"feedback",
|
|
5862
|
+
"response-rate"
|
|
5863
|
+
],
|
|
5864
|
+
"schedule": "0 9 * * 1",
|
|
5865
|
+
"timezone": "UTC",
|
|
5866
|
+
"runner": "shell",
|
|
5867
|
+
"modes": [
|
|
5868
|
+
"script"
|
|
5869
|
+
],
|
|
5870
|
+
"compatible_agents": [
|
|
5871
|
+
"generic",
|
|
5872
|
+
"claude",
|
|
5873
|
+
"codex"
|
|
5874
|
+
],
|
|
5875
|
+
"path": "jobs/events/post-event-survey-response-rate-watch.yaml"
|
|
5876
|
+
},
|
|
5201
5877
|
{
|
|
5202
5878
|
"id": "practice-streak-check",
|
|
5203
5879
|
"version": 1,
|
|
@@ -5272,6 +5948,31 @@
|
|
|
5272
5948
|
],
|
|
5273
5949
|
"path": "jobs/manufacturing/preventive-maintenance-due-check.yaml"
|
|
5274
5950
|
},
|
|
5951
|
+
{
|
|
5952
|
+
"id": "probation-period-review-reminder",
|
|
5953
|
+
"version": 1,
|
|
5954
|
+
"name": "Probation Period Review Reminder",
|
|
5955
|
+
"description": "Warns you before a new hire's probation period ends so a manager can complete the required review before it lapses automatically. Use this if a probation deadline has ever passed with no review on file and nobody caught it until it became a compliance headache.",
|
|
5956
|
+
"category": "hr",
|
|
5957
|
+
"tags": [
|
|
5958
|
+
"hr",
|
|
5959
|
+
"probation",
|
|
5960
|
+
"new-hire",
|
|
5961
|
+
"compliance"
|
|
5962
|
+
],
|
|
5963
|
+
"schedule": "0 8 * * 1",
|
|
5964
|
+
"timezone": "America/New_York",
|
|
5965
|
+
"runner": "shell",
|
|
5966
|
+
"modes": [
|
|
5967
|
+
"script"
|
|
5968
|
+
],
|
|
5969
|
+
"compatible_agents": [
|
|
5970
|
+
"generic",
|
|
5971
|
+
"claude",
|
|
5972
|
+
"codex"
|
|
5973
|
+
],
|
|
5974
|
+
"path": "jobs/hr/probation-period-review-reminder.yaml"
|
|
5975
|
+
},
|
|
5275
5976
|
{
|
|
5276
5977
|
"id": "production-line-downtime-watch",
|
|
5277
5978
|
"version": 1,
|
|
@@ -5447,6 +6148,56 @@
|
|
|
5447
6148
|
],
|
|
5448
6149
|
"path": "jobs/government/public-meeting-notice-compliance-check.yaml"
|
|
5449
6150
|
},
|
|
6151
|
+
{
|
|
6152
|
+
"id": "public-records-retention-purge-check",
|
|
6153
|
+
"version": 1,
|
|
6154
|
+
"name": "Public Records Retention Purge Check",
|
|
6155
|
+
"description": "Checks records against their retention schedule and flags anything past its retention period as eligible for archival review or purge. Use this if a records room has ever quietly kept documents years past their legally required retention window simply because nobody was tracking expiry dates.",
|
|
6156
|
+
"category": "government",
|
|
6157
|
+
"tags": [
|
|
6158
|
+
"government",
|
|
6159
|
+
"records",
|
|
6160
|
+
"retention",
|
|
6161
|
+
"compliance"
|
|
6162
|
+
],
|
|
6163
|
+
"schedule": "0 8 1 * *",
|
|
6164
|
+
"timezone": "UTC",
|
|
6165
|
+
"runner": "shell",
|
|
6166
|
+
"modes": [
|
|
6167
|
+
"script"
|
|
6168
|
+
],
|
|
6169
|
+
"compatible_agents": [
|
|
6170
|
+
"generic",
|
|
6171
|
+
"claude",
|
|
6172
|
+
"codex"
|
|
6173
|
+
],
|
|
6174
|
+
"path": "jobs/government/public-records-retention-purge-check.yaml"
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"id": "purchase-order-receiving-delay-check",
|
|
6178
|
+
"version": 1,
|
|
6179
|
+
"name": "Purchase Order Receiving Delay Check",
|
|
6180
|
+
"description": "Checks open purchase orders against their expected delivery date and flags any that are overdue and not yet marked received. Use this if stock has ever run out because a purchase order was quietly late and nobody chased the supplier until shelves were already empty.",
|
|
6181
|
+
"category": "inventory",
|
|
6182
|
+
"tags": [
|
|
6183
|
+
"inventory",
|
|
6184
|
+
"purchase-orders",
|
|
6185
|
+
"receiving",
|
|
6186
|
+
"suppliers"
|
|
6187
|
+
],
|
|
6188
|
+
"schedule": "0 7 * * 1-5",
|
|
6189
|
+
"timezone": "UTC",
|
|
6190
|
+
"runner": "shell",
|
|
6191
|
+
"modes": [
|
|
6192
|
+
"script"
|
|
6193
|
+
],
|
|
6194
|
+
"compatible_agents": [
|
|
6195
|
+
"generic",
|
|
6196
|
+
"claude",
|
|
6197
|
+
"codex"
|
|
6198
|
+
],
|
|
6199
|
+
"path": "jobs/inventory/purchase-order-receiving-delay-check.yaml"
|
|
6200
|
+
},
|
|
5450
6201
|
{
|
|
5451
6202
|
"id": "quality-defect-rate-check",
|
|
5452
6203
|
"version": 1,
|
|
@@ -5519,6 +6270,31 @@
|
|
|
5519
6270
|
],
|
|
5520
6271
|
"path": "jobs/sales/quota-attainment-check.yaml"
|
|
5521
6272
|
},
|
|
6273
|
+
{
|
|
6274
|
+
"id": "quote-expiry-reminder",
|
|
6275
|
+
"version": 1,
|
|
6276
|
+
"name": "Sales Quote Expiry Reminder",
|
|
6277
|
+
"description": "Flags outstanding price quotes that are about to expire before the customer has accepted them. Use this if a quote has ever lapsed and forced a re-negotiation because nobody followed up before the locked-in pricing ran out.",
|
|
6278
|
+
"category": "sales",
|
|
6279
|
+
"tags": [
|
|
6280
|
+
"sales",
|
|
6281
|
+
"quotes",
|
|
6282
|
+
"pricing",
|
|
6283
|
+
"followup"
|
|
6284
|
+
],
|
|
6285
|
+
"schedule": "0 8 * * 1-5",
|
|
6286
|
+
"timezone": "UTC",
|
|
6287
|
+
"runner": "shell",
|
|
6288
|
+
"modes": [
|
|
6289
|
+
"script"
|
|
6290
|
+
],
|
|
6291
|
+
"compatible_agents": [
|
|
6292
|
+
"generic",
|
|
6293
|
+
"claude",
|
|
6294
|
+
"codex"
|
|
6295
|
+
],
|
|
6296
|
+
"path": "jobs/sales/quote-expiry-reminder.yaml"
|
|
6297
|
+
},
|
|
5522
6298
|
{
|
|
5523
6299
|
"id": "raw-material-shortage-risk-check",
|
|
5524
6300
|
"version": 1,
|
|
@@ -5617,6 +6393,56 @@
|
|
|
5617
6393
|
],
|
|
5618
6394
|
"path": "jobs/productivity/recurring-task-queue-reset.yaml"
|
|
5619
6395
|
},
|
|
6396
|
+
{
|
|
6397
|
+
"id": "reference-check-overdue-reminder",
|
|
6398
|
+
"version": 1,
|
|
6399
|
+
"name": "Reference Check Overdue Reminder",
|
|
6400
|
+
"description": "Checks candidates whose reference checks were requested but never came back within a set window and flags them so recruiters can chase them down. Use this if an offer has ever stalled because a reference check quietly sat unanswered for weeks.",
|
|
6401
|
+
"category": "hiring",
|
|
6402
|
+
"tags": [
|
|
6403
|
+
"hiring",
|
|
6404
|
+
"recruiting",
|
|
6405
|
+
"references",
|
|
6406
|
+
"follow-up"
|
|
6407
|
+
],
|
|
6408
|
+
"schedule": "0 9 * * 1-5",
|
|
6409
|
+
"timezone": "UTC",
|
|
6410
|
+
"runner": "shell",
|
|
6411
|
+
"modes": [
|
|
6412
|
+
"script"
|
|
6413
|
+
],
|
|
6414
|
+
"compatible_agents": [
|
|
6415
|
+
"generic",
|
|
6416
|
+
"claude",
|
|
6417
|
+
"codex"
|
|
6418
|
+
],
|
|
6419
|
+
"path": "jobs/hiring/reference-check-overdue-reminder.yaml"
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"id": "referral-pending-followup-check",
|
|
6423
|
+
"version": 1,
|
|
6424
|
+
"name": "Pending Referral Follow-up Check",
|
|
6425
|
+
"description": "Checks outbound specialist referrals that haven't been scheduled or completed within a set window and flags them for follow-up. Use this if a patient has ever fallen through the cracks after being referred out, with nobody confirming they actually got the appointment.",
|
|
6426
|
+
"category": "healthcare",
|
|
6427
|
+
"tags": [
|
|
6428
|
+
"referrals",
|
|
6429
|
+
"follow-up",
|
|
6430
|
+
"care-coordination",
|
|
6431
|
+
"compliance"
|
|
6432
|
+
],
|
|
6433
|
+
"schedule": "0 8 * * 1-5",
|
|
6434
|
+
"timezone": "UTC",
|
|
6435
|
+
"runner": "shell",
|
|
6436
|
+
"modes": [
|
|
6437
|
+
"script"
|
|
6438
|
+
],
|
|
6439
|
+
"compatible_agents": [
|
|
6440
|
+
"generic",
|
|
6441
|
+
"claude",
|
|
6442
|
+
"codex"
|
|
6443
|
+
],
|
|
6444
|
+
"path": "jobs/healthcare/referral-pending-followup-check.yaml"
|
|
6445
|
+
},
|
|
5620
6446
|
{
|
|
5621
6447
|
"id": "rent-payment-late-check",
|
|
5622
6448
|
"version": 1,
|
|
@@ -5916,6 +6742,31 @@
|
|
|
5916
6742
|
],
|
|
5917
6743
|
"path": "jobs/content/robots-txt-check.yaml"
|
|
5918
6744
|
},
|
|
6745
|
+
{
|
|
6746
|
+
"id": "rss-feed-health-check",
|
|
6747
|
+
"version": 1,
|
|
6748
|
+
"name": "Podcast RSS Feed Health Check",
|
|
6749
|
+
"description": "Checks that your podcast's RSS feed is reachable and still valid XML with the required podcast tags. Use this if a feed has ever silently broken (bad edit, hosting hiccup, malformed enclosure) and stopped new episodes from reaching Apple Podcasts or Spotify for days before anyone noticed.",
|
|
6750
|
+
"category": "podcast",
|
|
6751
|
+
"tags": [
|
|
6752
|
+
"podcast",
|
|
6753
|
+
"rss",
|
|
6754
|
+
"feed",
|
|
6755
|
+
"distribution"
|
|
6756
|
+
],
|
|
6757
|
+
"schedule": "0 */6 * * *",
|
|
6758
|
+
"timezone": "UTC",
|
|
6759
|
+
"runner": "shell",
|
|
6760
|
+
"modes": [
|
|
6761
|
+
"script"
|
|
6762
|
+
],
|
|
6763
|
+
"compatible_agents": [
|
|
6764
|
+
"generic",
|
|
6765
|
+
"claude",
|
|
6766
|
+
"codex"
|
|
6767
|
+
],
|
|
6768
|
+
"path": "jobs/podcast/rss-feed-health-check.yaml"
|
|
6769
|
+
},
|
|
5919
6770
|
{
|
|
5920
6771
|
"id": "rss-feed-validate",
|
|
5921
6772
|
"version": 1,
|
|
@@ -7316,6 +8167,31 @@
|
|
|
7316
8167
|
],
|
|
7317
8168
|
"path": "jobs/childcare/tuition-payment-late-check.yaml"
|
|
7318
8169
|
},
|
|
8170
|
+
{
|
|
8171
|
+
"id": "tuition-payment-plan-delinquency-check",
|
|
8172
|
+
"version": 1,
|
|
8173
|
+
"name": "Tuition Payment Plan Delinquency Check",
|
|
8174
|
+
"description": "Checks tuition installment plans against their due dates and flags accounts that have missed a payment. Use this if a family has ever fallen behind on a payment plan for weeks before anyone in the office noticed and followed up.",
|
|
8175
|
+
"category": "education",
|
|
8176
|
+
"tags": [
|
|
8177
|
+
"education",
|
|
8178
|
+
"tuition",
|
|
8179
|
+
"payments",
|
|
8180
|
+
"billing"
|
|
8181
|
+
],
|
|
8182
|
+
"schedule": "0 8 * * *",
|
|
8183
|
+
"timezone": "UTC",
|
|
8184
|
+
"runner": "shell",
|
|
8185
|
+
"modes": [
|
|
8186
|
+
"script"
|
|
8187
|
+
],
|
|
8188
|
+
"compatible_agents": [
|
|
8189
|
+
"generic",
|
|
8190
|
+
"claude",
|
|
8191
|
+
"codex"
|
|
8192
|
+
],
|
|
8193
|
+
"path": "jobs/education/tuition-payment-plan-delinquency-check.yaml"
|
|
8194
|
+
},
|
|
7319
8195
|
{
|
|
7320
8196
|
"id": "uptime-ping-check",
|
|
7321
8197
|
"version": 1,
|
|
@@ -7365,6 +8241,31 @@
|
|
|
7365
8241
|
],
|
|
7366
8242
|
"path": "jobs/home/utility-bill-anomaly-check.yaml"
|
|
7367
8243
|
},
|
|
8244
|
+
{
|
|
8245
|
+
"id": "vehicle-idle-time-check",
|
|
8246
|
+
"version": 1,
|
|
8247
|
+
"name": "Vehicle Idle Time Check",
|
|
8248
|
+
"description": "Checks each vehicle's daily engine idle time against a threshold and flags the ones burning excess fuel sitting still. Use this if a telematics report has ever shown a surprise fuel bill and nobody could tell how much of it came from vehicles just left running.",
|
|
8249
|
+
"category": "fleet",
|
|
8250
|
+
"tags": [
|
|
8251
|
+
"fleet",
|
|
8252
|
+
"fuel",
|
|
8253
|
+
"idling",
|
|
8254
|
+
"telematics"
|
|
8255
|
+
],
|
|
8256
|
+
"schedule": "0 7 * * *",
|
|
8257
|
+
"timezone": "UTC",
|
|
8258
|
+
"runner": "shell",
|
|
8259
|
+
"modes": [
|
|
8260
|
+
"script"
|
|
8261
|
+
],
|
|
8262
|
+
"compatible_agents": [
|
|
8263
|
+
"generic",
|
|
8264
|
+
"claude",
|
|
8265
|
+
"codex"
|
|
8266
|
+
],
|
|
8267
|
+
"path": "jobs/fleet/vehicle-idle-time-check.yaml"
|
|
8268
|
+
},
|
|
7368
8269
|
{
|
|
7369
8270
|
"id": "vehicle-inspection-due-check",
|
|
7370
8271
|
"version": 1,
|
|
@@ -7559,6 +8460,31 @@
|
|
|
7559
8460
|
],
|
|
7560
8461
|
"path": "jobs/security/waf-rule-change-watch.yaml"
|
|
7561
8462
|
},
|
|
8463
|
+
{
|
|
8464
|
+
"id": "walk-in-cooler-temp-log-check",
|
|
8465
|
+
"version": 1,
|
|
8466
|
+
"name": "Walk-In Cooler Temperature Log Check",
|
|
8467
|
+
"description": "Scans today's logged cooler/freezer temperature readings and flags any that fall outside the safe range. Use this if an out-of-range reading has ever sat unnoticed in a paper log until a health inspector found it.",
|
|
8468
|
+
"category": "restaurant",
|
|
8469
|
+
"tags": [
|
|
8470
|
+
"restaurant",
|
|
8471
|
+
"food-safety",
|
|
8472
|
+
"temperature",
|
|
8473
|
+
"compliance"
|
|
8474
|
+
],
|
|
8475
|
+
"schedule": "0 11,17,23 * * *",
|
|
8476
|
+
"timezone": "UTC",
|
|
8477
|
+
"runner": "shell",
|
|
8478
|
+
"modes": [
|
|
8479
|
+
"script"
|
|
8480
|
+
],
|
|
8481
|
+
"compatible_agents": [
|
|
8482
|
+
"generic",
|
|
8483
|
+
"claude",
|
|
8484
|
+
"codex"
|
|
8485
|
+
],
|
|
8486
|
+
"path": "jobs/restaurant/walk-in-cooler-temp-log-check.yaml"
|
|
8487
|
+
},
|
|
7562
8488
|
{
|
|
7563
8489
|
"id": "wallet-balance-watch",
|
|
7564
8490
|
"version": 1,
|
|
@@ -7685,6 +8611,31 @@
|
|
|
7685
8611
|
],
|
|
7686
8612
|
"path": "jobs/agriculture/weather-frost-alert.yaml"
|
|
7687
8613
|
},
|
|
8614
|
+
{
|
|
8615
|
+
"id": "webinar-attendance-reminder",
|
|
8616
|
+
"version": 1,
|
|
8617
|
+
"name": "Webinar Attendance Reminder",
|
|
8618
|
+
"description": "Checks a list of webinars/workshops you've registered for and flags any happening soon so you can block the time and prep. Use this if you've ever signed up for a webinar and completely forgotten about it by the time it started.",
|
|
8619
|
+
"category": "learning",
|
|
8620
|
+
"tags": [
|
|
8621
|
+
"learning",
|
|
8622
|
+
"webinars",
|
|
8623
|
+
"events",
|
|
8624
|
+
"reminders"
|
|
8625
|
+
],
|
|
8626
|
+
"schedule": "0 8 * * *",
|
|
8627
|
+
"timezone": "America/Los_Angeles",
|
|
8628
|
+
"runner": "shell",
|
|
8629
|
+
"modes": [
|
|
8630
|
+
"script"
|
|
8631
|
+
],
|
|
8632
|
+
"compatible_agents": [
|
|
8633
|
+
"generic",
|
|
8634
|
+
"claude",
|
|
8635
|
+
"codex"
|
|
8636
|
+
],
|
|
8637
|
+
"path": "jobs/learning/webinar-attendance-reminder.yaml"
|
|
8638
|
+
},
|
|
7688
8639
|
{
|
|
7689
8640
|
"id": "weekly-report",
|
|
7690
8641
|
"version": 1,
|