By tombelieber
Mine real transcripts into weighted product pain points, PRD updates, and E2E requirements
Agent skill for mining real transcripts, chat exports, support tickets, or session logs into weighted product pain points, PRD updates, and E2E requirements.
The core workflow treats every user message as a demand signal, clusters the signals, ranks them by frequency x PM value, and pins the golden pain point that should drive product build order.
Distribution is GitHub-first. The tracked installer is the primary install path; GitHub/npx commands are the fallback for environments that prefer npm tooling without requiring an npm registry package.
Local development install:
npm install -g .
pain-point-mining install --source local
This installs the bundled skill to both user skill homes by default:
~/.codex/skills/pain-point-mining~/.claude/skills/pain-point-miningGitHub install fallback:
npm install -g github:tombelieber/pain-point-mining-agent
pain-point-mining install --source npx
The tracked installer is the preferred public install path because it installs the CLI, installs the bundled skill, and gives a privacy-safe install count. The GitHub path is useful when curl | sh is blocked or when an agent wants to run through npm tooling without requiring an npm registry publish.
Tracked installer:
curl -fsSL https://pain-point-mining.tomtang3.ai/install.sh | sh
pain-point-mining --help
pain-point-mining skill-path
pain-point-mining install
pain-point-mining install --target codex
pain-point-mining install --target claude
pain-point-mining install --target both
After install, use the skill in an agent session:
Use $pain-point-mining to analyze this real chat history, rank the pain points by frequency x value, and update PRD/E2E docs.
This package includes a reusable Codex/Claude-style skill. The CLI installer installs it to both user skill homes by default.
Codex setup:
curl -fsSL https://pain-point-mining.tomtang3.ai/install.sh | sh
# or, after npm/GitHub install:
pain-point-mining install --target codex
Claude plugin install through tomstack:
claude plugin marketplace add tombelieber/tomstack
claude plugin install pain-point-mining-agent@tomstack
The CLI installer also supports direct Claude user-skill install:
pain-point-mining install --target claude
Tracking is limited to install-source measurement. It never sends transcript content, source links, local paths, usernames, repo paths, output filenames, stack traces, credentials, or API keys.
Allowed source values:
install_shpluginnpxlocalThe CLI sends at most one ping per source + version using a local marker under ~/.pain-point-mining-agent. Disable tracking with either env var:
DO_NOT_TRACK=1 pain-point-mining install
PAIN_POINT_MINING_DISABLE_TRACKING=1 pain-point-mining install
The Cloudflare Worker provides:
GET /install.sh - serves the install script and counts downloads through Cloudflare analytics.GET /ping?source=<source>&v=<version> - privacy-safe install-source beacon.GET / - redirects to the repository.npm run check
npm pack --dry-run --json
Worker check:
npm run --prefix infra/install-worker check
Deploy after Cloudflare credentials and domain ownership are available:
npm run --prefix infra/install-worker deploy
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tombelieber/pain-point-mining-agent --plugin pain-point-mining-agentMission Control for Claude Code — auto-starts a web dashboard, provides 90 MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 9 skills including /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.
Back up and restore your Claude Code environment
Kill orphan dev processes left by AI agent sessions
Dump ChatGPT share links into agent-readable transcript archives with strict media validation
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.