Sequential AgentCustomer Successintermediate

Voice of Customer Digest

Acts as · Voice of Customer Analyst

Turns scattered customer feedback into a themed digest leadership will actually read. Clusters tickets, calls, NPS verbatims, and emails into themes with counts, sentiment, and real verbatim quotes, flags at-risk account signals, then writes a two-minute leadership digest with the top 3 takeaways, recommended actions with owners, and a customer quote of the period. Pure standalone, no tools or tables required.

A single-purpose agent that runs an ordered list of tasks against your tools, knowledge and tables, the same way every run.

Official~2 min setupby Akshay Gupta
How it works

Inputs in, an ordered run, a result out.

A Sequential Agent takes typed inputs, runs its tasks top to bottom against your tools and tables, and returns a structured result, the same way on every run.

Typed inputs
Values you pass in, validated before the run spends anything.
2 tasks
Each task runs in order, passing its output to the next.
Runs standalone
No external tools or tables needed.
Result + trace
A structured output, with every step recorded.
The run loop
ReadPlanActCheckWriteTracerepeats until done

What's inside

Everything this template installs, by name.

Tools & tables
Runs standalone, no external tools or tables required
Tasks
2 ordered tasks

What it takes in

The inputs you provide on each run, validated before anything executes.

InputTypeRequired
Feedback DumpfeedbackDumpLong textRequired
Time PeriodtimePeriodShort textOptional
The work, step by step

2 tasks, run in order.

Each task passes its result to the next. Here's what each does and what it produces.

  1. 01
    Theme the feedback. Read everything in {{feedbackDump}} and cluster it into themes. For each theme give a clear name, a count of how many feedback items support it, the dominant sentiment (positive, negative, or mixed), and 1 to 2 representative verbatim quotes copied exactly from the provided text: never invent or paraphrase quotes. Flag any signals that a specific account may be at risk (frustration, mentions of competitors, cancellation language) and cite the supporting text. If {{timePeriod}} is provided, frame the analysis as covering that period. Present this as a readable analysis, never JSON.
    Expected output
    A readable theme analysis with no JSON and no code blocks containing: Themes (each theme as a heading with bullets for Count of supporting feedback items, Sentiment of Positive, Negative, or Mixed, and 1 to 2 Representative Quotes copied verbatim from the provided text); and At-Risk Signals (bullets naming any account or feedback item showing risk, each with the supporting quote or evidence, or a note that no at-risk signals were found).
  2. 02
    Write the leadership digest. Using the theme analysis from Task 1, write a short digest an executive can read in two minutes. Lead with the top 3 things customers are telling us this period, each backed by the theme counts and a supporting quote. Note what changed versus the prior period only if it can be inferred from the provided feedback; if it cannot, say so explicitly rather than guessing. Recommend specific actions with a suggested owner for each (for example, Product, Support, or Success). Close with one "customer quote of the period" chosen verbatim from the provided text, with a line on why it matters. If {{timePeriod}} is provided, title the digest with it. Present as a readable digest, never JSON.
    Expected output
    A readable leadership digest with no JSON and no code blocks containing: Top 3 Takeaways (the three most important things customers are saying, each with a heading, a short summary backed by theme counts, and a supporting verbatim quote); What Changed (a short note on movement versus the prior period, or an explicit statement that it cannot be inferred from the provided feedback); Recommended Actions (bullets, each with the action and a suggested Owner); and Customer Quote of the Period (one verbatim quote with a one-line note on why it matters).

Related templates