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

42 lines
1.2 KiB
JSON

{
"recommended_threshold": 0.48,
"should_trigger": [
{
"text": "Turn these alerts, incident notes, and responder transcripts into a governed incident command packet.",
"family": "packet_assembly"
},
{
"text": "Create a reusable incident review skill from this outage workflow with severity assessment and stakeholder communication.",
"family": "governed_workflow"
},
{
"text": "Package this incident process into a maintained operational skill with severity, owners, and communication blocks.",
"family": "governed_workflow"
}
],
"should_not_trigger": [
{
"text": "Explain what incident severity means.",
"family": "explain_only"
},
{
"text": "Draft one short outage update for customers.",
"family": "one_off_update"
},
{
"text": "Debug the service outage and find the root cause.",
"family": "generic_debugging"
}
],
"near_neighbor": [
{
"text": "Summarize this incident but do not package it as a reusable skill.",
"family": "summary_only"
},
{
"text": "Help brainstorm improvements to incident handling, but do not build the governed workflow yet.",
"family": "brainstorm_only"
}
]
}