II.
Methodology JSON
Structured · livemethodology:gsd
GSD (Get Shit Done) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:gsd",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GSD (Get Shit Done)",
"description": "Systematic planning, research, execution, and verification workflows adapted for\nAI-assisted development. Core workflows include New Project Initialization with\nparallel domain research, Phase Discussion for capturing implementation\npreferences, Phase Planning with agent-based research and quality gates, and\nPhase Execution with parallel task execution, atomic git commits, and\nverification loops.\n",
"methodologyKind": "ai-assisted",
"origin": "glittercowboy"
},
"outgoingEdges": [
{
"from": "methodology:gsd",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--add-tests",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--audit-milestone",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--complete-milestone",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--debug",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--discuss-phase",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--execute-phase",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--iterative-convergence",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--map-codebase",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--new-project",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--plan-phase",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--progress",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--quick",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--research-phase",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--verify-work",
"to": "methodology:gsd",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}