What problem does it solve?
It prevents outreach from running on stale or unprocessed market signals by turning raw inbox items into structured ICP-ready insights and archiving them so the queue stays at zero.
Core Features & Use Cases
- Signal-to-ICP Processing Pipeline: Scans
01_Inbox/raw_signals, analyzes each signal with skills/Research/analyze_icp_signal.md, and persists HIGH/MEDIUM matches as ICP insights in 07_Knowledge/ICP.
- Reliable Queue Hygiene: Moves every processed (or failed/malformed) signal into
01_Inbox/processed_signals to eliminate duplicate processing risk.
- Operational Safety Guardrails: Flags abnormal volume when more than 50 signals are queued to detect scraper issues and supports measured outcomes like queue clearance, insight yield, and processing latency.
Quick Start
Run the process-signal-queue skill to analyze every file in 01_Inbox/raw_signals, save ICP insights to 07_Knowledge/ICP, and move processed items into 01_Inbox/processed_signals until the queue is cleared.