Calculates and generates static coverage reports for Gemini Enterprise for Customer Experience (GECX) conversational agents by mapping evaluations against tools, callbacks, agent transfers and instructions. Use when analyzing unit test / evaluation coverage of a conversational agent or identifying gap areas (un-tested…
Generate eval YAMLs for one entire eval type (all goldens, all sims, all tooltests, or all callbacktests) in a single dispatch. Reads the TDD's Coverage Map, the agent's actual tools and variables, then writes the appropriate file(s) — see "File layout per type" for what each type requires (sims are one file by runner…
Run cxas lint (with optional scoping to a set of agents or tools), fix every error using the rule recipes in references/build.md, verify each Edit landed on disk, and re-lint until clean. Use after a fresh build or major edit when the lint output has multiple errors and the fixes are mechanical.
Produce a Technical Design Document (TDD) for a GECX agent. Auto-detects mode from inputs — reverse-engineer from an existing app's code, OR draft from scratch given any combination of requirements artifacts (PRD, spec, sample conversations, mock data, customer profiles, reference agents). Returns the TDD content plus…
Diagnose ONE failing GECX eval. Read its transcript, classify against the decision tree, and return a structured diagnosis JSON the main thread can act on. Fan out in parallel for the top N failures from a triage run.
during Phase 2, extracts and normalizes the Critical User Journey (CUJ) taxonomy fields, deduplicates overlapping categories, and grounds them in the high-level domain context.
Analyzes a specific set of artifacts (e.g., Cyara test cases, Drawio diagrams, ADK code, DFCX declarative page packages) to recursively extract granular sub-intents and dialogue flows.
Perform an expert manual and tool-based architectural inspection of the target requirements directory (using your standard listdir, codesearch, or find tools to crawl the folder tree).