Planning with Files

Active
GitHub Shell MIT

Description

Claude Code skill implementing Manus-style persistent markdown planning — the structured workflow pattern for agent task management.

Key Features

  • Manus-style markdown planning — decompose agent tasks into structured plans in persistent markdown files
  • Cross-session task persistence — plan files survive across sessions, agents resume anytime
  • Plan file locking mechanism — atomic writes and flock mutex to prevent concurrency conflicts
  • Subtask and progress tracking — each plan file records subtask status (pending/in_progress/completed)
  • Claude Code native integration — seamless skill integration, no extra framework needed
  • Multi-IDE compatibility — supports OpenCode, Cursor, Continue SKILL.md variants

Use Cases

💡 Managing complex coding tasks requiring multi-step long-running execution
💡 Resuming agent work progress after interruption
💡 Adding Manus-style task management to Claude Code
💡 Parallel execution of independent subtasks with progress tracking
💡 Building file-based agent workflow orchestration systems

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (26.6k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Categories

Quick Start

npx skills add othmanadi/planning-with-files/planning-with-files

# Use in Claude Code
# 1. Define a goal
/plan-goal "Refactor auth module to support OAuth2"

# 2. Loop through the plan
/plan-loop

# Plan files are saved under plans/ in current directory
# Agent automatically reads and updates plan status

Related Projects

AI Website Cloner

33.7k · JavaScript
Active A

Clone any website with one command using AI coding agents. Built with Next.js, React, and shadcn-ui with web scraping and automated code generation.

typescriptagentcoding +3
  • · Clone any website with one command — auto-screenshots, extracts design tokens, generates component specs, and builds a Next.js codebase
  • · Multi-phase pipeline: Recon → Foundation → Component Specs → Parallel Build → Assembly & QA for structured engineering workflow
  • · Supports 13 AI coding agents including Claude Code, Codex CLI, Cursor, Copilot, and more

GSD-2

7.8k · TypeScript
Stale B

GSD-2 is a powerful meta-prompting, context engineering, and spec-driven development system that enables agents to work autonomously for long periods without losing track of the big picture.

workflowagenttypescript +2
  • · Meta-prompting system for long-running autonomous agent tasks
  • · Context engineering to maintain coherence across extended sessions
  • · Spec-driven development workflow for structured agent outputs

Claude HUD

27.8k · JavaScript
Active A+

A Claude Code plugin that shows what's happening — context usage, active tools, running agents, and todo progress for enhanced agent workflow visibility.

agenttoolscoding +2
  • · Context window health — Real-time context usage percentage with green→yellow→red gradient to prevent overflow
  • · Tool activity monitoring — Live display of Claude's read/edit/grep operations with file names
  • · Agent tracking — Shows running sub-agents with model name, duration, and status

Refly

7.5k · TypeScript
Normal B

Refly is the first open-source agent skills builder. Define skills through vibe workflows and run them on Claude Code, Cursor, Codex and more. Skills are infrastructure, not prompts.

workflowagenttools +2
  • · Vibe Workflow DSL — describe business logic in natural language, Refly compiles it into deterministic reusable agent skills
  • · Skill Registry — central hub for versioned, governed agent capabilities with team collaboration and audit logs
  • · Universal Delivery — export skills as MCP servers, APIs for Lovable, webhooks for Slack/Lark, or native tools for Claude Code/Cursor