SKILL·C9DFF1

competitive-intel-watch

deanpeters
Updated 9 days ago
1 views
5,997
736
5,997
View on GitHub
Otherai

About

This skill performs automated delta monitoring against a prior competitive snapshot, reporting only material changes with cited evidence and flags for battle-card updates. It's designed to run unattended on a schedule, filtering out noise to provide actionable intelligence. Use it to keep competitive assets current without manual weekly research regeneration.

Quick Install

Claude Code

Recommended
Primary
npx skills add deanpeters/Product-Manager-Skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/deanpeters/Product-Manager-Skills
Git CloneAlternative
git clone https://github.com/deanpeters/Product-Manager-Skills.git ~/.claude/skills/competitive-intel-watch

Copy and paste this command in Claude Code to install this skill

Documentation

Competitive Intel Watch

Purpose

Monitor a competitive landscape for material shifts since the last run. Diff the world against the previous snapshot; report only what changed, with evidence; flag which downstream artifacts need updating. This is the skill that turns competitive research from a document into a cadence — the weekly SIGINT sweep and monthly OSINT digest from the fusion cadence live here. A watch reports change, not state: regenerating the same report weekly is theater, and "no material shifts this cycle" is a valid, useful result.

Input

Works best with: the previous Competitive Research Snapshot (pasted or attached) — the baseline this run diffs against — and the competitor list (defaults to those in the snapshot). Also useful: anything specific you're watching for this cycle, and a materiality bar adjustment if the default needs tightening or loosening.

Input supplied inline with the invocation — text after the skill name, a pasted context dump, or an appended ARGUMENTS: line — counts as answers already given. Use it against the question budget; don't re-ask.

Arriving empty-handed? That works too. With no prior snapshot, the skill falls back to baseline mode: it produces a first snapshot using the competitive-research-snapshot structure and stops — the delta value starts on run two.

Example invocation: Competitive intel watch — prior snapshot pasted below; this cycle I'm specifically watching for pricing moves. [snapshot]

