Segment banner
gozzkesshell gozzkesshell

Segment

Development community

Description

Segment scored leads into separate CSVs per ICP, keeping only high-scoring leads. User input: $ARGUMENTS ## Instructions 1. Parse optional arguments: `[--input PATH] [--threshold N]` - Default input: `data/scored_leads.csv` - Default threshold: value from SCORE_THRESHOLD in .env (default 60) 2. Run the segmentation script using the Python command from CLAUDE.md (no detection needed — use it directly): ``` PYTHONIOENCODING=utf-8 <PYTHON> pipeline/segment.py [--input PATH] [--thres

Installation

Installs to ~/.claude/commands/gozzkesshell-sales-pipeline-segment.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gozzkesshell/sales-pipeline/HEAD/.claude/commands/segment.md -o ~/.claude/commands/gozzkesshell-sales-pipeline-segment.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository