watch

Create research watch baselines and schedule follow-up checks for monitoring fields.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/cameronbracken/waterology-research --skill watch-cameronbracken
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: watch
Source: https://github.com/cameronbracken/waterology-research/tree/main/skills/watch
Command: npx skills add https://github.com/cameronbracken/waterology-research --skill watch-cameronbracken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping up with new papers and developments in a research area requires repeated manual searching. This Skill establishes a documented baseline of the current state of a topic and optionally sets up recurring checks so changes are detected systematically. ## Core Features & Use Cases - Baseline Sweep: Runs a source-grounded search and records the current state of a research topic in a dated baseline document with direct source URLs. - Watch Planning: Writes a plan defining topic boundaries, signals to monitor, meaningful change criteria, sources, and check frequency before searching. - Optional Scheduling: Creates a recurring schedule using the current runtime's scheduling capability, or provides a local cron recipe when scheduling is unavailable. - Use Case: A researcher wants to track new publications on groundwater modeling. The Skill writes a watch plan, produces a baseline summary at docs/groundwater-modeling-baseline.md, and sets up weekly follow-up checks. ## Quick Start Ask the assistant to watch the topic of groundwater modeling and create a baseline with weekly update checks.

Frequently Asked Questions about watch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up monitoring for new papers in a research field?▼

Ask to watch a research topic and the Skill writes a plan defining topic boundaries and signals, runs a source-grounded baseline sweep, and saves the current state to a dated Markdown file. Recurring checks are scheduled only if you explicitly request them.

How to schedule recurring research update checks?▼

The Skill creates a recurring schedule only when explicitly requested, using the current runtime's scheduling capability when available. Otherwise it provides a local cron or task scheduler recipe and marks the baseline as manual scheduling.

What does a research watch baseline document contain?▼

The baseline includes the date, search scope, refresh instructions, meaningful change criteria, and a scheduling status. It ends with a Sources section containing direct URLs for every source used in the sweep.

Can I review the watch plan before the search runs?▼

Yes, the plan is written to docs/.plans/<slug>.md before searching and is briefly summarized. The Skill continues automatically unless you ask to review the plan first.

When does the watch skill not create automatic alerts?▼

Automatic scheduling is skipped unless you explicitly ask for it, and monitoring is never claimed as active until the schedule exists and its next run is known. Without a runtime scheduler, a manual cron recipe is provided instead.