Skip to main content
Start with an autonomous triage loop. Duckie should receive a ticket, attach customer context, classify intent and urgency, apply allowed tags or attributes, route high-confidence tickets, and send only required exceptions to an internal handoff channel. This proves the system without starting with every escalation, reporting, and improvement loop at once.
The MVP is one intake record, one context bundle, one classifier output, one deterministic routing workflow, and one exception path for cases that should not be handled automatically.

MVP Goal

By the end of the MVP, Duckie should reliably answer:
  • What did the customer ask for?
  • Which customer, account, product, and prior-ticket context matters?
  • What intent, product area, urgency, sentiment, and route should be applied?
  • Is the classification confident enough for autonomous routing?
  • Which tags, attributes, queue, priority, or owner should be written?
  • Which cases require a human handoff because policy, risk, or confidence requires it?

Minimal Flow

Build First

Defer Until the MVP Works

Add these after the first autonomous loop is trusted:
  • Broad or highly granular taxonomies
  • Multi-step specialist handoff automation
  • Automatic sensitive category routing
  • Assignment and SLA changes for low-confidence tickets
  • Daily reporting and feedback agents
  • Automated customer responses beyond simple missing-information requests
  • Expansion to every support queue at once

Required Human Handoffs

Keep humans in the loop only when the workflow cannot safely continue autonomously:
The first live win is not a perfect taxonomy. It is consistent autonomous routing for known paths, with narrow exception handling for cases that actually need a person.

When to Expand

Move beyond the MVP when:
  • High-confidence routes are consistently correct
  • Helpdesk writebacks use the expected tags, queues, priorities, and owners
  • Exception handoffs are rare, specific, and answerable
  • Support teams can explain the remaining reroutes and corrections
  • The taxonomy has enough run data to justify splitting broad categories
  • The main remaining delays are downstream handoffs that automation can remove

Next Pages

After the MVP:
  1. Read the system map to see the full architecture.
  2. Build intake and customer context.
  3. Add intent, tagging, and routing.
  4. Use the rollout plan before expanding live routing.