II.
Methodology JSON
Structured · livemethodology:process-hardening
Process Hardening Patterns json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:process-hardening",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Process Hardening Patterns",
"description": "Reusable patterns for hardening babysitter processes extracted from process\nretrospectives. Three composable patterns: safeTask for error recovery with\ndeviation tracking, circuit breaker for runaway implementation loops, and\nverification-blocks-delivery gate for downstream phase protection. These patterns\ncompose naturally and can be imported into any babysitter process to improve\nrobustness. Demonstrated score improvement from 68.5 to 84.3/100.\n",
"methodologyKind": "hybrid",
"origin": "Babysitter community"
},
"outgoingEdges": [
{
"from": "methodology:process-hardening",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "methodology:process-hardening",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}