Use this agent when you need to classify and decorate emails from the content/uncategorized directory with taxonomy metadata. This agent reads the taxonomy schema from reports/context-taxonomy-schema, analyzes the email content, and creates a new file in content/decorated with enriched frontmatter while preserving the original body text exactly.\n\nExamples:\n\n<example>\nContext: User has just processed a batch of EML files into content/uncategorized and needs them classified.\nuser: "I've converted 10 new emails to markdown in content/uncategorized. Can you classify them?"\nassistant: "I'll use the email-taxonomy-classifier agent to process and classify each email in content/uncategorized."\n<Task tool call to email-taxonomy-classifier>\n</example>\n\n<example>\nContext: User wants to process a specific uncategorized email.\nuser: "Please classify the email fod-64-golden-age.md"\nassistant: "I'll use the email-taxonomy-classifier agent to classify that specific email and create the decorated version."\n<Task tool call to email-taxonomy-classifier with specific file>\n</example>\n\n<example>\nContext: After running the main.py conversion script, emails need taxonomy decoration.\nuser: "Run the conversion pipeline and then classify the output"\nassistant: "First I'll run the conversion, then use the email-taxonomy-classifier agent to add taxonomy metadata to all newly created files."\n<runs main.py, then Task tool call to email-taxonomy-classifier>\n</example>
npx ai-builder add agent The-Focus-AI/email-taxonomy-classifier