Skip to content

How to Use Advanced Elicitation

Use Advanced Elicitation to stress-test any artifact before committing to the next phase.

  • CAT installed in your project (see Getting Started)
  • An artifact or recent AI output to analyze
  • An ARC’s constraints seem too broad or too narrow
  • A bolt spec’s acceptance criteria aren’t specific enough
  • You want to stress-test any artifact before committing
cat-advanced-elicitation

Point it at a specific artifact or the most recent output.

After any content-generating step, choose A from the A/P/C menu. The current output is automatically analyzed.

When invoked, you can request a specific technique or let CAT choose:

TechniqueWhat It DoesGood For
SocraticQuestions every assumption systematicallyIntent artifacts, scope definitions
First PrinciplesStrips away conventions to rebuild from fundamentalsArchitecture decisions, technology choices
Pre-Mortem”It’s 6 months from now and this failed — why?”Risk identification, constraint gaps
Red TeamAdversarial perspective — actively tries to break itSecurity constraints, edge cases
Devil’s AdvocateArgues the opposite position on every decisionScope decisions, trade-off validation

You: A (selecting Advanced Elicitation after an ARC draft)

CAT: Which technique? Or I’ll choose based on the content.

You: Pre-mortem

CAT: “It’s 6 months after launch. The password reset feature has been exploited. Here’s what went wrong: The rate limiter uses IP-based tracking, so attackers rotated IPs. Token expiry was 15 minutes but the email delivery SLA is 10 minutes — users reported tokens expiring before they could use them. The ‘don’t reveal email existence’ constraint was undermined by timing differences in the response…”

After elicitation:

“Accept these improvements? (y/n)”

  • Yes — Improvements are incorporated into the artifact
  • No — Original artifact is preserved
AspectAdvanced ElicitationParty Mode
FocusDepth on a single artifactBreadth across perspectives
AgentsSingle AI applying a techniqueMultiple agent personas
Best forStress-testing specific contentGetting diverse viewpoints
Time2–5 minutes5–10 minutes

They can be combined: use Advanced Elicitation to deepen an artifact, then Party Mode to validate it across perspectives.


See Also: Use Party Mode · Getting Started · Workflows Reference