Triage ideas, problems, and feature requests into the right format: proposal doc, feature issue, or bug report. Repo-aware — discovers templates and docs str...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install project-planner或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install project-planner⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/project-planner/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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 structure from the current repository. Use when: (1) the user describes an idea, feature, or problem they want to track, (2) the user says "file a bug", "I have an idea", "let's plan this feature", or similar, (3) the user wants to break down a large feature into phases with GitHub issues. NOT for: actually implementing code (use coding-agent), reviewing PRs, or general questions about the codebase. ---
gh auth login)Triage user input into the right project artifact: a proposal (big idea with phases), a feature issue (small enhancement), or a bug report (something's broken).
Before doing anything, discover the current repo's configuration:
git rev-parse --show-toplevel to find the repo root.project-planner.yml at the repo root — if it exists, read it anduse its values for all paths, labels, and conventions
- Proposal template: look for docs/proposals/TEMPLATE.md - Issue templates: look in .github/ISSUE_TEMPLATE/ - Docs directory: look for docs/, mkdocs.yml - If nothing found, use the fallback formats bundled with the skill
CLAUDE.md or CONTRIBUTING.md, read for conventionsgh repo view --json name,owner to confirm the repo for issue creation.project-planner.ymlOptional config file at repo root. All fields are optional — auto-discovery fills gaps. See project-planner.yml in the skill directory for a copy-paste starter.
project: MyProject # project name (for issue titles)
repo: owner/repo # GitHub repo (usually auto-detected)
proposals:
dir: docs/proposals # where proposal docs live
template: docs/proposals/TEMPLATE.md # proposal template to follow
index: docs/proposals/index.md # index file to update with new proposals
mkdocs_nav: true # update mkdocs.yml nav when creating proposals
issues:
labels:
feature: enhancement # label for feature issues
bug: bug # label for bug issues
# branch_prefix: feature/ # branch naming prefix
# conventions:
# docs: docs # where project docs live
Determine the type by asking: does this need design work or multiple phases?
If unclear, ask the user: "Is this a quick fix or does it need a design doc?"
For big ideas that need phases and design.
docs/proposals/.md mkdocs.yml exists, add the proposal to the nav under Proposalsdocs/proposals/index.md exists, add to the Active Proposals listgh issue create: - Title: - Body: phase goal, acceptance criteria, tasks as checklist, link to proposal - Label: enhancement
Before committing, verify:
For small, self-contained enhancements.
gh issue create: - Title: clear, action-oriented - Body: summary, acceptance criteria as checklist, doc references if relevant - Follow the repo's template format if one exists - Label: enhancement
For problems and broken behavior.
gh issue create: - Title: Bug: - Body: description, steps to reproduce (if known), expected vs actual, relevant code files/lines, related docs - Follow the repo's template format if one exists - Label: bug
gh issue create — it's repo-aware, handles authand follow its branch naming, commit message, and PR conventions
安装 Project Planner 后,可以对 AI 说这些话来触发它
Help me get started with Project Planner
Explains what Project Planner does, walks through the setup, and runs a quick demo based on your current project
Use Project Planner to triage ideas, problems, and feature requests into the right format:...
Invokes Project Planner with the right parameters and returns the result directly in the conversation
What can I do with Project Planner in my product manager workflow?
Lists the top use cases for Project Planner, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/project-planner/ 目录(个人级,所有项目可用),或 .claude/skills/project-planner/(项目级)。重启 AI 客户端后,用 /project-planner 主动调用,或让 AI 根据上下文自动发现并使用。
Project Planner 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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...
Project Planner 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Project Planner
Identifies repetitive steps in your workflow and sets up Project Planner to handle them automatically