deeppoint-ai

Cluster social media pain points and generate MVP product plans.

27|9|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Leoyishou/personal-ai-company --skill deeppoint-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deeppoint-ai
Source: https://github.com/Leoyishou/personal-ai-company/tree/main/product-bu/.claude/skills/deeppoint-ai
Command: npx skills add https://github.com/Leoyishou/personal-ai-company --skill deeppoint-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps product teams discover real user pain points by extracting keyword-based social media comments, semantically clustering them, and turning insights into AI-generated product solutions.

Core Features & Use Cases

  • Pain point discovery: Aggregate social media conversations to surface recurring issues and unmet needs.
  • Semantic clustering: Group similar pain points using embeddings and clustering (DBSCAN) to identify core themes.
  • AI-driven solutions: Generate product concepts and MVP plans from clustered insights for rapid iteration.
  • Use Case: Analyze Douyin comments for "英语学习" to derive prioritized feature ideas and a rough MVP outline.

Quick Start

Open the app, enter a keyword, and the system crawls Douyin with that keyword, clusters pain points, and outputs proposed product solutions.

Frequently Asked Questions about deeppoint-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover user pain points from social media comments for product planning?▼

You can discover user pain points by crawling keyword-based Douyin comments, applying embedding-based semantic clustering (DBSCAN) to group recurring issues, and converting the clustered themes into actionable product insights.

What is the best way to cluster social media pain points using embeddings?▼

Clustering social media pain points using embeddings involves applying the DBSCAN algorithm to group similar semantic conversations, which identifies core user need themes without requiring predefined cluster counts.

Can I generate MVP plans and feature ideas from Douyin data analysis?▼

Yes, you can generate MVP plans from Douyin data analysis by processing clustered pain points through a GLM-based backend to output AI-driven product concepts and prioritized features for rapid iteration.

How does semantic clustering identify core themes from social media conversations?▼

Semantic clustering identifies core themes by converting text into embeddings and grouping similar unmet needs, which surfaces recurring issues across the aggregated keyword-based social media dataset.

Do I need any external dependencies or APIs to run the social media pain point analysis?▼

No external dependencies are required to run the social media pain point analysis, as the GLM-based backend handles data collection, embedding generation, and solution planning entirely within the skill environment.