Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.2Wiki
Agentic AI Atlas · Planning with Files (Library)
library/planning-with-filesa5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)AutoMaker (Library)
II.Documented nodesrefs · 1
Planning with Files · Specialization
I.
Wiki article

library/planning-with-files

Reading · 3 min

Planning with Files (Library) reference

Planning with Files is a persistent markdown-based planning methodology inspired by Manus AI's context engineering patterns. It treats the filesystem as extended memory for volatile agent workflows, solving the fundamental problem that agent context windows are ephemeral while file systems are persistent.

Page nodewiki/library/planning-with-files.mdNearby pages · 111Documents · 1

Continue reading

Nearby pages in the same section.

Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)AutoMaker (Library)Automotive Engineering Specialization (Library)Backend Development (Library)BDD/Specification by Example (Library)Bioinformatics and Genomics Specialization (Library)Biomedical Engineering Specialization (Library)BMAD Method (Library)Business Analysis and Consulting (Library)Business Strategy and Operations (Library)Business Strategy Specialization (Library)CC10X Methodology (Library)CCPM - Claude Code PM Methodology (Library)Chemical Engineering Specialization (Library)Civil Engineering Specialization (Library)ClaudeKit Methodology (Library)Cleanroom Software Engineering (Library)CLI and MCP Development Specialization (Library)Code Migration and Modernization Specialization (Library)COG Second Brain (Library)Common Utilities (Library)Computer Science Specialization (Library)Cryptography and Blockchain Development Specialization (Library)Customer Experience and Support Specialization (Library)Data Engineering, Analytics, and BI Specialization (Library)Data Science and Machine Learning Specialization (Library)Intelligence, Decision Support and Decision Making (Library)Desktop Product Development Specialization (Library)DevOps, SRE, and Platform Engineering Specialization (Library)Digital Marketing and Content Strategy Specialization (Library)Domain-Driven Design (DDD) Methodology (Library)Double Diamond Methodology (Library)Education and Learning Specialization (Library)Electrical Engineering Specialization (Library)Embedded Systems Engineering Specialization (Library)Entrepreneurship and Startup Processes (Library)Environmental Engineering Specialization (Library)Event Storming (Library)Everything Claude Code Methodology (Library)Example Mapping Methodology (Library)Extreme Programming (XP) (Library)Feature-Driven Development (FDD) (Library)Finance, Accounting, and Economics Specialization (Library)FPGA Programming and Hardware Description Specialization (Library)Game Product Development Specialization (Library)Gas Town Methodology (Library)GPU Programming and Parallel Computing (Library)GSD-Adapted Workflows for Babysitter SDK (Library)Healthcare and Medical Management Specialization (Library)Human Resources and People Operations Specialization (Library)Humanities and Anthropology Specialization (Library)Hypothesis-Driven Development (Library)Impact Mapping Methodology (Library)Industrial Engineering Specialization (Library)Jobs to Be Done (JTBD) Methodology (Library)Kanban (Library)Knowledge Management (Library)Legal and Compliance Specialization (Library)Logistics and Operations Specialization (Library)Maestro App Factory (Library)Marketing and Brand Management Specialization (Library)Materials Science Specialization (Library)Mathematics Specialization (Library)Mechanical Engineering Specialization (Library)Meta Specialization - Process, Skill, and Agent Creation (Library)Metaswarm Methodology (Library)Mobile Product Development Specialization (Library)Nanotechnology Specialization (Library)Network Programming and Protocols Specialization (Library)Enhanced Ontology-Driven Development (ODD) Methodology (Library)Operations Management Specialization (Library)Performance Optimization and Profiling Specialization (Library)Philosophy and Theology Specialization (Library)Physics Specialization (Library)Pilot Shell Methodology for Babysitter SDK (Library)Product Management and Product Strategy Specialization (Library)Production contract (Library)Programming Languages and Compilers Development Specialization (Library)Project Management and Leadership Specialization (Library)Public Relations and Communications Specialization (Library)QA, Testing, and Test Automation (Library)Quantum Computing Specialization (Library)Research Specialization (Library)Robotics and Simulation Engineering Specialization (Library)RPIKit Methodology (Library)Ruflo Methodology (Library)RUP (Rational Unified Process) (Library)Sales and Business Development Specialization (Library)Scientific Discovery and Problem Solving Specialization (Library)Scrum (Library)SDK, Platform, and Systems Development (Library)Security, Compliance, and Risk Management Specialization (Library)Security Research and Vulnerability Analysis Specialization (Library)Shape Up (Library)Social Sciences Specialization (Library)Software Architecture and Design Patterns Specialization (Library)Spec Kit Methodology (Library)Spiral Model (Library)Superpowers Extended Methodology (Library)Supply Chain Management Specialization (Library)Technical Documentation Specialization (Library)Travel (Curated-Dataset + SQL-Tool Pattern) (Library)UX/UI Design and User Experience Specialization (Library)V-Model Methodology (Library)Venture Capital and Investment Due Diligence Specialization (Library)Waterfall Methodology (Library)Web Product Development Specialization (Library)

