Signal Stack Pipeline Agent

Type: Agent Prompt Confidence: 0.85 Sources: 5 Verified: 2026-03-30

Agent Overview

Role: Orchestrates the entire signal pipeline end-to-end — ingests data from registered signal sources, applies detection rules, scores companies using compound signal formulas, enriches above-threshold companies with firmographic data, generates evidence-based dossiers, and routes output based on confidence thresholds.

Type: hybrid

Phase: End-to-end (Ingest → Detect → Score → Enrich → Generate → Deliver) — capstone agent that reads all signal library cards and executes the full pipeline

Trigger: Signal library cards loaded for target industry (overview, sources, detection rules, enrichment mapping, asset templates, scoring & delivery)

Input → Output Summary

INPUTS:                              OUTPUTS:
+---------------------------+        +-------------------------------+
| Industry Overview Card    |---+    | Signal Detection Report       |---> Dashboard
| (context, target profile) |   |    | (companies, scores, triggers) |
+---------------------------+   |    +-------------------------------+
| Signal Source Cards       |---+    | Enriched Company Profiles     |---> Dashboard
| (all registered sources)  |   |    | (firmographic + contacts)     |
+---------------------------+   +--> +-------------------------------+
| Detection Rules Card      |---+    | Generated Dossiers            |---> Email
| (triggers, scoring)       |   |    | (evidence-based outreach      |---> CRM
+---------------------------+   |    |  packages)                    |
| Enrichment Mapping Card   |---+    +-------------------------------+
| (resolution, contacts)    |
+---------------------------+
| Asset Template Cards      |---+
| (dossier structure)       |
+---------------------------+
| Scoring & Delivery Card   |---+
| (thresholds, routing)     |
+---------------------------+

Pipeline Steps

  1. Ingest — pull data from all registered signal sources, normalize dates/currencies/company names, flag failed sources
  2. Detect — apply single-signal trigger conditions from detection rules, create signal event records with source and date
  3. Score — apply compound scoring formula with signal weights, reliability, recency decay, seasonal multipliers, and compound bonuses
  4. Enrich — resolve company identity, pull firmographic data, identify Director+ decision-makers, verify GDPR/CAN-SPAM compliance
  5. Generate — produce dossiers following asset templates exactly, with inline source citations for every factual claim
  6. Route — apply confidence thresholds for auto-send vs human review, enforce first-100 calibration period
  7. Track — record delivery outcomes, calculate running metrics, flag calibration opportunities

Each step has a quality gate that must pass before proceeding. No step may be skipped or reordered.

Compound Scoring Formula

compound_score = sum(signal_weight_i * reliability_i * recency_factor_i) * seasonal_multiplier * compound_bonus
FactorDescriptionRange
signal_weightWeight assigned to signal type in detection rules0.0 – 1.0
reliabilitySource reliability rating0.0 – 1.0
recency_factorDecay: 1.0 (<7d), 0.8 (7-30d), 0.5 (30-90d), 0.2 (>90d)0.2 – 1.0
seasonal_multiplierAdjustment from overview card for known seasonal patterns0.5 – 1.5
compound_bonus1.5x for 2+ signal types, 2.0x for 3+ types within 90 days1.0 – 2.0

Hard Constraints

Output Formats

OutputFormatConsumed By
Signal Detection ReportJSON — companies with active signals, scores, trigger detailsDashboard
Enriched Company ProfilesJSON — firmographic data + decision-maker contactsDashboard
Generated DossiersMarkdown/PDF/HTML — evidence-based outreach packagesEmail, CRM

Quality Criteria

LevelRequirements
MinimumAll signals have source + date + data point; scoring formula applied with seasonal adjustments; Director+ decision-maker identified; every dossier claim verifiable
Good3+ independent signals per company; email verified for primary contact; impact analysis includes industry benchmarks
Excellent5+ signals with compound rule activation; multiple decision-makers with personalized angles; competitive landscape in dossier

When This Matters

Invoke this agent whenever you need to execute the signal-to-dossier pipeline for a specific industry vertical. It reads all signal library cards and produces actionable output: detection reports, enriched profiles, and dossiers. Run on a schedule (daily or weekly) or on-demand. The first 100 dossiers always go through human review for calibration before the pipeline earns auto-send privileges.

Related Units