> ## Documentation Index
> Fetch the complete documentation index at: https://closedloop.sh/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Watch

> Set up a notification watch in plain language and get alerted in Slack, Teams, or email when something crosses a threshold in your insights.

Describe the alert you want in plain language. The skill compiles it into a precise rule, shows you exactly what it will watch, and saves it only after you confirm. From then on it runs on its own.

## Usage

```
/closedloop-watch alert me when 5+ bug reports come in over a week
/closedloop-watch ping me in #product when integration complaints spike
/closedloop-watch let me know if we get 3+ high-severity issues in 3 days
/closedloop-watch alert me in #cs when 3+ churn signals come in over two weeks
```

Say what should happen, over what window, and where to tell you.

## What You Can Watch

* **Product insights**: category, severity, emotion, feature area, frustration, and deal-blocker filters
* **Strategic intelligence**: stated churn, competitor mentions, and blockers

Conditions combine with AND, OR, and NOT, so "critical bugs in checkout" is a single watch.

## Where It Notifies

A Slack channel, Microsoft Teams, email, or a webhook. The skill asks where to send it rather than guessing.

## What You Get

* **A plain-English readback** before anything is saved: what will be watched, and how you will hear about it
* **A saved watch**, evaluated automatically from then on

## Design Principles

**Confirm before creating.** The skill reads the rule back and waits for a yes. Nothing is created silently.

**No invented thresholds.** If you did not give a number or a window, it asks rather than picking one for you.

**One watch per call.** Two thresholds or two subjects become two watches, and the skill says so rather than forcing them into one rule that would not fire the way you meant.

**Built only from real fields.** Every condition comes from the live catalog of what can be watched, so a saved watch is one that can actually evaluate.
