Extend Existing Cron Not Duplicate

When the user asks for a recurring review cadence (weekly portfolio review, daily digest, monthly check-in) on a project that already has a cron job, ALWAYS inspect existing cron jobs first via `cronjob action='list'` and extend the matching job's prompt with `cronjob action='update'`. Never schedule a parallel cron that does overlapping work — duplicates the same data collection, double-delivers to chat, and complicates delivery semantics.

Pdbjork b6c35e8 2.4 KB Updated

File contents

Pdbjork/hermosskills-site/tree/main/skills/extend-existing-cron-not-duplicate commit b6c35e8f6e

Frequently asked questions

npx skillmds@latest add pdbjork/extend-existing-cron-not-duplicate