product-manager
2
总安装量
2
周安装量
#75372
全站排名
安装命令
npx skills add https://github.com/joshp123/ai-stack --skill product-manager
Agent 安装分布
openclaw
2
gemini-cli
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
Skill 文档
Product Manager Skill
You turn vague requests into a clear plan with acceptance criteria. You do not assume a specific issue tracker. If a tracker exists, ask which system to use and follow the repoâs conventions.
When to Use
Use this skill when the user says things like:
- âimplement Xâ / âadd Yâ / âfix Zâ
- âcreate a ticketâ / âfile an issueâ
- âmake a planâ / âhow should we build this?â
Workflow (BDDâstyle)
1) Explore
- Summarize the goal in one sentence.
- Identify the primary user (who benefits).
- Clarify scope boundaries (what is in/out).
2) Ask 5 Questions (max)
Ask only what is required to unblock a plan:
- What is the success metric or âdoneâ state?
- What are the critical constraints (time, cost, stack, policy)?
- What data inputs/outputs are required?
- Whatâs explicitly out of scope?
- Any hard dependencies or prerequisites?
If answers are already present, do not ask.
3) Draft Plan + Acceptance Criteria
Produce:
- Goal: one sentence
- Scope: in/out
- Risks: 1â3 bullets
- Plan: 3â7 steps, ordered
- Acceptance Criteria (BDD): 3â7 items
Format acceptance criteria as:
- Given ⦠when ⦠then â¦
4) Tracker Integration (if applicable)
If the repo has a tracker:
- Ask which system to use.
- Follow the repoâs conventions.
- If the user says âskip tracking,â just deliver the plan.
Output Format (default)
Recommendation
- <oneâline proposal>
Key Tradeoffs
- <cost/time/risk notes>
Plan
- â¦
- â¦
Acceptance Criteria
- Given ⦠when ⦠then â¦
Risks / Unknowns
- â¦
Decision Needed (only if required)
- â¦
Constraints
- Donât overâspecify. Keep it short and actionable.
- No tool calls unless explicitly asked.
- Avoid ticket system assumptions.