iiRecord
Agentic AI Atlas · Devin-Style Workflow
methodology:devina5c.ai
II.
Methodology JSON

methodology:devin

Structured · live

Devin-Style Workflow json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:devin",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Devin-Style Workflow",
    "description": "Inspired by Devin AI, an autonomous software engineering workflow with four\nphases: Planning (analyze requirements, design architecture), Coding (implement\nsolution), Debugging (iterative fix cycles with quality threshold), and Deployment\n(ship verified code). Features iterative refinement with configurable quality\ntargets and maximum debug iterations before declaring convergence or failure.\n",
    "methodologyKind": "ai-assisted",
    "origin": "Cognition AI (Devin)"
  },
  "outgoingEdges": [
    {
      "from": "methodology:devin",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--devin",
      "to": "methodology:devin",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}