What problem does it solve?
It helps you create diverse, realistic synthetic inputs that expose likely failure modes in an LLM pipeline, so you can evaluate quality and robustness without relying only on scarce real user traffic.
Core Features & Use Cases
- Dimension-driven coverage planning: choose failure-oriented axes of variation (dimensions) rather than arbitrary randomness.
- Tuple-to-query generation workflow: draft tuples with user confirmation, then generate additional tuples, convert them into realistic natural-language queries, and filter for quality.
- Trace-first evaluation execution: run the resulting queries through your full LLM pipeline to collect complete traces for ~100 high-quality, diverse test cases.
Use case:
Generating a comprehensive set of search/chat queries for an intent-classification or retrieval pipeline, ensuring ambiguous, out-of-scope, and constraint-heavy scenarios are represented so regressions are caught early.
Quick Start
Use the skill to define 3+ failure-targeted dimensions, confirm 20 realistic tuples, generate additional tuples and natural-language queries, filter them for realism, and run them through your LLM pipeline while capturing full traces.