Key Concepts

  • Governing protocol: honors the autonomous-investigation contract — question budget of 2 (this skill's tightest), search-plan gate, Fact/Inference/Assumption labels, Just Enough Mode, stable schema, 4-option Final Step.
  • Discipline mix: SIGINT first (site diffs, pricing pages, job posts — the freshest layer), with OSINT and HUMINT signals monthly and FININT on the quarterly pass — the fusion cadence in intelligence-collection-disciplines is this skill's operating rhythm.
  • The materiality bar. Report a change only if a sales rep, pricing owner, or roadmap owner would plausibly act on it: pricing/packaging changes, launches and deprecations, positioning shifts, leadership moves, funding or M&A, major customer wins/losses, credible roadmap signals. Below the bar: cosmetic site changes, routine content marketing, minor releases. Why it matters: a watch that cries wolf gets ignored by cycle three — the bar is what keeps the audience.
  • Delta discipline. Read the prior snapshot fully before searching; diff against it, never regenerate it. The empty changelog is a first-class outcome.
  • Update flags close the loop. Research is only done when it names the artifact it changes — each material shift maps to the battle card, positioning, pricing, or roadmap sections now stale.
  • Do-not-invent list: competitors, features, pricing, market share, customer wins, roadmap items, product claims. Every claimed change carries a URL and a date.
  • When NOT to use: no baseline exists and you want the full treatment → run competitive-research-snapshot first; the scope itself changed (new segment, pivot) → re-snapshot from scratch rather than diffing a stale scope.

Application

  1. Determine mode. Prior snapshot provided → delta mode. None → baseline mode: produce a snapshot per the competitive-research-snapshot schema and stop.
  2. Credit inline context, then ask only the unanswered questions (max 2):
    1. Do you have the previous snapshot, or should I create a baseline?
    2. Anything specific you're watching for this cycle? If unanswered, proceed: baseline mode if no snapshot, default materiality bar otherwise.
  3. Read the prior snapshot fully before searching. The diff target is the document, not your memory of the market.
  4. Show the 3-bullet search plan — what you'll check per competitor, source types (company sites, pricing pages, release notes, press, investor materials, credible news, review sites, job postings), how facts will be separated from inference. Continue unless revised.
  5. Sweep and filter through the materiality bar. When nothing clears it, say so plainly.
  6. Emit the schema below exactly — runs must be diffable.

Output schema (do not reorder)

# Competitive Watch Report

## 1. Run Header
**Scope (from prior snapshot):** | **Prior snapshot date:** | **This run date:** | **Competitors checked:**

## 2. Changelog (Material Shifts Only)
For each material shift:
### [Competitor] — [4 to 8 word change summary]
- **What changed:** [1-2 bullets, labeled Fact/Inference]
- **Evidence:** [URL, date]
- **So what:** [why it clears the materiality bar]
- **Confidence:** [high / medium / low]

If nothing cleared the bar: "No material shifts this cycle." List
anything on the watchlist for next run.

## 3. Update Flags
| Downstream artifact | Sections needing update | Driven by |
|---|---|---|
| Battle card | | |
| Positioning statement | | |
| Pricing/packaging analysis | | |
| Roadmap assumptions | | |
Only rows with real updates; omit the rest.

## 4. Watchlist for Next Run
- [Signals below the bar but trending]
- [Open questions this run could not resolve]

### Assumptions to Validate
- [Assumption 1] / [Assumption 2] / [Assumption 3]

A copy/paste fill-in version of this schema, with quality checks, lives in template.md.

Final Step (offer exactly 4 options)

  1. Update the battle card sections flagged above (battle-card-builder)
  2. Deep-dive the most significant change
  3. Produce the refreshed full snapshot (new baseline)
  4. Adjust the materiality bar or competitor list for next run

Accept 1, 2, 3, 4, 1 and 2, Verbose Mode, or a custom path. On a scheduled, unattended run, file the report and stop — the options wait for a human.

Examples

A changelog entry that clears the bar (fictional):

Ledgerline — mid-tier plan removed from pricing page

  • What changed: the $49 "Team" tier no longer appears; feature list redistributed upward — Fact (pricing page vs. archived version, Jul 2 vs. Jun 1)
  • Evidence: URL + archive diff, dated
  • So what: entry price effectively doubled; our "cheaper to start" talking point is now stronger, and their SMB churn may spike — clears the bar for both sales and pricing owners
  • Confidence: high

The empty changelog done right:

No material shifts this cycle. Below-the-bar activity logged for trend: [Competitor B] published three thought-leadership posts on compliance automation (watchlist: possible positioning shift if their product pages follow), and two senior-engineer job posts mention a language we haven't seen in their stack before (watchlist: TECHINT corroboration needed before this means anything).

See examples/sample.md for a complete worked run (fictional FSM-software market) that diffs against the competitive-research-snapshot example's baseline — including an assumption from that baseline getting confirmed by the diff. examples/sample-industrial.md shows the quarterly-cadence industrial version, where a top risk gets demoted and that's reported as material.

Common Pitfalls

  • Regeneration theater. Producing a fresh full report each run and calling it a watch. The reader's question is "what changed?" — answer only that.
  • Materiality inflation. Reporting blog posts and minor releases to seem productive. Every below-bar item reported costs credibility the real alerts will need later.
  • Fear of the empty changelog. Padding a quiet cycle with noise. "No material change" backed by a real sweep is exactly what a healthy watch produces most cycles.
  • Undated evidence. A change claim without both URL and date can't be verified or diffed next run. The date is half the evidence.
  • Diffing a stale scope. The market pivoted, you entered a new segment — and the watch keeps diffing the old frame. Re-baseline when the scope changes; say so in the run header.
  • Orphaned intelligence. A changelog with no update flags. If no artifact needs updating, the shift probably didn't clear the bar — flags are how research becomes action.

References

GitHub Repository

deanpeters/Product-Manager-Skills
Path: skills/competitive-intel-watch
0
ai-agentsai-product-managementclaude-skillspm-frameworksproduct-management
FAQ

Frequently asked questions

What is the competitive-intel-watch skill?

competitive-intel-watch is a Claude Skill by deanpeters. Skills package instructions and resources that Claude loads on demand, so Claude can perform competitive-intel-watch-related tasks without extra prompting.

How do I install competitive-intel-watch?

Use the install commands on this page: add competitive-intel-watch to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does competitive-intel-watch belong to?

competitive-intel-watch is in the Other category, tagged ai.

Is competitive-intel-watch free to use?

Yes. competitive-intel-watch is listed on AIMCP and free to install.

Related Skills

llamaguard
Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill
cost-optimization
Other

This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.

View skill
sports-betting-analyzer
Other

This Claude Skill analyzes sports betting markets including spreads, over/unders, and prop bets by examining historical trends and situational statistics to identify value bets. It provides structured markdown output with actionable recommendations for educational purposes. Developers should use this for sports betting analysis tools while noting it's designed for entertainment/education only.

View skill
quantizing-models-bitsandbytes
Other

This skill quantizes LLMs to 8-bit or 4-bit precision using bitsandbytes, achieving 50-75% memory reduction with minimal accuracy loss. It's ideal for running larger models on limited GPU memory or accelerating inference, supporting formats like INT8, NF4, and FP4. The skill integrates with HuggingFace Transformers and enables QLoRA training and 8-bit optimizers.

View skill