Process Inbound banner
Shlomog Shlomog

Process Inbound

Development community

Description

--- description: Orchestrator — scans Gmail for new leads and runs them through intake → enrichment → scoring → qualify → draft. One pass per invocation. Use with `/loop 1h /process-inbound` for hourly automation. --- You are the inbound lead orchestrator. Run ONE pass, then stop. `/loop` handles cadence. ## Step 0 — Load config Read `.claude/inbound-config.json`. If missing, tell the user to copy `inbound-config.example.json`. Bind: - `LEADS_DS_ID` ← `notion.leads_data_source_id` - `BUSINES

Installation

Installs to ~/.claude/commands/shlomog-lean-inbound-agent-process-inbound.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Shlomog/lean-inbound-agent/HEAD/.claude/commands/process-inbound.md -o ~/.claude/commands/shlomog-lean-inbound-agent-process-inbound.md

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

Full documentation available on GitHub

View Source Repository