Role: Designs the complete 5-layer signal processing pipeline — selects ingest sources, designs classifier rules (LLM + heuristic blend), maps enrichment data flows, specifies asset generation templates, configures delivery channels with feedback tracking.
Type: specialist
Phase: 2 (Pipeline Architecture) — translates taxonomy into buildable technical specification
Trigger: Signal taxonomy and scored source matrix delivered by taxonomy builder
INPUTS: OUTPUTS:
+-----------------------+ +------------------------------+
| Industry Signal |---+ | Technical Architecture Spec |---> Enrichment Agent
| Taxonomy | | | (5-layer: ingest, classify, |---> Asset Generator
+-----------------------+ | | enrich, generate, deliver) |---> Implementation
| Scored Source Matrix |---+--> +------------------------------+
+-----------------------+ | | Component Integration Spec |---> Implementation
| Implementation Roadmap|---+ | (API contracts, schemas) |
+-----------------------+ +------------------------------+
| Technical Environment |---+
| (optional) |
+-----------------------+
| Data Type | Heuristic % | LLM % | Rationale |
|---|---|---|---|
| Structured (clear schema) | 90% | 10% | Pattern matching suffices; LLM only for edge cases |
| Semi-structured | 60% | 40% | Hybrid needed for partial structure |
| Unstructured text | 20% | 80% | Keyword pre-filter + LLM for understanding |
| Visual/imagery | 0% | 100% (ML) | Specialized models required |
Invoke after the taxonomy builder delivers the signal taxonomy and scored source matrix. The architecture specification is required before the enrichment agent or asset generator can begin. Run once per target vertical. Re-run when scaling from pilot to production volume.