← Back to Skills Marketplace
629
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install solo-plan
Description
Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation...
Usage Guidance
This skill is coherent and appears to do what it says: it will read your repository to research a task and then create a plan by writing files under docs/plan/. Before installing/using it, consider: 1) review the SKILL.md so you understand which files it will read and where it will write (docs/plan/{track}/spec.md); 2) run it in a feature branch or sandbox so its writes don't change main branches unexpectedly; 3) ensure your repository doesn't contain unintended secrets in files the skill might read (it has no explicit secret exfiltration steps, but it will scan the repo); 4) if you don't want network lookups or access to your session/project history, disable MCP/web tools or run in an environment where those tools are unavailable; 5) inspect created/edited files before committing. If you want stronger guarantees, consider restricting the agent's file access or running the planning step locally and reviewing outputs manually.
Capability Analysis
Type: OpenClaw Skill
Name: solo-plan
Version: 2.2.1
The skill is classified as suspicious due to its allowance of high-risk tools like `Bash` and `web_search`, granting significant system and network access. It presents vulnerabilities including potential path traversal in `SKILL.md` (Step 7) if user-provided task descriptions are not properly sanitized before being used to construct `$PLAN_ROOT` for `mkdir -p`. Furthermore, the skill is vulnerable to prompt injection against the `/build` skill, as it generates `plan.md` and `spec.md` based on user input and research findings, and these files are explicitly stated to be parsed by `/build` (SKILL.md, Compatibility Notes), allowing an attacker to stage commands for subsequent execution.
Capability Assessment
Purpose & Capability
Name/description promise: 'explore codebase and create spec + phased implementation plan'. SKILL.md only requires code-reading and file-writing tools (Read, Grep, Glob, Bash, Write, Edit) and optional MCP search/explain tools. All requested capabilities are proportional and appropriate for generating a repository-level plan.
Instruction Scope
Instructions direct the agent to read project files (CLAUDE.md, package.json/pyproject.toml, docs, tests, deploy scripts), run searches (grep/find), and create docs/plan/{track}/spec.md and related files. This is in-scope for planning, but the skill will examine the repository broadly and will write files into the repo. It may also call MCP web/kb_search or session/project search tools if available (networked retrieval), so expect both local file reads and optional external lookups.
Install Mechanism
No install specification or additional packages are present; this is an instruction-only skill. Nothing will be downloaded or written to disk by an installer step beyond the plan files the skill itself creates.
Credentials
The skill declares no environment variables, credentials, or config-path requirements. The allowed tools could access external MCP services if available, but the skill does not request any secrets or unrelated credentials.
Persistence & Privilege
always:false (normal). The skill is allowed to write/edit files in the repository (creates docs/plan/* and spec/task files). It can be invoked autonomously (disable-model-invocation:false) which is the platform default; this combined with file-write capability means the agent can make repository changes when invoked — users should expect and review those changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solo-plan - After installation, invoke the skill by name or use
/solo-plan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.1
Universalize: remove project-specific references, add SearXNG recommendation
v2.2.0
Initial publish
Metadata
Frequently Asked Questions
What is Plan?
Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation... It is an AI Agent Skill for Claude Code / OpenClaw, with 629 downloads so far.
How do I install Plan?
Run "/install solo-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Plan free?
Yes, Plan is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Plan support?
Plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Plan?
It is built and maintained by Rust (@fortunto2); the current version is v2.2.1.
More Skills