Flow competitive-analysis
Competitive analysis - market research, feature gaps. Use when exploring what competitors do.
install
source · Clone the upstream repo
git clone https://github.com/SylphxAI/flow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SylphxAI/flow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/competitive-analysis" ~/.claude/skills/sylphxai-flow-competitive-analysis && rm -rf "$T"
manifest:
.claude/skills/competitive-analysis/SKILL.mdsource content
Competitive Analysis Guideline
Tech Stack
- Research across the product's full stack as needed
Non-Negotiables
- None — this is pure exploration
Context
Discovery is about finding what's missing, what's possible, and what would make the product significantly more competitive. It's not about fixing bugs — it's about identifying opportunities that don't yet exist.
Look at competitors, market trends, user expectations, and technological possibilities. What would make users choose this product over alternatives? What capabilities would unlock new business models?
Driving Questions
- What are competitors doing that we're not?
- What do users expect based on industry standards that we lack?
- What integrations would add significant value?
- What pricing models are common in the market and how do we compare?
- What technical capabilities could enable new business models?
- What would make this product a category leader rather than a follower?