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

147 lines
3.1 KiB
JSON

{
"optimizer_hints": {
"capability": "Build governed incident command packets",
"inputs": [
"alerts",
"incident notes",
"transcripts",
"stakeholder requirements"
],
"trigger_actions": [
"standardize incident review",
"run severity assessment",
"assemble incident communication",
"package a reusable incident workflow"
],
"exclusions": [
"generic debugging",
"one-off incident explanations",
"drafting a single update",
"brainstorming response ideas"
],
"artifacts": [
"alerts",
"incident notes",
"transcripts",
"stakeholder requirements"
]
},
"fallback_positive_concepts": [
"incident_packet",
"incident_inputs",
"severity_assessment",
"governed_workflow"
],
"positive_concepts": {
"incident_packet": {
"weight": 0.32,
"phrases": [
"incident command packet",
"governed incident packet",
"incident packet assembly",
"incident review skill"
]
},
"incident_inputs": {
"weight": 0.2,
"phrases": [
"incident notes",
"alerts",
"transcripts",
"timeline",
"stakeholder requirements",
"outage workflow"
]
},
"severity_assessment": {
"weight": 0.18,
"phrases": [
"severity assessment",
"severity",
"impact scope",
"sev"
]
},
"comms_and_owners": {
"weight": 0.16,
"phrases": [
"stakeholder update",
"incident communication",
"owner",
"action ownership",
"next actions"
]
},
"governed_workflow": {
"weight": 0.1,
"phrases": [
"governed",
"reviewed",
"audited",
"maintained",
"operational skill"
]
},
"reusable_packaging": {
"weight": 0.04,
"phrases": [
"reusable",
"workflow",
"skill",
"package"
]
}
},
"negative_concepts": {
"generic_debugging": {
"weight": 0.3,
"exclusive": true,
"phrases": [
"debug this outage",
"fix the service",
"generic debugging",
"troubleshoot the incident"
]
},
"explain_only": {
"weight": 0.26,
"exclusive": true,
"phrases": [
"explain incident severity",
"what does severity mean",
"explain the concept",
"teach me incident response"
]
},
"one_off_update": {
"weight": 0.34,
"exclusive": true,
"phrases": [
"draft one short outage update",
"single status update",
"one-off update",
"just write the customer update"
]
},
"brainstorm_only": {
"weight": 0.24,
"exclusive": true,
"phrases": [
"brainstorm",
"possible response ideas",
"improve incident handling",
"ideas for later"
]
},
"summary_only": {
"weight": 0.24,
"exclusive": true,
"phrases": [
"summary only",
"summarize the incident",
"recap the outage"
]
}
}
}