What problem does it solve? Turning unstructured emails, attachments, and web sources into clean, deduplicated structured data is tedious and error-prone. This Skill automates the full pipeline from source search to a maintained tracker page, with safeguards against hallucinated values and duplicate entries. ## Core Features & Use Cases - Parameterized YAML Recipes: Define source queries, classification rules, extraction schemas, and tracker formats for any email-to-structured-data pipeline, with built-in recipes for investor updates, expense tracking, and company metrics. - Seven-Phase Pipeline: Search sources, classify, extract structured fields, archive raw sources, deduplicate, and update canonical tracker pages with entity backlinks. - Extraction Integrity: Saves raw sources before extraction and re-reads saved files when summarizing, preventing batch-processing hallucination bugs. - Use Case: Extract MRR, ARR, growth, burn, and runway from quarterly investor update emails, deduplicate against existing entries, and append them to a markdown tracker table with links back to each raw source. ## Quick Start Ask the agent to build a tracker for investor updates by extracting MRR and ARR from this quarter's update emails.