Add Prospecting tool with job management and field kit support#126
Merged
NextMonthLab merged 2 commits intomainfrom Feb 1, 2026
Merged
Add Prospecting tool with job management and field kit support#126NextMonthLab merged 2 commits intomainfrom
NextMonthLab merged 2 commits intomainfrom
Conversation
Implements a new Prospecting Mode with: - Map-based discovery using Google Places API - Configurable Field Kits for custom extraction - Two-stage enrichment: rule-based signals + LLM extraction - Results table with dynamic columns from kit fields - CSV export functionality - Two starter kits: Flashbuzz Video Signals, Hut Studio Thought Leadership Backend: - 10 new database tables for prospecting data model - Storage layer methods for all prospecting entities - API routes for kits, jobs, prospects, and lists - Job runner with discovery and enrichment pipeline - Page fetcher with signal detection - Rule extractor for deterministic patterns - LLM extractor using GPT-4o-mini Frontend: - Prospecting mode registered in tool registry - Search page with map/coordinate input - Jobs list and job detail pages - Field kits management UI - Prospect detail drawer with field values https://claude.ai/code/session_01SHX6jtkyD3u6LvZgEfXVRx
Resolves conflicts in server/routes.ts and shared/schema.ts to include both email settings (from main) and prospecting module. https://claude.ai/code/session_01SHX6jtkyD3u6LvZgEfXVRx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces the Prospecting tool, a new suite application for discovering and enriching business prospects. The tool enables users to search for businesses by location, manage discovery jobs, and extract custom fields using configurable field kits.
Key Changes
Core Infrastructure
Application Structure
Pages Implemented
Components
Features
Implementation Details
https://claude.ai/code/session_01SHX6jtkyD3u6LvZgEfXVRx