1. Inspect the data. Parabola reads the schema and sample rows to understand the shape before asking a single question.
2. Ask eight clarifying questions, one at a time. Which dataset to summarize. What dimension to group by. What metric to aggregate. Which field to sort on and in which direction. Which summary fields to include in the email body. Brand colors for the table header. Recipients. Subject line and sender name.
3. Build the grouping step. Aggregate by the chosen dimension, calculate the chosen metric, and produce the summary table.
4. Build the sort step. Order the rows so the email reads in the right direction. Worst first for exception reports. Highest first for performance summaries.
5. Build the Send Email step. One HTML email with a bordered table, a header row in your brand color, a summary line at the top, and a footer. Sent to the specified recipients from the specified sender name.
6. Schedule it. Daily at 7am, weekly Monday morning, or triggered by the upstream flow completing. The email goes out on time without anyone touching a button. A Parabola-Suggested variant of this prompt skips the question sequence and infers recipients, subject line, and styling from context, useful when you want a first draft immediately.