# Product Intelligence

> Automated competitor feature tracking, user feedback clustering, and feature validation for the Product department. Monitors competitor launches, aggregates user feedback signals, clusters by theme, and feeds the product self-improvement loop. Use when tracking competitor features, analyzing user feedback, validating feature hypotheses, or running the product UAOP pipeline.

- Skill: `kmshihab7878/product-intelligence` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kmshihab7878/product-intelligence`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kmshihab7878/product-intelligence/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: kmshihab7878 (https://skillmd.com/u/kmshihab7878)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kmshihab7878/product-intelligence

---


# Product Intelligence — Product Department Intelligence Engine

Automated competitor feature tracking and user feedback synthesis. UAOP Stage 1 + Stage 5 for Product.

## When to use

- Tracking competitor product launches and feature changes
- Synthesizing user feedback from multiple channels
- Validating feature hypotheses before building
- Quarterly product roadmap planning
- Sprint prioritization — "what should we build next?"

## Pipeline

### Step 1: Competitor Feature Scan
- Monitor competitor changelogs, release notes, Product Hunt launches
- Track feature additions/removals across LangChain, CrewAI, AutoGen
- Identify feature gaps (they have it, we don't) and advantages (we have it, they don't)

### Step 2: User Feedback Aggregation
- Collect signals: support tickets, app reviews, community posts, NPS comments, sales call notes
- Cluster by theme using frequency + sentiment analysis
- Rank by impact: revenue-tied requests > nice-to-haves

### Step 3: Feature Validation
- For each proposed feature: hypothesis, success metric, estimated effort (RICE score)
- Cross-reference against competitor data — are we filling a gap or innovating?
- Check ICP alignment — does the target user actually want this?

### Step 4: Product Intel Report
- Top feature requests (by cluster frequency)
- Competitor moves (new features, pricing changes, positioning shifts)
- Recommended priorities (RICE-ranked)
- Experiment proposals (hypothesis + metric + sample size)

### Step 5: Self-Improvement Loop
- Track feature adoption rates post-launch
- Measure experiment win rates
- Reinforce: features with high adoption → invest more; low adoption → investigate why
- Feed outcomes into next cycle's prioritization

## Cadence
```
WEEKLY:   Competitor changelog scan + feedback triage
MONTHLY:  Full product intel report + RICE re-ranking
QUARTERLY: Roadmap review informed by cumulative intelligence
```

## Agents
| Agent | Role |
|-------|------|
| pm-agent (L0) | Owns product strategy, approves priorities |
| feedback-synthesizer (L4) | Clusters and themes user feedback |
| trend-researcher (L4) | Tracks competitor movements |
| experiment-tracker (L4) | Monitors experiment results |
| requirements-analyst (L4) | Validates feature specs |

