← Back to Skills Marketplace
2437
Downloads
1
Stars
8
Active Installs
3
Versions
Install in OpenClaw
/install plansuite
Description
Create, finalize, and execute file-based project plans with subplans, using checkpoints and logs for controlled, session-based implementation and progress tr...
Usage Guidance
This skill is a local, file-based planning workflow and appears coherent: it creates/updates task_plan.md, progress.md, and findings.md in whichever working directory the agent runs in. Before installing or invoking it: (1) understand the agent will write to your current working directory — back up or run in an empty/sandbox directory if you care about file safety; (2) avoid putting secrets or sensitive credentials into the plan files; (3) note the registry metadata lacks a homepage/description and the source is unknown — if provenance matters to you, prefer skills with clear authorship; (4) check whether your agent platform’s sessions_spawn (isolated session) capability is available and behaves as you expect. Other than those operational cautions, the skill's requests and instructions are proportionate to its stated planning purpose.
Capability Analysis
Type: OpenClaw Skill
Name: plansuite
Version: 0.1.3
The OpenClaw AgentSkills skill bundle defines a structured workflow for an AI agent to manage projects, including planning, freezing, and executing tasks. The `SKILL.md` instructions are clear, aligned with the stated purpose, and notably include a recommendation to use `sessions_spawn` for isolated execution, which is a strong security-conscious instruction. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent, or obfuscation. All file operations are confined to creating and updating specific markdown files (`task_plan.md`, `progress.md`, `findings.md`) within the working directory, which is consistent with its stated purpose.
Capability Assessment
Purpose & Capability
There is no separate description in registry metadata, but the SKILL.md clearly defines a file-based planning/execution workflow (task_plan.md, progress.md, findings.md). The resources it requires (none) and actions it prescribes (create/update local files) are consistent with a planning tool. Minor note: source/homepage are unknown and the top-level registry description is missing, which reduces provenance but does not make the behavior incoherent.
Instruction Scope
Instructions are tightly scoped to creating and updating three files in the current working directory, enforcing a freeze/execute workflow, and recommending use of an isolated session (sessions_spawn) for execution. There are no instructions to read unrelated system files, access external endpoints, or exfiltrate data. The guidance to 'do not paste these three files into chat' simply enforces file-based persistence.
Install Mechanism
No install spec and no code files — this is instruction-only, so nothing will be downloaded or written by an installer. Lowest risk per install mechanism.
Credentials
No environment variables, credentials, or config paths are requested. The instructions only require permission to create/update files in the current working directory, which is proportional to a file-based planning workflow.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It only instructs the agent to write three files in the working directory and to spawn an isolated session for execution — this is normal for a project-run workflow and does not modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install plansuite - After installation, invoke the skill by name or use
/plansuite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
test
v0.1.2
Republish from managedSkillsDir
v0.1.0
Initial local publish
Metadata
Frequently Asked Questions
What is PlanSuite?
Create, finalize, and execute file-based project plans with subplans, using checkpoints and logs for controlled, session-based implementation and progress tr... It is an AI Agent Skill for Claude Code / OpenClaw, with 2437 downloads so far.
How do I install PlanSuite?
Run "/install plansuite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PlanSuite free?
Yes, PlanSuite is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PlanSuite support?
PlanSuite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PlanSuite?
It is built and maintained by double729 (@double729); the current version is v0.1.3.
More Skills