II.
Methodology JSON
Structured · livemethodology:plan-and-execute
Plan-and-Execute json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:plan-and-execute",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Plan-and-Execute",
"description": "A structured agent methodology that generates a detailed plan first, then executes\neach step with optional approval gates between steps. The planning phase produces\na comprehensive task breakdown, the execution phase works through steps\nsequentially with validation, and approval gates provide human oversight at\nconfigurable granularity. Simple yet effective for decomposing complex tasks\ninto manageable, verifiable steps.\n",
"methodologyKind": "orchestration",
"origin": "Babysitter community"
},
"outgoingEdges": [
{
"from": "methodology:plan-and-execute",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--plan-and-execute",
"to": "methodology:plan-and-execute",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}