planning-with-files
by OthmanAdi
Crash-proof, file-backed planning for long-running multi-agent workflows
What It Does
Provides persistent, crash-proof file-based planning for long-running agent tasks by storing plans and shared state on disk. Uses deterministic completion gates and markdown-based plans (SKILL.md) so multiple agents can read, update, and continue workflows safely after interruptions. Distinctive features include multi-agent shared state on disk and compatibility with 60+ agents via the SKILL.md standard. Audit Trail and Open Agent Specification (Agent Spec) help ground-truth and interoperability for multi-agent workflows.
Why It Matters
Ideal For
Teams building persistent, resumable agent workflows that need deterministic completion and an auditable record across heterogeneous agents. Leverage the Agent Registry Pattern to manage identities and capabilities as you scale.
Real-World Examples
- Persisting and resuming long-running agent workflows after crashes or restarts
- Creating auditable, markdown-based plans to inspect agent decisions and handoffs
- Coordinating heterogeneous agents with a shared on-disk state and deterministic completion gates