II.
Methodology JSON
Structured · livemethodology:self-assessment
Self-Assessment Loop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:self-assessment",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Self-Assessment Loop",
"description": "A self-critical iterative improvement methodology where an agent executes a task,\ncritically evaluates its own work against defined criteria, identifies weaknesses\nand improvement opportunities, and iteratively refines until a quality threshold\nis met. Configurable assessment criteria and quality thresholds allow tailoring\nthe self-evaluation rigor to the task at hand, enabling autonomous quality\nconvergence.\n",
"methodologyKind": "research",
"origin": "Babysitter community"
},
"outgoingEdges": [
{
"from": "methodology:self-assessment",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--self-assessment",
"to": "methodology:self-assessment",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}