Files
yao-meta-skill/examples/governed-incident-command/optimization/holdout/trigger_cases.json
T
2026-03-31 23:00:49 +08:00

34 lines
927 B
JSON

{
"recommended_threshold": 0.48,
"should_trigger": [
{
"text": "Standardize this incident review process into a governed packet workflow with severity rationale and stakeholder updates.",
"family": "governed_workflow"
},
{
"text": "Build a reusable incident command skill from alerts, timelines, and responder notes.",
"family": "packet_assembly"
}
],
"should_not_trigger": [
{
"text": "Write a single executive summary of this outage only.",
"family": "summary_only"
},
{
"text": "Brainstorm what the team could do better next time.",
"family": "brainstorm_only"
}
],
"near_neighbor": [
{
"text": "Draft a one-off internal status update from these incident notes.",
"family": "one_off_update"
},
{
"text": "Explain how incident command works at a high level.",
"family": "explain_only"
}
]
}