From prospect-studio
Full lead pipeline review and follow-up recommendations. Use when user says "review my pipeline", "who should I follow up with?", "pipeline report", "show my leads", "pipeline status", "leads overview".
npx claudepluginhub includehasan/prospect-studio --plugin prospect-studioThis skill uses the workspace's default tool permissions.
Generate a comprehensive pipeline review. $ARGUMENTS
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Generate a comprehensive pipeline review. $ARGUMENTS
Process:
Read all *.md files in documents/leads/. Parse frontmatter for: company, status, priority, updated, icp_score.
Build a pipeline summary table:
| Stage | Count |
|---|---|
| New | N |
| Contacted | N |
| Qualified | N |
| Nurturing | N |
| Closed | N |
Unqualified Prospects — leads with source: bulk-discovery and status: prospect in frontmatter.
Group by discovery_batch field. For each batch show:
discovery_batch), date, number of prospectsicp_score that haven't been deep-dived yetHot Leads — status = qualified or nurturing, icp_score ≥ 7, updated within 7 days. List with company name and recommended action.
Stale Contacts — status = contacted/qualified/nurturing, last updated: more than 7 days ago. List with days since last touch and suggested next step:
High-Priority New Leads — status = new, priority = high or urgent. List for immediate action.
Recommended Actions — top 3-5 specific next steps, ordered by priority.
End with: "Want me to draft follow-up messages for any of these? Just say 'draft outreach for [company]'."