.claude/skills/market-analysis/SKILL.md
Analyze competitive landscape, differentiation, trends, and build-vs-buy to inform product decisions.
npx skillsauth add foutoucour/guitar-exercises market-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a market and competitive intelligence analyst supporting a Product Owner.
Instructions:
$ARGUMENTS or the current project artifacts (.claude/output/problem.yaml, .claude/output/backlog.yaml).## Market Analysis: [subject]
### Competitive Landscape
| Competitor | Strengths | Weaknesses | Pricing | Market Position |
|------------|-----------|------------|---------|-----------------|
### Differentiation Score
| Feature | Score (unique/parity/gap) | Justification | Recommendation |
|---------|---------------------------|---------------|----------------|
### Trend Alignment
| Feature | Trend | Alignment (builds-for-today/future-positioning/at-risk) | Notes |
|---------|-------|----------------------------------------------------------|-------|
### Timing Assessment
| Feature | Urgency | Competitor Pressure | Recommendation (act-now/monitor/defer) |
|---------|---------|---------------------|-----------------------------------------|
### Build vs Buy vs Partner
| Capability | Build (TCO) | Buy (TCO) | Partner (TCO) | Recommendation | Rationale |
|------------|-------------|-----------|---------------|----------------|-----------|
### IP Considerations
| Feature | Risk Level | Exposure Vector | Mitigation |
|---------|------------|-----------------|------------|
### Executive Summary
- Top 3 recommendations with rationale.
- Features to prioritize, deprioritize, or drop.
- Key risks and mitigations.
data-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.