← Back to Skills Marketplace
1573
Downloads
1
Stars
20
Active Installs
3
Versions
Install in OpenClaw
/install project-planner
Description
Triage ideas, problems, and feature requests into the right format: proposal doc, feature issue, or bug report. Repo-aware — discovers templates and docs str...
Usage Guidance
This skill will read your repository, create proposal docs, open GitHub issues, and commit & push branches using your Git/GitHub credentials (via the GitHub CLI). Before installing or invoking it: (1) verify the gh CLI is installed and authenticated with an account/token that has only the permissions you want to grant, (2) review the bundled templates and .project-planner.yml if present so you know what will be written, (3) prefer testing in a fork or test repo if you do not want automated changes in a production repository, and (4) if you do not want the agent to make writes autonomously, require manual invocation or remove its ability to run commands that push commits and create issues.
Capability Analysis
Type: OpenClaw Skill
Name: project-planner
Version: 1.0.2
The project-planner skill is a legitimate tool designed to automate the creation of GitHub issues and project proposal documents. It uses standard tools like 'git' and the GitHub CLI ('gh') for repository discovery and issue management, with no evidence of data exfiltration, malicious command execution, or prompt-injection attacks in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description, bundled proposal/issue templates, and the runtime instructions all align: the skill discovers repo templates/docs, produces proposal docs and GitHub issues, and commits/pushes branches. Nothing required by the skill appears unrelated to triaging and authoring project artifacts.
Instruction Scope
SKILL.md explicitly instructs the agent to read repo files (templates, CONTRIBUTING.md/CLAUDE.md, mkdocs.yml), create docs, create issues via `gh`, commit to a branch, and push. Those actions are consistent with the stated workflows; the instructions do not request unrelated system data or external endpoints beyond GitHub/Git access.
Install Mechanism
This is an instruction-only skill with no install spec and no code to write to disk, which is the lowest-risk model for this functionality.
Credentials
The metadata declares no required env vars, which matches there being no explicit API keys bundled. However, the runtime expects the GitHub CLI (`gh`) to be installed and authenticated (via `gh auth login` or an existing gh session) and Git credentials/SSH keys to push branches. The skill will therefore act using the user's existing Git/GitHub authentication and requires write access to the repo to create/push branches and create issues. This is proportionate to its purpose but the metadata does not call out the need for authenticated GitHub credentials.
Persistence & Privilege
always is false and model invocation is allowed (the default). The skill will modify repository files (docs, mkdocs.yml, index), create branches, and push commits using the user's credentials — appropriate for this use case. If you are concerned about autonomous changes, limit when the skill can run or require explicit invocation before it performs writes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-planner - After installation, invoke the skill by name or use
/project-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Prerequisites section moved to be more prominent at the top.
- Minor formatting improvements and reorganization in SKILL.md.
- No functional changes to workflows or usage instructions.
v1.0.1
- Added a prerequisites section specifying required tools: git and GitHub CLI (gh, authenticated).
- No changes to workflows or functionality; documentation updated for clarity on environment setup.
v1.0.0
Initial release of project-planner.
- Triage user input into proposals, feature issues, or bug reports based on scope and design needs.
- Automatically discovers repository structure, templates, and conventions by inspecting config files and directories.
- Supports an optional .project-planner.yml config file for customizing paths, labels, and conventions.
- Detailed step-by-step workflows for creating proposals (including phases), feature issues, and bug reports.
- Integrates with GitHub via gh issue create and respects repo conventions from CONTRIBUTING.md or CLAUDE.md.
Metadata
Frequently Asked Questions
What is Project Planner?
Triage ideas, problems, and feature requests into the right format: proposal doc, feature issue, or bug report. Repo-aware — discovers templates and docs str... It is an AI Agent Skill for Claude Code / OpenClaw, with 1573 downloads so far.
How do I install Project Planner?
Run "/install project-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Planner free?
Yes, Project Planner is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Project Planner support?
Project Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Planner?
It is built and maintained by chriscox (@chriscox); the current version is v1.0.2.
More Skills