---
name: threadops-monitor
description: Set up or plan a ThreadOps monitoring workflow for recurring checks, deploy follow-up, CI watch, long-running jobs, reminders, or thread automations.
---

# ThreadOps Monitor

Use monitoring only for stable recurring checks. A monitor should have a durable
prompt, clear stop condition, and bounded actions.

## Workflow

1. Identify what should be checked, how often, and for how long.
2. Define stop conditions: success, failure, timeout, or user action needed.
3. Prefer thread automation when continuity in the same conversation matters.
4. Prefer fresh automation runs when each check is independent.
5. Keep the prompt concise and repeatable.

## Automation Prompt Template

```text
Check <target> every <interval>.
Report only if <success condition> changed, <failure condition> appears, or user action is needed.
Stop when <stop condition>.
Use only <allowed commands/tools>.
```
