From pmflow
Use this skill when the user asks to "help me decide", "think through this decision", "weigh options", "what should I do about", "analyze trade-offs", "should we do X or Y", or needs a thought partner for product micro-decisions in their daily work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pmflow:decisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thought partner for the micro-decisions PMs face every day. Structures options, surfaces trade-offs, provides a clear recommendation.
Thought partner for the micro-decisions PMs face every day. Structures options, surfaces trade-offs, provides a clear recommendation.
Anytime a PM faces a decision and wants structured thinking:
Ask:
If vague ("not sure what to do about onboarding"), help frame: "Sounds like the decision is: prioritize reducing drop-off at step 2 vs. improving completion at step 5. Right?"
For each option, evaluate against 3-5 criteria that matter for THIS decision:
| Criteria | Option A | Option B |
|----------|----------|----------|
| User impact | [assessment] | [assessment] |
| Effort | [assessment] | [assessment] |
| Risk | [assessment] | [assessment] |
Before recommending, challenge the framing:
Always provide a clear recommendation. Structure:
Immediately after presenting the recommendation, argue against it. This is not optional — always do this.
"Here's the strongest case AGAINST this recommendation:"
Then ask the PM: "Does the counter-argument change anything for you, or does the recommendation still hold?"
This step exists because PMs (especially early in their careers) tend to anchor on the first viable option. Forcing a steel-manned counter-argument surfaces blind spots before the decision is locked in.
If the PM wants to document, produce in the user's chosen format (default: docx). If docx, use the docx skill. If pdf, use the pdf skill. If md, write as markdown. Use the following structure:
# Decision: [Question]
Date: [date]
Decision maker: [name]
Status: [Decided / Pending]
## Context
[Why this decision came up now. What happened or changed that forced this choice. 2-3 sentences max.]
## Goal
[What outcome we're optimizing for with this decision. What does "good" look like? 1-2 sentences.]
## Options Considered
### Option A: [name]
- Pros: [list]
- Cons: [list]
- Estimated effort/timeline: [if relevant]
### Option B: [name]
- Pros: [list]
- Cons: [list]
- Estimated effort/timeline: [if relevant]
### Options Explicitly Rejected
[Any options considered and discarded early, with a one-line reason why. This prevents future re-litigation.]
## Recommendation
[Chosen option, stated clearly in one sentence.]
## Rationale
[Why this option over the others. 2-3 sentences focusing on the primary reason. Reference the Goal above.]
## Counter-argument Considered
[The strongest case against this recommendation, from the devil's advocate step. 2-3 sentences. This shows the decision was stress-tested.]
## Impact
[What changes as a result of this decision. Who is affected. What needs to happen next.]
## Risks & Mitigation
[Main risk + specific mitigation plan, not generic "we'll monitor it".]
## Reversal Signal
[Specific, observable trigger that should make us reconsider: "Reconsider if [metric] drops below [threshold]" or "Revisit if [event] happens by [date]".]
## Next Steps
[Concrete actions with owners. Who does what by when.]
This template is designed to be shareable with stakeholders as-is. A PM should be able to send this decision record to their manager or engineering lead and have it be self-explanatory without additional context.
Most PM decisions are reversible. The cost of a wrong decision is usually lower than the cost of no decision. Help decide quickly and move forward.
npx claudepluginhub pe-menezes/pmflow --plugin pmflowStructures product decisions into concise docs with options, trade-offs, comparisons, recommendation, reversibility, and next steps for stakeholder review.
Provides structured decision-making by weighing pros and cons, stakeholders, risks, and alternatives. Useful when evaluating options or planning approach.
Routes decision-making requests to the appropriate structured thinking tool: option-mapping, criteria-weighting, premortem-analysis, or reversibility-analysis.