Back to skills
Skill

gad:eval-suite

gad-eval-suite

Run all eval projects in parallel with bootstrap prompts

Generate bootstrap prompts for all runnable eval projects, then launch them as parallel agents in isolated worktrees. After completion, reconstruct traces and produce a cross-project comparison report.
  1. Generate prompts:

    gad eval suite
    
  2. Read each generated prompt from the suite-runs directory.

  3. Launch agents in parallel — one per eval project, each with isolation: "worktree" and run_in_background: true. Send ALL agent launches in a single message.

  4. Wait for completion — you will be notified as each agent finishes.

  5. Write TRACE.json for each completed eval from the agent's reported results.

  6. Run cross-project report:

    gad eval report
    
  7. Report findings — what improved, what regressed, what skills were triggered or missing.

Read and follow the companion `eval-suite` skill if it is installed.
Source on GitHub

vendor/get-anything-done/sdk/skills/gad-eval-suite/SKILL.md

Client debug · NEXT_PUBLIC_CLIENT_DEBUG=1
0 lines

No events yet. Window errors, unhandled rejections, and React render errors appear here. Set NEXT_PUBLIC_CLIENT_DEBUG_CONSOLE=1 to mirror console.error / console.warn.