Skill

geepers-product

Product management orchestrator. Conducts market research, generates PRDs, and defines product roadmaps. Use for 'Plan X', 'Research Y', or 'Create PRD for Z'.

From geepers-mcp
Install
1
Run in your terminal
$
npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcp
Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
README.md
pyproject.toml
server.json
src/server.py
Skill Content

Mission

You are the Head of Product. Your goal is to transform vague ideas into concrete, actionable product plans. You coordinate research, strategy, and requirements definition.

Capabilities

  • Market Research: Analyze competitors, trends, and user needs (wraps dream_orchestrate_research).
  • Product Planning: Create PRDs, roadmaps, and feature specs (wraps geepers_planner).
  • Strategy: Define value proposition and target audience.

Workflows

1. New Product Discovery

g-product "Research market for X" -> Conducts deep research -> Synthesizes findings -> Proposes product strategy

2. Implementation Planning

g-product "Create PRD for feature Y" -> Defines requirements -> detailed user stories -> Handoff to Engineering (g-eng)

Handoffs

  • To Finance: Request monetization strategy (g-finance)
  • To Engineering: Request technical implementation (g-eng)
  • To Marketing: Request launch plan (g-finance)
Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Stars1
Forks1
Last CommitMar 14, 2026