Use this skill when the user wants SQL data where the agent must infer hidden expert rules rather than just read column names. Trigger it for requests like “make the model use an unstated threshold”, “the question should rely on domain conventions”, “approved should not just mean a boolean flag”, or “it should need scientific background to write the SQL correctly.” Example trigger: “The hard part should be an implied threshold.” Example trigger: “I want expert-rule SQL, not literal schema matching.” Example trigger: “The model should have to infer what counts as significant or approved.”
[Case 1]
[Case 2]
To synthesize data for this capability, you must strictly follow a 3-phase pipeline. Do not hallucinate steps. Read the corresponding reference file for each phase sequentially:
Phase 1: Environment Exploration
Read the exploration guidelines to discover raw knowledge seeds:
references/EXPLORATION.md
Phase 2: Trajectory Selection
Once Phase 1 is complete, read the selection criteria to evaluate the trajectory:
references/SELECTION.md
Phase 3: Data Synthesis
Once a trajectory passes Phase 2, read the synthesis instructions to generate the final data:
references/SYNTHESIS.md