Documented graph nodes

Records linked directly from this page’s Page node.

Planning with Files · Specialization

Planning with Files

**Source:** Planning with Files by OthmanAdi **Category:** Persistent Markdown-Based Planning (Context Engineering) **Priority:** High

Overview

Planning with Files is a persistent markdown-based planning methodology inspired by Manus AI's context engineering patterns. It treats the filesystem as extended memory for volatile agent workflows, solving the fundamental problem that agent context windows are ephemeral while file systems are persistent.

Central Principle: "Context Window = RAM (volatile); Filesystem = Disk (persistent)"

Key Features

  • **Three-File Pattern** (task_plan.md, findings.md, progress.md) for structured persistence
  • **5 Manus Principles** (Filesystem as Memory, Attention Manipulation, Error Persistence, Goal Tracking, Completion Verification)
  • **2-Action Rule** for systematic findings capture
  • **Session Recovery** across context window resets
  • **Quality-Gated Convergence** with weighted scoring
  • **Never Repeat Failures** with error pattern detection and approach mutations

Process Files

FileDescriptionPrimary Agents
planning-orchestrator.jsFull lifecycle (plan, execute, verify)All agents
planning-session.jsSession lifecycle managementSession Manager, Plan Architect
planning-execution.jsTask execution with 2-action ruleExecution Monitor, Error Analyst, Findings Curator
planning-verification.jsCompletion verification and scoringCompletion Verifier, all analysis agents

Agent Personas

AgentRoleID
Plan ArchitectPlan Structure Designpwf-plan-architect
Execution MonitorTask Execution Oversightpwf-execution-monitor
Findings CuratorResearch & Discovery Managementpwf-findings-curator
Error AnalystError Analysis & Pattern Detectionpwf-error-analyst
Session ManagerSession Lifecycle Managementpwf-session-manager
Completion VerifierPhase Completion Verificationpwf-completion-verifier

Skills

SkillDescriptionAgent
Plan CreationStructured task_plan.md generationPlan Architect
Findings CaptureResearch persistence with 2-Action RuleFindings Curator
Progress TrackingSession logs and phase statusExecution Monitor
Error LoggingError persistence and pattern detectionError Analyst
Session RecoveryContext recovery across resetsSession Manager
Completion VerificationWeighted quality scoringCompletion Verifier

Three-File Pattern

task_plan.md

The plan file contains phases, goals, and progress checkboxes. It is created first (Rule 1: never start without a plan) and serves as the primary source of truth for what needs to be done.

findings.md

The findings file captures research, discoveries, and decision rationale. Updated via the 2-Action Rule (save findings after every 2 view/browser operations) to ensure nothing is lost.

progress.md

The progress file maintains session logs, test results, and error records. It supports session recovery by preserving timestamps and session identifiers.

5 Manus Principles

1. **Filesystem as Memory** - Store in files, not context window 2. **Attention Manipulation** - Re-read plan before every decision 3. **Error Persistence** - Log all failures in progress file 4. **Goal Tracking** - Checkboxes show progress at a glance 5. **Completion Verification** - Verify all phases before exit

Quality Scoring

ComponentWeightMeasurement
Phase Completion40%Checked goals / total goals
Error Resolution25%Resolved errors / total errors
Findings Coverage20%Phases with findings / total phases
Progress Continuity15%Sessions without gaps / total sessions

Examples

See examples/ directory for JSON input files covering various task types and configurations.

Trail

Wiki

Library

Planning with Files (Library)

Continue reading

Aerospace Engineering Specialization (Library)
AI Agents and Conversational AI Specialization (Library)
Algorithms and Optimization Specialization (Library)
Arts and Culture Specialization (Library)
ATDD/TDD Methodology (Library)
AutoMaker (Library)
Automotive Engineering Specialization (Library)
Backend Development (Library)

Page record

Open node ledger

wiki/library/planning-with-files.md

Documents

Planning with Files · Specialization