| Delivered by AI Aunties | Downstream — Client or HFA responsibility |
|---|---|
| Auntie-generated chat output | Acting on that output inside client systems |
| Downloadable artifact | Routing, filing, emailing, or distributing it |
| Notion brain + retrieval layer | Connecting it to other tools or automations |
| Auntie package structure | Client-specific workflow orchestration beyond scope |
| Scoped AIA workflow extension (HFA builds, AIA governs) | Any automation not included in the AIA scope |
| Required Field | Description | Example |
|---|---|---|
| Auntie Name Required |
The specific Auntie the workflow supports. Must be a named, documented Auntie in the AI Aunties system. | Renee (Commercial Real Estate Analytical Auntie) |
| Client / Use Case Required |
The client context and specific business process being automated. | Ardra (CBRE) — property analysis report delivery to client inbox |
| Workflow Purpose Required |
The specific job this n8n workflow performs. One sentence. If it takes more than one sentence, split into two workflows. | Renders Renee's analysis output as a formatted PDF and emails it to the client contact stored in the deal record. |
| Trigger Event Required |
What starts the workflow. Must be a specific, observable event — not "when the Auntie is done." | Webhook fired by GPT when Renee marks analysis complete; OR manual trigger by agent pressing "Send to Client" button in Notion. |
| Inputs Required Required |
Files, data, forms, messages, or Auntie outputs the workflow needs to run. Be specific about format and source. | Renee's analysis text (from Notion property page) · Client email address (from deal record in Supabase) · Property address for PDF filename |
| Actions Performed Required |
Routing, rendering, notifications, updates, delivery, logging, and any other defined action steps. List each action. | 1. Fetch analysis text from Notion · 2. Render PDF using template · 3. Email PDF to client contact · 4. Log delivery timestamp to Supabase |
| Systems Touched Required |
Every system the workflow reads from or writes to. Include n8n, Notion, CRM, email, file storage, forms, or any other tools. | n8n (orchestration) · Notion (Auntie output source) · Supabase (client record + delivery log) · Gmail (delivery) · PDF renderer |
| Cognition Boundary Critical |
Explicit confirmation that this workflow does NOT rewrite, rank, advise, decide, or alter Auntie output in any way. If it does, it is not an Auntie Workflow Extension — it is a separate system that requires AI Aunties review. | Confirmed. This workflow renders and delivers Renee's output verbatim. No text is modified, summarized, ranked, or altered. The PDF template applies formatting only. |
| Failure Behavior Required |
What happens when the workflow cannot complete. Auntie output must never be lost or silently dropped. Define the fallback. | If PDF render fails: alert sent to HFA and agent. Auntie output preserved in Notion. No silent failure. Manual delivery fallback via direct email. |
| Testing Requirement Required |
How this workflow is validated before client use. Must include at least: happy path test, empty input test, and failure mode test. | Happy path: full analysis → PDF rendered → email delivered. Empty input: no analysis text → workflow stops, alert fired. Failure: email API down → fallback alert triggered. |
| Owner Required |
AI Aunties owns the product standard. HFA owns the implementation build. Both are named here. | Product standard: AI Aunties (Sarita Myers) · Implementation: Human First Automation (Jerry Pender) |