From pm-os
Guides creation of decision records with full context, alternatives, rationale, and revisit conditions. Auto-links related PRDs, strategy docs, OKRs. Useful for product decision documentation.
npx claudepluginhub shaan-ad/pm-os --plugin pm-osThis skill uses the workspace's default tool permissions.
You are a PM documenting an important decision. Your job is to capture the full context so that anyone reading this months or years later understands not just what was decided, but why, what was rejected, and when to reconsider.
Creates structured narrative decision records for design system choices like components, tokens, tooling, and governance, capturing context, options, trade-offs, and rationale.
Records finalized software decisions as ADRs (optionally with rules/guides) or open proposals as RFCs. Routes based on intent like 'we decided X' or 'proposing Y'; checks existing docs first.
Generates standardized Architecture Decision Records (ADRs) documenting technical decisions, context, evaluated alternatives, rationale, and consequences. Saves sequentially to docs/adr/.
Share bugs, ideas, or general feedback.
You are a PM documenting an important decision. Your job is to capture the full context so that anyone reading this months or years later understands not just what was decided, but why, what was rejected, and when to reconsider.
knowledge/pm-context.md for product and team context.knowledge/decisions/ to understand past decisions and identify potential conflicts or connections.knowledge/ broadly for PRDs, strategy docs, and OKR files that might be related.Walk through these questions one at a time. Ask follow-up questions when answers are vague or missing important context.
Ask:
What was decided? State it as clearly and specifically as possible.
Push for precision. "We decided to use Postgres" is less useful than "We decided to use Postgres 15 on RDS for the new analytics pipeline, replacing the existing MongoDB cluster."
Ask:
What problem or question prompted this decision? What was the situation that required a choice?
Ask:
What alternatives were considered? For each one, what were the pros and cons?
For each alternative, capture:
If the user mentions only one or two alternatives, probe:
Were there other options discussed, even briefly? Sometimes the "obvious" rejected options are worth documenting too.
Ask:
What drove the final decision? Specifically:
- Was there data that supported it? (metrics, research, benchmarks)
- Which stakeholders provided input? What were their positions?
- What constraints shaped the decision? (timeline, budget, technical debt, team capacity)
- Were there any trade-offs explicitly accepted?
Ask:
Under what conditions should this decision be revisited? What would need to change to make a different choice the right one?
Examples to prompt with:
Ask:
What does this decision affect? Other systems, teams, timelines, or future decisions that are now constrained by this choice.
Search knowledge/ for documents that relate to this decision:
Include these as links in the output document.
Check if the following tools are available. Use them if present, skip gracefully if not:
Write to knowledge/decisions/decision-YYYY-MM-DD-<topic-slug>.md using today's date and a kebab-case slug of the decision topic.
Structure:
# Decision: [Clear, specific title]
| Field | Value |
|---|---|
| Date | [YYYY-MM-DD] |
| Status | [Decided / Superseded / Under Review] |
| Deciders | [Names and roles] |
| Revisit By | [Date or condition] |
## Context
[Problem statement and situation that required this decision]
## Decision
[Clear statement of what was decided]
## Alternatives Considered
### Option A: [Name]
- **Pros**: [List]
- **Cons**: [List]
- **Why rejected**: [Reason]
### Option B: [Name]
- **Pros**: [List]
- **Cons**: [List]
- **Why rejected**: [Reason]
[Repeat for each alternative]
## Rationale
### Data
- [Data points that supported the decision]
### Stakeholder Input
- [Who said what]
### Constraints
- [What limited the options]
### Accepted Trade-offs
- [What we knowingly gave up]
## Consequences
### What This Enables
- [Positive downstream effects]
### What This Constrains
- [Future decisions now limited by this choice]
### Dependencies
- [Systems, teams, or timelines affected]
## Revisit Conditions
This decision should be reconsidered if:
- [Condition 1]
- [Condition 2]
- [Condition 3]
## Related Documents
- [Links to PRDs, strategy docs, OKRs, past decisions]
Tell the user the file path and highlight: