#python #agent_skills #agentic_ai #ai_agents #autonomous_agents #claude #claude_code #claude_skills #codex #coding_agent #context_engineering #copilot #cursor #developer_tools #github_copilot #llm_agents #long_running_agents #manus #multi_agent_systems #pi #planning
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
GitHub
GitHub - OthmanAdi/planning-with-files: Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof…
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, dete...
#python #agent_control_plane #agent_ops #ai_agents #codex #long_running_agents #loop_engineering #loopx #workflow_automation
LoopX is a local control plane for long-running AI agent work. It keeps goals, tasks, evidence, quota, and handoffs in one place so work stays clear, restartable, and easier to pass between agents and people; the benefit is less lost context, safer progress, and easier review across long projects.
https://github.com/huangruiteng/loopx
LoopX is a local control plane for long-running AI agent work. It keeps goals, tasks, evidence, quota, and handoffs in one place so work stays clear, restartable, and easier to pass between agents and people; the benefit is less lost context, safer progress, and easier review across long projects.
https://github.com/huangruiteng/loopx
GitHub
GitHub - huangruiteng/loopx: Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across…
Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across Codex, Claude Code, and other coding agents, with durable goals, quota-aware auto-wake, executa...