iiRecord
Agentic AI Atlas · Planning with Files
methodology:planning-with-filesa5c.ai
II.
Methodology JSON

methodology:planning-with-files

Structured · live

Planning with Files json

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

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:planning-with-files",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Planning with Files",
    "description": "A persistent markdown-based planning methodology inspired by Manus AI's context\nengineering patterns. Treats the filesystem as extended memory for volatile agent\nworkflows using a three-file pattern (task_plan.md, findings.md, progress.md).\nImplements 5 Manus Principles: Filesystem as Memory, Attention Manipulation,\nError Persistence, Goal Tracking, and Completion Verification, with a 2-action\nrule for systematic findings capture.\n",
    "methodologyKind": "ai-assisted",
    "origin": "OthmanAdi"
  },
  "outgoingEdges": [
    {
      "from": "methodology:planning-with-files",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--planning-execution",
      "to": "methodology:planning-with-files",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--planning-orchestrator",
      "to": "methodology:planning-with-files",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--planning-session",
      "to": "methodology:planning-with-files",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--planning-verification",
      "to": "methodology:planning-with-files",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}