# Catch what every competitor shipped this month

Refresh the competitor profile every month, diff what changed, and cite a live URL for every claim.

**Connects:** drive, notion, slack

## How to install

1. Fetch https://eluu.ai/cookbook/competitor-watch-monthly/skill.md and save it into your skills folder as `competitor-watch-monthly`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Fetches live pricing, changelog, reviews, and job postings per competitor
- Scores Delight, Hard-to-copy, Margin, every score tied to a cited URL
- Diffs this month's findings against last month's saved profile
- Re-fetches every load-bearing URL before publishing, no stale claims

## Recurring jobs

- **Monthly competitor watch** (1st business day of the month at 9:00 AM) — https://eluu.ai/cookbook/competitor-watch-monthly/jobs-setup/monthly-competitor-watch.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **DHM scoring**, Score Delight, Hard-to-copy, Margin, each score tied to a source URL. — https://eluu.ai/cookbook/competitor-watch-monthly/skills/dhm-scoring.md
- **Source citation**, Every claim in the profile links to the live page it came from. — https://eluu.ai/cookbook/competitor-watch-monthly/skills/source-citation.md
- **Diff-against-last-run**, Isolate only what changed since the previous profile. — https://eluu.ai/cookbook/competitor-watch-monthly/skills/diff-against-last-run.md

## Files

- skill.md — https://eluu.ai/cookbook/competitor-watch-monthly/skill.md
- jobs-setup/monthly-competitor-watch.md — https://eluu.ai/cookbook/competitor-watch-monthly/jobs-setup/monthly-competitor-watch.md
- skills/dhm-scoring.md — https://eluu.ai/cookbook/competitor-watch-monthly/skills/dhm-scoring.md
- skills/source-citation.md — https://eluu.ai/cookbook/competitor-watch-monthly/skills/source-citation.md
- skills/diff-against-last-run.md — https://eluu.ai/cookbook/competitor-watch-monthly/skills/diff-against-last-run.md
- workflow.json — https://eluu.ai/cookbook/competitor-watch-monthly/workflow.json
