library/specializations/product-management/skills/competitive-intel/SKILL.md
Deep competitive analysis and market monitoring capabilities for product strategy
npx skillsauth add a5c-ai/babysitter Competitive IntelligenceInstall 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.
Specialized skill for deep competitive analysis and market monitoring capabilities. Enables product teams to maintain awareness of competitor activities, identify market opportunities, and inform strategic decisions.
This skill integrates with the following processes:
competitive-analysis.js - Primary integration for full competitive analysis workflowsproduct-vision-strategy.js - Strategic positioning and differentiationproduct-launch-gtm.js - Competitive positioning for launchesquarterly-roadmap.js - Market opportunity identification{
"type": "object",
"properties": {
"competitors": {
"type": "array",
"items": { "type": "string" },
"description": "List of competitor names or domains to analyze"
},
"analysisScope": {
"type": "string",
"enum": ["pricing", "features", "positioning", "full"],
"description": "Scope of competitive analysis"
},
"industryContext": {
"type": "string",
"description": "Industry or market context for analysis"
},
"focusAreas": {
"type": "array",
"items": { "type": "string" },
"description": "Specific areas to focus analysis on"
}
},
"required": ["competitors", "analysisScope"]
}
{
"type": "object",
"properties": {
"competitorProfiles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": { "type": "string" },
"positioning": { "type": "string" },
"strengths": { "type": "array", "items": { "type": "string" } },
"weaknesses": { "type": "array", "items": { "type": "string" } },
"pricing": { "type": "object" },
"features": { "type": "array", "items": { "type": "string" } }
}
}
},
"featureMatrix": {
"type": "object",
"description": "Feature comparison matrix across competitors"
},
"marketGaps": {
"type": "array",
"items": { "type": "string" },
"description": "Identified market opportunities and white spaces"
},
"recommendations": {
"type": "array",
"items": { "type": "string" },
"description": "Strategic recommendations based on analysis"
}
}
}
const competitiveAnalysis = await executeSkill('competitive-intel', {
competitors: ['CompetitorA', 'CompetitorB', 'CompetitorC'],
analysisScope: 'full',
industryContext: 'B2B SaaS project management',
focusAreas: ['pricing', 'collaboration features', 'integrations']
});
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.