Help us improve
Share bugs, ideas, or general feedback.
From kate-career-coach
Set up weekly background monitoring for the first time, or reconfigure it. Initializes the watchlist, runs a first monitoring cycle, then creates a scheduled task that runs headlessly every week and writes results to monitoring/digest.md. Trigger phrases: "setup monitoring", "set up monitoring", "configure monitoring", "start weekly monitoring", "schedule monitoring", "turn on monitoring", "enable monitoring".
How this skill is triggered — by the user, by Claude, or both
Slash command
/kate-career-coach:setup-monitoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
If kate-coach SKILL.md is not already loaded in this session, read `skills/kate-coach/SKILL.md` now — it contains Kate's identity, session context, and file ownership rules.
Share bugs, ideas, or general feedback.
If kate-coach SKILL.md is not already loaded in this session, read skills/kate-coach/SKILL.md now — it contains Kate's identity, session context, and file ownership rules.
monitoring/watchlist.md contains five sections:
user/application_history.md; always trackedDetect the current project folder path — required for Step 6.
Check whether monitoring/watchlist.md already exists.
If it does not exist:
monitoring/ folderskills/kate-coach/references/templates/watchlist_template.mduser/application_history.mduser/user_profile.md target domains. Ask the user to confirm, trim, or modify before saving.watchlist.md.If it already exists: confirm with the user whether to keep the current watchlist or update it before proceeding.
Run the run-monitoring skill inline to generate the first digest before scheduling. This lets the user validate the output before committing to a weekly run.
After the first run, ask: "Does that look right? Too much, too little, anything to change before I set this up to run weekly?"
Apply any feedback to watchlist.md.
Read the Monitoring Flow in skills/kate-coach/references/flows.md and write monitoring/scheduled_task_prompt.md using this structure, substituting the actual project folder path detected in Step 1:
# Kate Weekly Monitoring — Scheduled Task Prompt
# Generated: [YYYY-MM-DD]
# Re-run setup-monitoring to regenerate this file after updating flows.md.
You are running Kate's weekly monitoring task. This is a headless background job — no user is present.
Project folder: [PROJECT_FOLDER_PATH]
Follow the Monitoring Flow as defined in the kate-coach skill's references/flows.md exactly. The flow file is at: [PROJECT_FOLDER_PATH]/skills/kate-coach/references/flows.md
Steps are defined there in full. Do not deviate from them. Do not interact with the user. Write files and exit.
Key paths:
- Watchlist: [PROJECT_FOLDER_PATH]/monitoring/watchlist.md
- User profile: [PROJECT_FOLDER_PATH]/user/user_profile.md
- Application history: [PROJECT_FOLDER_PATH]/user/application_history.md
- Digest output: [PROJECT_FOLDER_PATH]/monitoring/digest.md
- Digest archive: [PROJECT_FOLDER_PATH]/monitoring/digest_archive/
- Pending suggestions: [PROJECT_FOLDER_PATH]/monitoring/pending_suggestions.md
This file is the single source of truth for the scheduled task. If the monitoring flow in flows.md changes, re-run setup-monitoring to regenerate it.
Create the scheduled weekly task pointed at monitoring/scheduled_task_prompt.md. Set it to run weekly (cron: 0 7 * * 1 — Monday mornings at 7am local time, adjustable).
Record the scheduled task ID in the monitoring/watchlist.md Scheduled Task Settings section.
Confirm: "Monitoring is live. It'll run every Monday morning and have a fresh digest ready when you start your next session after that. You'll see a note at session start if the digest is more than 7 days old."
npx claudepluginhub cbellbell-spin/kate-career-coachGuides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.