Files
yao-meta-skill/evals/blind_holdout/trigger_cases.json
T

43 lines
1.2 KiB
JSON

{
"recommended_threshold": 0.33,
"negative_patterns": [
"one-off",
"translate",
"summary",
"document",
"wiki",
"brainstorm",
"do not build"
],
"should_trigger": [
{
"text": "Operationalize this support escalation routine as a maintained skill and keep trigger eval coverage.",
"family": "blind_operationalize"
},
{
"text": "Take these SOP scraps, prompt notes, and transcript excerpts and formalize them into a reusable capability package.",
"family": "blind_multi_asset"
}
],
"should_not_trigger": [
{
"text": "Turn this workflow note into a wiki reference only, do not create any skill files, and keep it out of agent execution.",
"family": "blind_document_only"
},
{
"text": "Explain the differences between prompts and skills in plain English.",
"family": "blind_explain_only"
}
],
"near_neighbor": [
{
"text": "Sketch a future skill outline from these notes, but stop before generating files.",
"family": "blind_future_outline"
},
{
"text": "Review this process and suggest improvements for later; no packaging yet.",
"family": "blind_brainstorm_only"
}
]
}