What problem does it solve? Testing multi-turn, stateful agents with single-turn test cases misses failures like re-asking for known information, looping, and missed escalations. This Skill builds a structured simulation harness so those conversational behaviors are actually exercised and graded. ## Core Features & Use Cases - Persona Generation: Creates 3-5 personas per multi-turn task with goals, knowledge state, emotional tone, communication style, hidden constraints, and machine-checkable success conditions. - Trajectory Judge Criteria: Defines whole-transcript grading criteria covering escalation recognition, no re-asking, goal resolution, and loop detection. - Simulation Config: Writes eval/simulation/config.yaml with turn limits, runs per persona, non-zero simulator temperature, and a simulator model from a different family than both the system under test and the judge. - Use Case: After writing eval/tasks.md for a customer-support agent with multi-turn tasks, use this Skill to produce persona files and judge prompts under eval/simulation/ so simulated users can stress-test the agent's conversation handling. ## Quick Start Ask the agent to build multi-turn simulation personas and a trajectory judge from the multi-turn tasks in eval/tasks.md.