Add a single eval scenario to an existing dataset interactively or from a production trace.
From deepagents-buildernpx claudepluginhub spulido99/claude-toolkit --plugin deepagents-builder[--from-trace <path-or-id>]Add a single scenario to an existing eval dataset.
Check $ARGUMENTS for --from-trace:
--from-trace <local-path>: Load a local trace file (JSON)--from-trace langsmith:<run_id>: Fetch trace from LangSmithLocate the dataset to add to:
evals/datasets/*.yaml and evals/datasets/*.json/design-evals firstIf --from-trace was provided:
expected_toolsmock_responses from actual tool responsessuccess_criteriaregression if it's a bug fix scenarioIf no --from-trace:
eval-designer agent in single-scenario modeScenario '{name}' added to evals/datasets/{file}.yaml
Tags: [{tags}]
Next: Run /eval to generate the initial snapshot for this scenario.