← Back to Skills Marketplace
lnj22

planning-with-files

by lnj22 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install organize-messy-files-planning-with-files
Description
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks,...
Usage Guidance
This skill appears to do what it says: it provides templates and small helper scripts to manage three planning files in your project directory and includes hooks that print status and run a local completion check. Before installing, review the templates and the two scripts (init-session.sh and check-complete.sh) to confirm you are comfortable with files being created/updated in your current working directory. There are no network callbacks, no requested secrets, and no remote install steps. If you keep sensitive data in the project folder, avoid running init-session.sh there or review/modify the templates to exclude sensitive content.
Capability Analysis
Type: OpenClaw Skill Name: organize-messy-files-planning-with-files Version: 0.1.0 The skill bundle implements a structured file-based planning workflow designed to improve AI agent performance on complex tasks. It uses shell hooks in SKILL.md to maintain a 'working memory' on disk by automatically reading task plans before tool execution and verifying completion via scripts/check-complete.sh. The logic is consistent with its stated purpose of context engineering, and there are no signs of malicious intent, data exfiltration, or unauthorized persistence.
Capability Assessment
Purpose & Capability
Name/description (Manus-style file-based planning) match the included templates, helper scripts, and SKILL.md instructions. Required resources are minimal (templates and two small scripts) and appropriate for creating/maintaining task_plan.md, findings.md, and progress.md.
Instruction Scope
SKILL.md restricts actions to reading/writing/updating local planning files and prescribes reading plans before decisions and writing after searches. Hooks run benign commands (echo, cat head of task_plan.md) and the Stop hook invokes the included check-complete.sh to validate local plan completion. The instructions do not ask the agent to read unrelated system files or access external endpoints beyond normal WebSearch/WebFetch usage described.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or installed. The code files are small local helper scripts and templates; no remote fetch or archive extraction occurs.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts act on files in the current project directory and the skill directory only, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated system privileges or modify other skills' configs. It will create/modify planning files in the user's project directory and run included scripts from the skill root — expected behavior for a planning helper.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install organize-messy-files-planning-with-files
  3. After installation, invoke the skill by name or use /organize-messy-files-planning-with-files
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Slug organize-messy-files-planning-with-files
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is planning-with-files?

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks,... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install planning-with-files?

Run "/install organize-messy-files-planning-with-files" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is planning-with-files free?

Yes, planning-with-files is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does planning-with-files support?

planning-with-files is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created planning-with-files?

It is built and maintained by lnj22 (@lnj22); the current version is v0.1.0.

💬 Comments