@wonsukchoi/crondex 0.20.1 → 0.21.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 +5 -1
- package/catalog.json +704 -1
- package/jobs/fieldservice/maintenance-contract-renewal-check.yaml +36 -0
- package/jobs/fieldservice/parts-low-stock-reorder-check.yaml +29 -0
- package/jobs/fieldservice/tech-eta-no-show-check.yaml +32 -0
- package/jobs/fieldservice/tech-license-renewal-check.yaml +36 -0
- package/jobs/fieldservice/unpaid-invoice-aging-check.yaml +35 -0
- package/jobs/fieldservice/unresolved-callback-tracker.yaml +35 -0
- package/jobs/fieldservice/warranty-claim-expiry-check.yaml +35 -0
- package/jobs/publishing/arc-review-copy-followup.yaml +35 -0
- package/jobs/publishing/isbn-registration-tracker.yaml +35 -0
- package/jobs/publishing/manuscript-deadline-tracker.yaml +34 -0
- package/jobs/publishing/permissions-clearance-tracker.yaml +36 -0
- package/jobs/publishing/print-run-reorder-threshold-check.yaml +32 -0
- package/jobs/publishing/rights-license-expiry-check.yaml +35 -0
- package/jobs/publishing/royalty-statement-due-check.yaml +33 -0
- package/jobs/spa/appointment-no-show-tracker.yaml +46 -0
- package/jobs/spa/gift-card-expiry-check.yaml +35 -0
- package/jobs/spa/license-renewal-tracker.yaml +35 -0
- package/jobs/spa/membership-unused-session-expiry-check.yaml +35 -0
- package/jobs/spa/product-chemical-expiry-check.yaml +35 -0
- package/jobs/spa/retail-product-low-stock-check.yaml +26 -0
- package/jobs/spa/safety-inspection-due-reminder.yaml +33 -0
- package/jobs/telecom/circuit-outage-detection.yaml +38 -0
- package/jobs/telecom/circuit-provisioning-order-aging.yaml +36 -0
- package/jobs/telecom/cpe-firmware-update-tracker.yaml +45 -0
- package/jobs/telecom/link-capacity-threshold-alert.yaml +37 -0
- package/jobs/telecom/peering-transit-contract-renewal-check.yaml +36 -0
- package/jobs/telecom/service-ticket-churn-risk-review.yaml +56 -0
- package/jobs/telecom/sla-uptime-breach-tracker.yaml +36 -0
- package/lib/category-descriptions.js +4 -0
- package/lib/duplicates-allowlist.js +5 -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": 375,
|
|
5
5
|
"jobs": [
|
|
6
6
|
{
|
|
7
7
|
"id": "1on1-prep-reminder",
|
|
@@ -232,6 +232,56 @@
|
|
|
232
232
|
],
|
|
233
233
|
"path": "jobs/healthcare/appointment-no-show-follow-up.yaml"
|
|
234
234
|
},
|
|
235
|
+
{
|
|
236
|
+
"id": "appointment-no-show-tracker",
|
|
237
|
+
"version": 1,
|
|
238
|
+
"name": "Appointment No-Show & Late-Cancel Tracker",
|
|
239
|
+
"description": "Flags clients who no-showed or cancelled late in the past window so front desk can follow up or apply a policy. Use this if a chair or treatment room has ever sat empty because a client skipped without warning and nobody noticed the pattern until it kept happening.",
|
|
240
|
+
"category": "spa",
|
|
241
|
+
"tags": [
|
|
242
|
+
"spa",
|
|
243
|
+
"appointments",
|
|
244
|
+
"no-show",
|
|
245
|
+
"front-desk"
|
|
246
|
+
],
|
|
247
|
+
"schedule": "0 18 * * *",
|
|
248
|
+
"timezone": "UTC",
|
|
249
|
+
"runner": "shell",
|
|
250
|
+
"modes": [
|
|
251
|
+
"script"
|
|
252
|
+
],
|
|
253
|
+
"compatible_agents": [
|
|
254
|
+
"generic",
|
|
255
|
+
"claude",
|
|
256
|
+
"codex"
|
|
257
|
+
],
|
|
258
|
+
"path": "jobs/spa/appointment-no-show-tracker.yaml"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "arc-review-copy-followup",
|
|
262
|
+
"version": 1,
|
|
263
|
+
"name": "ARC Review Copy Followup",
|
|
264
|
+
"description": "Flags reviewers, bloggers, or media contacts who received an advance review copy (ARC) but haven't posted or filed a review within a set window, so a nudge can go out before the publication date. Use this if ARCs have ever been sent out and quietly forgotten with no review to show for them.",
|
|
265
|
+
"category": "publishing",
|
|
266
|
+
"tags": [
|
|
267
|
+
"publishing",
|
|
268
|
+
"arc",
|
|
269
|
+
"review-copies",
|
|
270
|
+
"marketing"
|
|
271
|
+
],
|
|
272
|
+
"schedule": "0 9 * * 1",
|
|
273
|
+
"timezone": "UTC",
|
|
274
|
+
"runner": "shell",
|
|
275
|
+
"modes": [
|
|
276
|
+
"script"
|
|
277
|
+
],
|
|
278
|
+
"compatible_agents": [
|
|
279
|
+
"generic",
|
|
280
|
+
"claude",
|
|
281
|
+
"codex"
|
|
282
|
+
],
|
|
283
|
+
"path": "jobs/publishing/arc-review-copy-followup.yaml"
|
|
284
|
+
},
|
|
235
285
|
{
|
|
236
286
|
"id": "assignment-grading-backlog-check",
|
|
237
287
|
"version": 1,
|
|
@@ -1063,6 +1113,56 @@
|
|
|
1063
1113
|
],
|
|
1064
1114
|
"path": "jobs/devops/ci-build-time-regression-watch.yaml"
|
|
1065
1115
|
},
|
|
1116
|
+
{
|
|
1117
|
+
"id": "circuit-outage-detection",
|
|
1118
|
+
"version": 1,
|
|
1119
|
+
"name": "Circuit Outage Detection",
|
|
1120
|
+
"description": "Pings each monitored circuit endpoint and flags any that are down. Use this if a customer circuit has ever gone dark and nobody on your team noticed until the customer called in.",
|
|
1121
|
+
"category": "telecom",
|
|
1122
|
+
"tags": [
|
|
1123
|
+
"telecom",
|
|
1124
|
+
"outage",
|
|
1125
|
+
"monitoring",
|
|
1126
|
+
"circuits"
|
|
1127
|
+
],
|
|
1128
|
+
"schedule": "*/5 * * * *",
|
|
1129
|
+
"timezone": "UTC",
|
|
1130
|
+
"runner": "shell",
|
|
1131
|
+
"modes": [
|
|
1132
|
+
"script"
|
|
1133
|
+
],
|
|
1134
|
+
"compatible_agents": [
|
|
1135
|
+
"generic",
|
|
1136
|
+
"claude",
|
|
1137
|
+
"codex"
|
|
1138
|
+
],
|
|
1139
|
+
"path": "jobs/telecom/circuit-outage-detection.yaml"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"id": "circuit-provisioning-order-aging",
|
|
1143
|
+
"version": 1,
|
|
1144
|
+
"name": "Circuit Provisioning Order Aging Check",
|
|
1145
|
+
"description": "Flags circuit orders that were placed but never activated within a target number of days. Use this if a provisioning order has ever sat in limbo for weeks because the install date fell through the cracks between sales, the carrier, and the field tech.",
|
|
1146
|
+
"category": "telecom",
|
|
1147
|
+
"tags": [
|
|
1148
|
+
"telecom",
|
|
1149
|
+
"provisioning",
|
|
1150
|
+
"circuits",
|
|
1151
|
+
"orders"
|
|
1152
|
+
],
|
|
1153
|
+
"schedule": "0 8 * * 1-5",
|
|
1154
|
+
"timezone": "UTC",
|
|
1155
|
+
"runner": "shell",
|
|
1156
|
+
"modes": [
|
|
1157
|
+
"script"
|
|
1158
|
+
],
|
|
1159
|
+
"compatible_agents": [
|
|
1160
|
+
"generic",
|
|
1161
|
+
"claude",
|
|
1162
|
+
"codex"
|
|
1163
|
+
],
|
|
1164
|
+
"path": "jobs/telecom/circuit-provisioning-order-aging.yaml"
|
|
1165
|
+
},
|
|
1066
1166
|
{
|
|
1067
1167
|
"id": "claim-status-check",
|
|
1068
1168
|
"version": 1,
|
|
@@ -1525,6 +1625,31 @@
|
|
|
1525
1625
|
],
|
|
1526
1626
|
"path": "jobs/insurance/coverage-gap-audit.yaml"
|
|
1527
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
"id": "cpe-firmware-update-tracker",
|
|
1630
|
+
"version": 1,
|
|
1631
|
+
"name": "CPE Firmware/Warranty Update Tracker",
|
|
1632
|
+
"description": "Checks deployed customer-premises equipment against current firmware versions and warranty expiry dates, flagging anything out of date or soon out of warranty. Use this if a modem or router has ever been running years-old firmware with a known vulnerability because nobody was tracking the fleet's patch level.",
|
|
1633
|
+
"category": "telecom",
|
|
1634
|
+
"tags": [
|
|
1635
|
+
"telecom",
|
|
1636
|
+
"cpe",
|
|
1637
|
+
"firmware",
|
|
1638
|
+
"warranty"
|
|
1639
|
+
],
|
|
1640
|
+
"schedule": "0 8 * * 1",
|
|
1641
|
+
"timezone": "UTC",
|
|
1642
|
+
"runner": "shell",
|
|
1643
|
+
"modes": [
|
|
1644
|
+
"script"
|
|
1645
|
+
],
|
|
1646
|
+
"compatible_agents": [
|
|
1647
|
+
"generic",
|
|
1648
|
+
"claude",
|
|
1649
|
+
"codex"
|
|
1650
|
+
],
|
|
1651
|
+
"path": "jobs/telecom/cpe-firmware-update-tracker.yaml"
|
|
1652
|
+
},
|
|
1528
1653
|
{
|
|
1529
1654
|
"id": "crew-safety-cert-expiry-check",
|
|
1530
1655
|
"version": 1,
|
|
@@ -3311,6 +3436,31 @@
|
|
|
3311
3436
|
],
|
|
3312
3437
|
"path": "jobs/crypto/gas-price-alert.yaml"
|
|
3313
3438
|
},
|
|
3439
|
+
{
|
|
3440
|
+
"id": "gift-card-expiry-check",
|
|
3441
|
+
"version": 1,
|
|
3442
|
+
"name": "Gift Card Expiry Check",
|
|
3443
|
+
"description": "Scans your gift card ledger for cards approaching their expiration date with a remaining balance. Use this if a client has ever held an unused gift card that quietly expired, turning a goodwill purchase into a complaint at checkout.",
|
|
3444
|
+
"category": "spa",
|
|
3445
|
+
"tags": [
|
|
3446
|
+
"spa",
|
|
3447
|
+
"gift-cards",
|
|
3448
|
+
"retention",
|
|
3449
|
+
"front-desk"
|
|
3450
|
+
],
|
|
3451
|
+
"schedule": "0 9 * * 1",
|
|
3452
|
+
"timezone": "UTC",
|
|
3453
|
+
"runner": "shell",
|
|
3454
|
+
"modes": [
|
|
3455
|
+
"script"
|
|
3456
|
+
],
|
|
3457
|
+
"compatible_agents": [
|
|
3458
|
+
"generic",
|
|
3459
|
+
"claude",
|
|
3460
|
+
"codex"
|
|
3461
|
+
],
|
|
3462
|
+
"path": "jobs/spa/gift-card-expiry-check.yaml"
|
|
3463
|
+
},
|
|
3314
3464
|
{
|
|
3315
3465
|
"id": "gift-card-liability-reconciliation-check",
|
|
3316
3466
|
"version": 1,
|
|
@@ -4145,6 +4295,31 @@
|
|
|
4145
4295
|
],
|
|
4146
4296
|
"path": "jobs/agriculture/irrigation-schedule-check.yaml"
|
|
4147
4297
|
},
|
|
4298
|
+
{
|
|
4299
|
+
"id": "isbn-registration-tracker",
|
|
4300
|
+
"version": 1,
|
|
4301
|
+
"name": "ISBN Registration Tracker",
|
|
4302
|
+
"description": "Flags upcoming titles that don't yet have an ISBN assigned and registered with the relevant agency, checked against their planned publication date. Use this if a title has ever hit its pub date without an ISBN because registration wasn't started early enough.",
|
|
4303
|
+
"category": "publishing",
|
|
4304
|
+
"tags": [
|
|
4305
|
+
"publishing",
|
|
4306
|
+
"isbn",
|
|
4307
|
+
"metadata",
|
|
4308
|
+
"pre-press"
|
|
4309
|
+
],
|
|
4310
|
+
"schedule": "0 9 * * 1",
|
|
4311
|
+
"timezone": "UTC",
|
|
4312
|
+
"runner": "shell",
|
|
4313
|
+
"modes": [
|
|
4314
|
+
"script"
|
|
4315
|
+
],
|
|
4316
|
+
"compatible_agents": [
|
|
4317
|
+
"generic",
|
|
4318
|
+
"claude",
|
|
4319
|
+
"codex"
|
|
4320
|
+
],
|
|
4321
|
+
"path": "jobs/publishing/isbn-registration-tracker.yaml"
|
|
4322
|
+
},
|
|
4148
4323
|
{
|
|
4149
4324
|
"id": "job-posting-expiry-check",
|
|
4150
4325
|
"version": 1,
|
|
@@ -4443,6 +4618,56 @@
|
|
|
4443
4618
|
],
|
|
4444
4619
|
"path": "jobs/healthcare/license-credential-expiry-check.yaml"
|
|
4445
4620
|
},
|
|
4621
|
+
{
|
|
4622
|
+
"id": "license-renewal-tracker",
|
|
4623
|
+
"version": 1,
|
|
4624
|
+
"name": "Esthetician/Cosmetologist License Renewal Tracker",
|
|
4625
|
+
"description": "Warns before a staff member's state license, certification, or continuing-education deadline lapses. Use this if a technician has ever shown up ready to work a shift, only to discover their license expired last month and they can't legally touch a client.",
|
|
4626
|
+
"category": "spa",
|
|
4627
|
+
"tags": [
|
|
4628
|
+
"spa",
|
|
4629
|
+
"licensing",
|
|
4630
|
+
"compliance",
|
|
4631
|
+
"staff"
|
|
4632
|
+
],
|
|
4633
|
+
"schedule": "0 8 1 * *",
|
|
4634
|
+
"timezone": "UTC",
|
|
4635
|
+
"runner": "shell",
|
|
4636
|
+
"modes": [
|
|
4637
|
+
"script"
|
|
4638
|
+
],
|
|
4639
|
+
"compatible_agents": [
|
|
4640
|
+
"generic",
|
|
4641
|
+
"claude",
|
|
4642
|
+
"codex"
|
|
4643
|
+
],
|
|
4644
|
+
"path": "jobs/spa/license-renewal-tracker.yaml"
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"id": "link-capacity-threshold-alert",
|
|
4648
|
+
"version": 1,
|
|
4649
|
+
"name": "Link Capacity Threshold Alert",
|
|
4650
|
+
"description": "Checks a link's current bandwidth utilization against a warning threshold so you can upgrade capacity before customers notice congestion. Use this if a trunk or uplink has ever saturated during peak hours and the first sign anyone saw was a flood of slow-speed complaints.",
|
|
4651
|
+
"category": "telecom",
|
|
4652
|
+
"tags": [
|
|
4653
|
+
"telecom",
|
|
4654
|
+
"bandwidth",
|
|
4655
|
+
"capacity",
|
|
4656
|
+
"monitoring"
|
|
4657
|
+
],
|
|
4658
|
+
"schedule": "*/15 * * * *",
|
|
4659
|
+
"timezone": "UTC",
|
|
4660
|
+
"runner": "shell",
|
|
4661
|
+
"modes": [
|
|
4662
|
+
"script"
|
|
4663
|
+
],
|
|
4664
|
+
"compatible_agents": [
|
|
4665
|
+
"generic",
|
|
4666
|
+
"claude",
|
|
4667
|
+
"codex"
|
|
4668
|
+
],
|
|
4669
|
+
"path": "jobs/telecom/link-capacity-threshold-alert.yaml"
|
|
4670
|
+
},
|
|
4446
4671
|
{
|
|
4447
4672
|
"id": "livestock-feed-stock-check",
|
|
4448
4673
|
"version": 1,
|
|
@@ -4688,6 +4913,56 @@
|
|
|
4688
4913
|
],
|
|
4689
4914
|
"path": "jobs/support/macro-usage-staleness-check.yaml"
|
|
4690
4915
|
},
|
|
4916
|
+
{
|
|
4917
|
+
"id": "maintenance-contract-renewal-check",
|
|
4918
|
+
"version": 1,
|
|
4919
|
+
"name": "Maintenance Contract Renewal Check",
|
|
4920
|
+
"description": "Checks recurring service/maintenance contracts (annual HVAC tune-ups, quarterly plumbing inspections) against their renewal date and flags any coming up so the customer can be rebooked before the contract lapses. Use this if a maintenance customer has ever silently churned because nobody called to renew before the term ran out.",
|
|
4921
|
+
"category": "fieldservice",
|
|
4922
|
+
"tags": [
|
|
4923
|
+
"fieldservice",
|
|
4924
|
+
"maintenance-contract",
|
|
4925
|
+
"renewal",
|
|
4926
|
+
"recurring-revenue"
|
|
4927
|
+
],
|
|
4928
|
+
"schedule": "0 8 * * 1",
|
|
4929
|
+
"timezone": "UTC",
|
|
4930
|
+
"runner": "shell",
|
|
4931
|
+
"modes": [
|
|
4932
|
+
"script"
|
|
4933
|
+
],
|
|
4934
|
+
"compatible_agents": [
|
|
4935
|
+
"generic",
|
|
4936
|
+
"claude",
|
|
4937
|
+
"codex"
|
|
4938
|
+
],
|
|
4939
|
+
"path": "jobs/fieldservice/maintenance-contract-renewal-check.yaml"
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
"id": "manuscript-deadline-tracker",
|
|
4943
|
+
"version": 1,
|
|
4944
|
+
"name": "Manuscript Deadline Tracker",
|
|
4945
|
+
"description": "Flags manuscript milestones (first draft, revisions, final delivery) coming due from authors or editors. Use this if a book has ever slipped its production schedule because a manuscript deadline only lived in an email thread nobody rechecked.",
|
|
4946
|
+
"category": "publishing",
|
|
4947
|
+
"tags": [
|
|
4948
|
+
"publishing",
|
|
4949
|
+
"manuscripts",
|
|
4950
|
+
"authors",
|
|
4951
|
+
"deadlines"
|
|
4952
|
+
],
|
|
4953
|
+
"schedule": "0 9 * * 1-5",
|
|
4954
|
+
"timezone": "UTC",
|
|
4955
|
+
"runner": "shell",
|
|
4956
|
+
"modes": [
|
|
4957
|
+
"script"
|
|
4958
|
+
],
|
|
4959
|
+
"compatible_agents": [
|
|
4960
|
+
"generic",
|
|
4961
|
+
"claude",
|
|
4962
|
+
"codex"
|
|
4963
|
+
],
|
|
4964
|
+
"path": "jobs/publishing/manuscript-deadline-tracker.yaml"
|
|
4965
|
+
},
|
|
4691
4966
|
{
|
|
4692
4967
|
"id": "markdown-aging-inventory-check",
|
|
4693
4968
|
"version": 1,
|
|
@@ -4839,6 +5114,31 @@
|
|
|
4839
5114
|
],
|
|
4840
5115
|
"path": "jobs/personal/medication-refill-reminder.yaml"
|
|
4841
5116
|
},
|
|
5117
|
+
{
|
|
5118
|
+
"id": "membership-unused-session-expiry-check",
|
|
5119
|
+
"version": 1,
|
|
5120
|
+
"name": "Membership/Package Unused-Session Expiry Check",
|
|
5121
|
+
"description": "Flags members or package holders whose prepaid sessions or membership credits are about to expire unused. Use this if a client has ever paid for a monthly facial membership, banked three unused visits, and let them evaporate because nobody reminded them to book.",
|
|
5122
|
+
"category": "spa",
|
|
5123
|
+
"tags": [
|
|
5124
|
+
"spa",
|
|
5125
|
+
"membership",
|
|
5126
|
+
"churn",
|
|
5127
|
+
"retention"
|
|
5128
|
+
],
|
|
5129
|
+
"schedule": "0 9 * * 1",
|
|
5130
|
+
"timezone": "UTC",
|
|
5131
|
+
"runner": "shell",
|
|
5132
|
+
"modes": [
|
|
5133
|
+
"script"
|
|
5134
|
+
],
|
|
5135
|
+
"compatible_agents": [
|
|
5136
|
+
"generic",
|
|
5137
|
+
"claude",
|
|
5138
|
+
"codex"
|
|
5139
|
+
],
|
|
5140
|
+
"path": "jobs/spa/membership-unused-session-expiry-check.yaml"
|
|
5141
|
+
},
|
|
4842
5142
|
{
|
|
4843
5143
|
"id": "morning-briefing-digest",
|
|
4844
5144
|
"version": 1,
|
|
@@ -5394,6 +5694,31 @@
|
|
|
5394
5694
|
],
|
|
5395
5695
|
"path": "jobs/automotive/parts-backorder-check.yaml"
|
|
5396
5696
|
},
|
|
5697
|
+
{
|
|
5698
|
+
"id": "parts-low-stock-reorder-check",
|
|
5699
|
+
"version": 1,
|
|
5700
|
+
"name": "Parts Low-Stock Reorder Check",
|
|
5701
|
+
"description": "Checks your truck/warehouse parts inventory against reorder thresholds and flags anything running low before a tech shows up on a job without the capacitor or valve they need. Use this if a job has ever been rescheduled because a common part was quietly out of stock.",
|
|
5702
|
+
"category": "fieldservice",
|
|
5703
|
+
"tags": [
|
|
5704
|
+
"fieldservice",
|
|
5705
|
+
"inventory",
|
|
5706
|
+
"parts",
|
|
5707
|
+
"reorder"
|
|
5708
|
+
],
|
|
5709
|
+
"schedule": "0 6 * * 1-5",
|
|
5710
|
+
"timezone": "UTC",
|
|
5711
|
+
"runner": "shell",
|
|
5712
|
+
"modes": [
|
|
5713
|
+
"script"
|
|
5714
|
+
],
|
|
5715
|
+
"compatible_agents": [
|
|
5716
|
+
"generic",
|
|
5717
|
+
"claude",
|
|
5718
|
+
"codex"
|
|
5719
|
+
],
|
|
5720
|
+
"path": "jobs/fieldservice/parts-low-stock-reorder-check.yaml"
|
|
5721
|
+
},
|
|
5397
5722
|
{
|
|
5398
5723
|
"id": "passport-expiry-check",
|
|
5399
5724
|
"version": 1,
|
|
@@ -5519,6 +5844,31 @@
|
|
|
5519
5844
|
],
|
|
5520
5845
|
"path": "jobs/finance/payroll-run-reminder.yaml"
|
|
5521
5846
|
},
|
|
5847
|
+
{
|
|
5848
|
+
"id": "peering-transit-contract-renewal-check",
|
|
5849
|
+
"version": 1,
|
|
5850
|
+
"name": "Peering/Transit Contract Renewal Check",
|
|
5851
|
+
"description": "Checks upstream transit and peering agreements for upcoming renewal or auto-renew deadlines and warns with enough lead time to renegotiate. Use this if a transit contract has ever auto-renewed at last year's rate (or worse) because nobody flagged the deadline until the invoice changed.",
|
|
5852
|
+
"category": "telecom",
|
|
5853
|
+
"tags": [
|
|
5854
|
+
"telecom",
|
|
5855
|
+
"peering",
|
|
5856
|
+
"transit",
|
|
5857
|
+
"contracts"
|
|
5858
|
+
],
|
|
5859
|
+
"schedule": "0 7 * * 1",
|
|
5860
|
+
"timezone": "UTC",
|
|
5861
|
+
"runner": "shell",
|
|
5862
|
+
"modes": [
|
|
5863
|
+
"script"
|
|
5864
|
+
],
|
|
5865
|
+
"compatible_agents": [
|
|
5866
|
+
"generic",
|
|
5867
|
+
"claude",
|
|
5868
|
+
"codex"
|
|
5869
|
+
],
|
|
5870
|
+
"path": "jobs/telecom/peering-transit-contract-renewal-check.yaml"
|
|
5871
|
+
},
|
|
5522
5872
|
{
|
|
5523
5873
|
"id": "performance-review-cycle-reminder",
|
|
5524
5874
|
"version": 1,
|
|
@@ -5546,6 +5896,31 @@
|
|
|
5546
5896
|
],
|
|
5547
5897
|
"path": "jobs/hr/performance-review-cycle-reminder.yaml"
|
|
5548
5898
|
},
|
|
5899
|
+
{
|
|
5900
|
+
"id": "permissions-clearance-tracker",
|
|
5901
|
+
"version": 1,
|
|
5902
|
+
"name": "Permissions Clearance Tracker",
|
|
5903
|
+
"description": "Flags quoted material, images, lyrics, or other third-party content in a forthcoming title that still needs permissions clearance before the book goes to press. Use this if a title has ever gone to print with an uncleared quote or image because clearance status wasn't tracked centrally.",
|
|
5904
|
+
"category": "publishing",
|
|
5905
|
+
"tags": [
|
|
5906
|
+
"publishing",
|
|
5907
|
+
"permissions",
|
|
5908
|
+
"rights-clearance",
|
|
5909
|
+
"pre-press"
|
|
5910
|
+
],
|
|
5911
|
+
"schedule": "0 9 * * 1",
|
|
5912
|
+
"timezone": "UTC",
|
|
5913
|
+
"runner": "shell",
|
|
5914
|
+
"modes": [
|
|
5915
|
+
"script"
|
|
5916
|
+
],
|
|
5917
|
+
"compatible_agents": [
|
|
5918
|
+
"generic",
|
|
5919
|
+
"claude",
|
|
5920
|
+
"codex"
|
|
5921
|
+
],
|
|
5922
|
+
"path": "jobs/publishing/permissions-clearance-tracker.yaml"
|
|
5923
|
+
},
|
|
5549
5924
|
{
|
|
5550
5925
|
"id": "permit-application-backlog-check",
|
|
5551
5926
|
"version": 1,
|
|
@@ -5948,6 +6323,31 @@
|
|
|
5948
6323
|
],
|
|
5949
6324
|
"path": "jobs/manufacturing/preventive-maintenance-due-check.yaml"
|
|
5950
6325
|
},
|
|
6326
|
+
{
|
|
6327
|
+
"id": "print-run-reorder-threshold-check",
|
|
6328
|
+
"version": 1,
|
|
6329
|
+
"name": "Print Run Reorder Threshold Check",
|
|
6330
|
+
"description": "Flags titles whose warehouse stock has dropped below the reorder threshold, so a reprint can be queued before the book goes out of stock. Use this if a title has ever gone unavailable for weeks because nobody noticed the print run was running low until it was already sold out.",
|
|
6331
|
+
"category": "publishing",
|
|
6332
|
+
"tags": [
|
|
6333
|
+
"publishing",
|
|
6334
|
+
"print-run",
|
|
6335
|
+
"inventory",
|
|
6336
|
+
"reprints"
|
|
6337
|
+
],
|
|
6338
|
+
"schedule": "0 8 * * 1",
|
|
6339
|
+
"timezone": "UTC",
|
|
6340
|
+
"runner": "shell",
|
|
6341
|
+
"modes": [
|
|
6342
|
+
"script"
|
|
6343
|
+
],
|
|
6344
|
+
"compatible_agents": [
|
|
6345
|
+
"generic",
|
|
6346
|
+
"claude",
|
|
6347
|
+
"codex"
|
|
6348
|
+
],
|
|
6349
|
+
"path": "jobs/publishing/print-run-reorder-threshold-check.yaml"
|
|
6350
|
+
},
|
|
5951
6351
|
{
|
|
5952
6352
|
"id": "probation-period-review-reminder",
|
|
5953
6353
|
"version": 1,
|
|
@@ -5973,6 +6373,32 @@
|
|
|
5973
6373
|
],
|
|
5974
6374
|
"path": "jobs/hr/probation-period-review-reminder.yaml"
|
|
5975
6375
|
},
|
|
6376
|
+
{
|
|
6377
|
+
"id": "product-chemical-expiry-check",
|
|
6378
|
+
"version": 1,
|
|
6379
|
+
"name": "Product & Chemical Expiry Check",
|
|
6380
|
+
"description": "Flags skincare products, dye lots, wax, and other chemical inventory approaching their expiration or period-after-opening date. Use this if an esthetician or colorist has ever applied a product past its safe-use date because the expiry label was never checked against today's date.",
|
|
6381
|
+
"category": "spa",
|
|
6382
|
+
"tags": [
|
|
6383
|
+
"spa",
|
|
6384
|
+
"inventory",
|
|
6385
|
+
"expiry",
|
|
6386
|
+
"safety",
|
|
6387
|
+
"chemicals"
|
|
6388
|
+
],
|
|
6389
|
+
"schedule": "0 6 * * 1",
|
|
6390
|
+
"timezone": "UTC",
|
|
6391
|
+
"runner": "shell",
|
|
6392
|
+
"modes": [
|
|
6393
|
+
"script"
|
|
6394
|
+
],
|
|
6395
|
+
"compatible_agents": [
|
|
6396
|
+
"generic",
|
|
6397
|
+
"claude",
|
|
6398
|
+
"codex"
|
|
6399
|
+
],
|
|
6400
|
+
"path": "jobs/spa/product-chemical-expiry-check.yaml"
|
|
6401
|
+
},
|
|
5976
6402
|
{
|
|
5977
6403
|
"id": "production-line-downtime-watch",
|
|
5978
6404
|
"version": 1,
|
|
@@ -6617,6 +7043,31 @@
|
|
|
6617
7043
|
],
|
|
6618
7044
|
"path": "jobs/restaurant/reservation-noshow-deposit-check.yaml"
|
|
6619
7045
|
},
|
|
7046
|
+
{
|
|
7047
|
+
"id": "retail-product-low-stock-check",
|
|
7048
|
+
"version": 1,
|
|
7049
|
+
"name": "Retail Product Low-Stock Check",
|
|
7050
|
+
"description": "Scans your retail/backbar inventory log and flags skincare, haircare, or nail products at or below reorder point. Use this if a stylist or esthetician has ever reached for a product mid-service and found the shelf empty because nobody was watching the count.",
|
|
7051
|
+
"category": "spa",
|
|
7052
|
+
"tags": [
|
|
7053
|
+
"spa",
|
|
7054
|
+
"retail",
|
|
7055
|
+
"inventory",
|
|
7056
|
+
"restock"
|
|
7057
|
+
],
|
|
7058
|
+
"schedule": "0 7 * * 1",
|
|
7059
|
+
"timezone": "UTC",
|
|
7060
|
+
"runner": "shell",
|
|
7061
|
+
"modes": [
|
|
7062
|
+
"script"
|
|
7063
|
+
],
|
|
7064
|
+
"compatible_agents": [
|
|
7065
|
+
"generic",
|
|
7066
|
+
"claude",
|
|
7067
|
+
"codex"
|
|
7068
|
+
],
|
|
7069
|
+
"path": "jobs/spa/retail-product-low-stock-check.yaml"
|
|
7070
|
+
},
|
|
6620
7071
|
{
|
|
6621
7072
|
"id": "return-fraud-pattern-check",
|
|
6622
7073
|
"version": 1,
|
|
@@ -6718,6 +7169,31 @@
|
|
|
6718
7169
|
],
|
|
6719
7170
|
"path": "jobs/growth/review-request-nudge.yaml"
|
|
6720
7171
|
},
|
|
7172
|
+
{
|
|
7173
|
+
"id": "rights-license-expiry-check",
|
|
7174
|
+
"version": 1,
|
|
7175
|
+
"name": "Rights and License Expiry Check",
|
|
7176
|
+
"description": "Warns you before a granted or acquired rights/licensing deal (foreign rights, film/TV options, audio, translation) expires or comes up for renewal. Use this if a rights deal has ever lapsed silently because the expiry date only lived in the signed contract's PDF.",
|
|
7177
|
+
"category": "publishing",
|
|
7178
|
+
"tags": [
|
|
7179
|
+
"publishing",
|
|
7180
|
+
"rights",
|
|
7181
|
+
"licensing",
|
|
7182
|
+
"contracts"
|
|
7183
|
+
],
|
|
7184
|
+
"schedule": "0 9 * * 1",
|
|
7185
|
+
"timezone": "UTC",
|
|
7186
|
+
"runner": "shell",
|
|
7187
|
+
"modes": [
|
|
7188
|
+
"script"
|
|
7189
|
+
],
|
|
7190
|
+
"compatible_agents": [
|
|
7191
|
+
"generic",
|
|
7192
|
+
"claude",
|
|
7193
|
+
"codex"
|
|
7194
|
+
],
|
|
7195
|
+
"path": "jobs/publishing/rights-license-expiry-check.yaml"
|
|
7196
|
+
},
|
|
6721
7197
|
{
|
|
6722
7198
|
"id": "robots-txt-check",
|
|
6723
7199
|
"version": 1,
|
|
@@ -6742,6 +7218,31 @@
|
|
|
6742
7218
|
],
|
|
6743
7219
|
"path": "jobs/content/robots-txt-check.yaml"
|
|
6744
7220
|
},
|
|
7221
|
+
{
|
|
7222
|
+
"id": "royalty-statement-due-check",
|
|
7223
|
+
"version": 1,
|
|
7224
|
+
"name": "Royalty Statement Due Check",
|
|
7225
|
+
"description": "Warns you before a royalty statement and payment is due to an author or co-author. Use this if a royalty statement has ever gone out late (or didn't go out at all) because the payout schedule wasn't tracked anywhere.",
|
|
7226
|
+
"category": "publishing",
|
|
7227
|
+
"tags": [
|
|
7228
|
+
"publishing",
|
|
7229
|
+
"royalties",
|
|
7230
|
+
"authors",
|
|
7231
|
+
"payments"
|
|
7232
|
+
],
|
|
7233
|
+
"schedule": "0 9 1 * *",
|
|
7234
|
+
"timezone": "UTC",
|
|
7235
|
+
"runner": "shell",
|
|
7236
|
+
"modes": [
|
|
7237
|
+
"script"
|
|
7238
|
+
],
|
|
7239
|
+
"compatible_agents": [
|
|
7240
|
+
"generic",
|
|
7241
|
+
"claude",
|
|
7242
|
+
"codex"
|
|
7243
|
+
],
|
|
7244
|
+
"path": "jobs/publishing/royalty-statement-due-check.yaml"
|
|
7245
|
+
},
|
|
6745
7246
|
{
|
|
6746
7247
|
"id": "rss-feed-health-check",
|
|
6747
7248
|
"version": 1,
|
|
@@ -6892,6 +7393,31 @@
|
|
|
6892
7393
|
],
|
|
6893
7394
|
"path": "jobs/finance/saas-seat-audit.yaml"
|
|
6894
7395
|
},
|
|
7396
|
+
{
|
|
7397
|
+
"id": "safety-inspection-due-reminder",
|
|
7398
|
+
"version": 1,
|
|
7399
|
+
"name": "Health & Safety Inspection Due Reminder",
|
|
7400
|
+
"description": "Warns before a health department, board-of-cosmetology, or fire/safety inspection is expected, based on your jurisdiction's typical interval. Use this if an inspector has ever shown up to a treatment room that wasn't ready because nobody was tracking when the last inspection happened.",
|
|
7401
|
+
"category": "spa",
|
|
7402
|
+
"tags": [
|
|
7403
|
+
"spa",
|
|
7404
|
+
"compliance",
|
|
7405
|
+
"inspection",
|
|
7406
|
+
"safety"
|
|
7407
|
+
],
|
|
7408
|
+
"schedule": "0 8 1 * *",
|
|
7409
|
+
"timezone": "UTC",
|
|
7410
|
+
"runner": "shell",
|
|
7411
|
+
"modes": [
|
|
7412
|
+
"script"
|
|
7413
|
+
],
|
|
7414
|
+
"compatible_agents": [
|
|
7415
|
+
"generic",
|
|
7416
|
+
"claude",
|
|
7417
|
+
"codex"
|
|
7418
|
+
],
|
|
7419
|
+
"path": "jobs/spa/safety-inspection-due-reminder.yaml"
|
|
7420
|
+
},
|
|
6895
7421
|
{
|
|
6896
7422
|
"id": "screen-time-check",
|
|
6897
7423
|
"version": 1,
|
|
@@ -7017,6 +7543,33 @@
|
|
|
7017
7543
|
],
|
|
7018
7544
|
"path": "jobs/marketing/seo-rank-drop-watch.yaml"
|
|
7019
7545
|
},
|
|
7546
|
+
{
|
|
7547
|
+
"id": "service-ticket-churn-risk-review",
|
|
7548
|
+
"version": 1,
|
|
7549
|
+
"name": "Service Ticket Churn Risk Review",
|
|
7550
|
+
"description": "Reviews customers with repeated service tickets in a recent window and drafts a churn-risk summary with recommended outreach. Use this if a customer has ever quietly churned after their third outage ticket because nobody connected the dots between separate complaints.",
|
|
7551
|
+
"category": "telecom",
|
|
7552
|
+
"tags": [
|
|
7553
|
+
"telecom",
|
|
7554
|
+
"churn",
|
|
7555
|
+
"support",
|
|
7556
|
+
"retention"
|
|
7557
|
+
],
|
|
7558
|
+
"schedule": "0 9 * * 1",
|
|
7559
|
+
"timezone": "UTC",
|
|
7560
|
+
"runner": "hybrid",
|
|
7561
|
+
"modes": [
|
|
7562
|
+
"script",
|
|
7563
|
+
"agent-prompt"
|
|
7564
|
+
],
|
|
7565
|
+
"compatible_agents": [
|
|
7566
|
+
"claude",
|
|
7567
|
+
"codex",
|
|
7568
|
+
"hermes",
|
|
7569
|
+
"generic"
|
|
7570
|
+
],
|
|
7571
|
+
"path": "jobs/telecom/service-ticket-churn-risk-review.yaml"
|
|
7572
|
+
},
|
|
7020
7573
|
{
|
|
7021
7574
|
"id": "shipment-delay-watch",
|
|
7022
7575
|
"version": 1,
|
|
@@ -7114,6 +7667,31 @@
|
|
|
7114
7667
|
],
|
|
7115
7668
|
"path": "jobs/support/sla-breach-warning.yaml"
|
|
7116
7669
|
},
|
|
7670
|
+
{
|
|
7671
|
+
"id": "sla-uptime-breach-tracker",
|
|
7672
|
+
"version": 1,
|
|
7673
|
+
"name": "SLA Uptime Breach Tracker",
|
|
7674
|
+
"description": "Compares each customer's measured monthly uptime percentage against their contracted SLA and flags anyone below threshold. Use this if you've ever missed an SLA credit obligation because nobody totaled up the downtime minutes until the customer's lawyer did.",
|
|
7675
|
+
"category": "telecom",
|
|
7676
|
+
"tags": [
|
|
7677
|
+
"telecom",
|
|
7678
|
+
"sla",
|
|
7679
|
+
"uptime",
|
|
7680
|
+
"contracts"
|
|
7681
|
+
],
|
|
7682
|
+
"schedule": "0 6 1 * *",
|
|
7683
|
+
"timezone": "UTC",
|
|
7684
|
+
"runner": "shell",
|
|
7685
|
+
"modes": [
|
|
7686
|
+
"script"
|
|
7687
|
+
],
|
|
7688
|
+
"compatible_agents": [
|
|
7689
|
+
"generic",
|
|
7690
|
+
"claude",
|
|
7691
|
+
"codex"
|
|
7692
|
+
],
|
|
7693
|
+
"path": "jobs/telecom/sla-uptime-breach-tracker.yaml"
|
|
7694
|
+
},
|
|
7117
7695
|
{
|
|
7118
7696
|
"id": "smart-contract-upgrade-watch",
|
|
7119
7697
|
"version": 1,
|
|
@@ -7840,6 +8418,56 @@
|
|
|
7840
8418
|
],
|
|
7841
8419
|
"path": "jobs/team/team-anniversary-reminder.yaml"
|
|
7842
8420
|
},
|
|
8421
|
+
{
|
|
8422
|
+
"id": "tech-eta-no-show-check",
|
|
8423
|
+
"version": 1,
|
|
8424
|
+
"name": "Tech ETA No-Show Check",
|
|
8425
|
+
"description": "Checks today's dispatch log for jobs where the technician's promised arrival window has passed with no check-in logged. Use this if a customer has ever called asking where the tech is before dispatch even noticed the appointment was running late.",
|
|
8426
|
+
"category": "fieldservice",
|
|
8427
|
+
"tags": [
|
|
8428
|
+
"fieldservice",
|
|
8429
|
+
"dispatch",
|
|
8430
|
+
"eta",
|
|
8431
|
+
"no-show"
|
|
8432
|
+
],
|
|
8433
|
+
"schedule": "*/30 7-18 * * 1-6",
|
|
8434
|
+
"timezone": "UTC",
|
|
8435
|
+
"runner": "shell",
|
|
8436
|
+
"modes": [
|
|
8437
|
+
"script"
|
|
8438
|
+
],
|
|
8439
|
+
"compatible_agents": [
|
|
8440
|
+
"generic",
|
|
8441
|
+
"claude",
|
|
8442
|
+
"codex"
|
|
8443
|
+
],
|
|
8444
|
+
"path": "jobs/fieldservice/tech-eta-no-show-check.yaml"
|
|
8445
|
+
},
|
|
8446
|
+
{
|
|
8447
|
+
"id": "tech-license-renewal-check",
|
|
8448
|
+
"version": 1,
|
|
8449
|
+
"name": "Tech License & Certification Renewal Check",
|
|
8450
|
+
"description": "Checks technician licenses and certifications (EPA 608, journeyman electrician, plumbing license) against their expiration date and flags any expiring soon. Use this if a tech has ever been pulled off a job, or a permit rejected, because their certification quietly lapsed without anyone tracking the renewal date.",
|
|
8451
|
+
"category": "fieldservice",
|
|
8452
|
+
"tags": [
|
|
8453
|
+
"fieldservice",
|
|
8454
|
+
"license",
|
|
8455
|
+
"certification",
|
|
8456
|
+
"compliance"
|
|
8457
|
+
],
|
|
8458
|
+
"schedule": "0 8 1 * *",
|
|
8459
|
+
"timezone": "UTC",
|
|
8460
|
+
"runner": "shell",
|
|
8461
|
+
"modes": [
|
|
8462
|
+
"script"
|
|
8463
|
+
],
|
|
8464
|
+
"compatible_agents": [
|
|
8465
|
+
"generic",
|
|
8466
|
+
"claude",
|
|
8467
|
+
"codex"
|
|
8468
|
+
],
|
|
8469
|
+
"path": "jobs/fieldservice/tech-license-renewal-check.yaml"
|
|
8470
|
+
},
|
|
7843
8471
|
{
|
|
7844
8472
|
"id": "terraform-drift-check",
|
|
7845
8473
|
"version": 1,
|
|
@@ -8192,6 +8820,56 @@
|
|
|
8192
8820
|
],
|
|
8193
8821
|
"path": "jobs/education/tuition-payment-plan-delinquency-check.yaml"
|
|
8194
8822
|
},
|
|
8823
|
+
{
|
|
8824
|
+
"id": "unpaid-invoice-aging-check",
|
|
8825
|
+
"version": 1,
|
|
8826
|
+
"name": "Unpaid Invoice Aging Check",
|
|
8827
|
+
"description": "Checks invoices issued after completed jobs against their due date and flags any going unpaid past your collection threshold. Use this if cash has ever gotten tight because completed jobs sat uncollected for weeks with nobody following up on payment.",
|
|
8828
|
+
"category": "fieldservice",
|
|
8829
|
+
"tags": [
|
|
8830
|
+
"fieldservice",
|
|
8831
|
+
"invoicing",
|
|
8832
|
+
"collections",
|
|
8833
|
+
"aging"
|
|
8834
|
+
],
|
|
8835
|
+
"schedule": "0 9 * * 1-5",
|
|
8836
|
+
"timezone": "UTC",
|
|
8837
|
+
"runner": "shell",
|
|
8838
|
+
"modes": [
|
|
8839
|
+
"script"
|
|
8840
|
+
],
|
|
8841
|
+
"compatible_agents": [
|
|
8842
|
+
"generic",
|
|
8843
|
+
"claude",
|
|
8844
|
+
"codex"
|
|
8845
|
+
],
|
|
8846
|
+
"path": "jobs/fieldservice/unpaid-invoice-aging-check.yaml"
|
|
8847
|
+
},
|
|
8848
|
+
{
|
|
8849
|
+
"id": "unresolved-callback-tracker",
|
|
8850
|
+
"version": 1,
|
|
8851
|
+
"name": "Unresolved Callback Tracker",
|
|
8852
|
+
"description": "Flags customer callbacks (a return visit for the same issue within the warranty window) that are still open past a set number of days. Use this if a rework job has ever slipped through the cracks and the customer had to call a second time to get it actually fixed.",
|
|
8853
|
+
"category": "fieldservice",
|
|
8854
|
+
"tags": [
|
|
8855
|
+
"fieldservice",
|
|
8856
|
+
"callback",
|
|
8857
|
+
"rework",
|
|
8858
|
+
"quality"
|
|
8859
|
+
],
|
|
8860
|
+
"schedule": "0 9 * * 1-5",
|
|
8861
|
+
"timezone": "UTC",
|
|
8862
|
+
"runner": "shell",
|
|
8863
|
+
"modes": [
|
|
8864
|
+
"script"
|
|
8865
|
+
],
|
|
8866
|
+
"compatible_agents": [
|
|
8867
|
+
"generic",
|
|
8868
|
+
"claude",
|
|
8869
|
+
"codex"
|
|
8870
|
+
],
|
|
8871
|
+
"path": "jobs/fieldservice/unresolved-callback-tracker.yaml"
|
|
8872
|
+
},
|
|
8195
8873
|
{
|
|
8196
8874
|
"id": "uptime-ping-check",
|
|
8197
8875
|
"version": 1,
|
|
@@ -8535,6 +9213,31 @@
|
|
|
8535
9213
|
],
|
|
8536
9214
|
"path": "jobs/automotive/warranty-claim-deadline-check.yaml"
|
|
8537
9215
|
},
|
|
9216
|
+
{
|
|
9217
|
+
"id": "warranty-claim-expiry-check",
|
|
9218
|
+
"version": 1,
|
|
9219
|
+
"name": "Warranty Claim Expiry Check",
|
|
9220
|
+
"description": "Checks open equipment warranty claims (HVAC units, water heaters, appliances) against the manufacturer's filing deadline and flags any about to lapse unfiled. Use this if a claim has ever been denied because it was submitted a day after the manufacturer's window closed.",
|
|
9221
|
+
"category": "fieldservice",
|
|
9222
|
+
"tags": [
|
|
9223
|
+
"fieldservice",
|
|
9224
|
+
"warranty",
|
|
9225
|
+
"claims",
|
|
9226
|
+
"deadline"
|
|
9227
|
+
],
|
|
9228
|
+
"schedule": "0 8 * * 1-5",
|
|
9229
|
+
"timezone": "UTC",
|
|
9230
|
+
"runner": "shell",
|
|
9231
|
+
"modes": [
|
|
9232
|
+
"script"
|
|
9233
|
+
],
|
|
9234
|
+
"compatible_agents": [
|
|
9235
|
+
"generic",
|
|
9236
|
+
"claude",
|
|
9237
|
+
"codex"
|
|
9238
|
+
],
|
|
9239
|
+
"path": "jobs/fieldservice/warranty-claim-expiry-check.yaml"
|
|
9240
|
+
},
|
|
8538
9241
|
{
|
|
8539
9242
|
"id": "warranty-expiry-reminder",
|
|
8540
9243
|
"version": 1,
|