Use this skill when the user's request appears to be impossible to answer based on the current database schema, contains high levels of ambiguity, or asks for information simply not stored in the database. Trigger it for requests like 'is this even in the data?', 'can the database answer this?', 'check if any table has this info', or 'tell me if the question is too vague'. It is essential for statements like 'What is the 3D structure of the gene?' (when the DB only has names) or 'Why does this gene cause cancer?' (when the DB stores relational facts, not explanations).
[Case 1]
[Case 2]
[Case 3]
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