Deep competitive analysis and market monitoring capabilities for product strategy
Conducts deep competitive analysis and market monitoring to identify opportunities and inform product strategy.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdSpecialized 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']
});
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.