II.
Methodology JSON
Structured · livemethodology:rpikit
RPIKit (Research-Plan-Implement) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:rpikit",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "RPIKit (Research-Plan-Implement)",
"description": "Implements the Research-Plan-Implement framework for disciplined AI-assisted\nsoftware development. Enforces the Iron Law: do NOT explore the codebase until\nthe problem is understood. Features stakes-based rigor scaling (low/medium/high),\ntest-first enforcement, verification-before-completion, human approval gates\nbetween major phases, and soft-gating reviews that preserve user autonomy.\n",
"methodologyKind": "ai-assisted",
"origin": "Matthew Boston"
},
"outgoingEdges": [
{
"from": "methodology:rpikit",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--rpikit-brainstorm",
"to": "methodology:rpikit",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--rpikit-decision",
"to": "methodology:rpikit",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--rpikit-implement",
"to": "methodology:rpikit",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--rpikit-plan",
"to": "methodology:rpikit",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--rpikit-research",
"to": "methodology:rpikit",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--rpikit-review",
"to": "methodology:rpikit",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}