BeClaude

pm-stakeholder-management

New
13Community RegistryGeneralby Seth Ford

Stakeholder mapping, executive summaries, decision logs, cross-functional alignment.

First seen 6/7/2026

Summary

This skill helps product managers map stakeholders, craft executive summaries, maintain decision logs, and drive cross-functional alignment.

  • It ensures clear communication and accountability across teams and leadership.

Overview

Comprehensive, standards-grounded Claude Code skills for every role in the Product Development Lifecycle.

454 skills and 173 commands across 57 plugins for 8 roles.

Roles

RoleSkillsCommandsPluginsStandards Alignment
architect63108TOGAF, IASA BTABoK, ISO 42010, SWEBOK v4
engineer65268SWEBOK v4, SFIA v9, DORA, SPACE, ISO 25010
product-manager65268AIPMM PmBoK, ISPMA SPMBoK, PDMA NPDP
tech-lead63258SFIA v9, DORA/Accelerate, Team Topologies
security64258NIST CSF 2.0, OWASP SAMM, MITRE ATT&CK, ISO 27001
designer63278WCAG 2.2, ISO 9241, Nielsen Heuristics
qa-engineer63268ISTQB, ISO 25010, WCAG 2.2, IEEE 829
sdlc881ISO/IEC 12207, ISO/IEC 15288

What Makes This Different

Every skill is built on three principles:

  1. Standards-grounded — Each role maps to recognized professional bodies of knowledge (SWEBOK, TOGAF, OWASP, AIPMM). See STANDARDS.md.
  2. LLM error mitigation — Every skill has an Anti-Patterns section targeting documented LLM failure modes (hallucination, over-generalization, constraint blindness, happy-path bias).
  3. Artifact-producing — Every skill produces a concrete deliverable (document, diagram, decision record, test plan, policy), not just advice.

Quick Start

Install a Single Role

bash
claude install github:sethdford/claude-skills/engineer

Install a Single Plugin

bash
claude install github:sethdford/claude-skills/engineer/testing

Install All Roles

bash
claude install github:sethdford/claude-skills

Skills vs Commands

  • Skills are domain knowledge units (nouns). They teach Claude about a topic — like writing an ADR, designing a threat model, or creating a product roadmap.
  • Commands are workflows (verbs). They chain multiple skills together — like running a full architecture review or planning a product launch.

Role Breakdown

Architect — 8 Plugins

PluginSkillsCommandsFocus
system-design104Decomposition, DDD, microservices, event-driven, CQRS
quality-attributes83Scalability, reliability, performance, trade-off analysis
decision-making83ADRs, technology radar, build-vs-buy, migration strategy
data-architecture83Data modeling, storage selection, event sourcing, pipelines
infrastructure-design83Cloud architecture, deployment, DR, multi-region
architecture-governance73Principles, fitness functions, tech debt, compliance
communication73C4 diagrams, RFCs, stakeholder presentations, roadmaps
architect-toolkit73Katas, reviews, mentoring, anti-patterns catalog

Engineer — 8 Plugins

PluginSkillsCommandsFocus
code-quality104Clean code, refactoring, SOLID, code smells
testing94TDD, property-based testing, test architecture
debugging83Systematic debugging, root cause analysis, postmortems
implementation-patterns83Design patterns, data structures, concurrency
api-development83REST, GraphQL, gRPC, API design and testing
devops-practices83CI/CD, containers, deployment, monitoring
database-engineering73Schema design, query optimization, migrations
engineer-toolkit73Technical writing, git workflow, incident response

Product Manager — 8 Plugins

PluginSkillsCommandsFocus
discovery104Problem discovery, customer research, opportunity sizing
strategy83Vision, positioning, business model, OKRs
prioritization83RICE, Kano, cost-of-delay, roadmapping
requirements94PRDs, user stories, acceptance criteria, edge cases
analytics83Metrics, experimentation, funnel/cohort analysis
launch83GTM, beta programs, rollout strategy, readiness
stakeholder-management73Communication, alignment, decision logs
pm-toolkit73Retros, product reviews, briefs, advisory boards

Tech Lead — 8 Plugins

PluginSkillsCommandsFocus
technical-planning94Roadmaps, estimation, sprint planning, capacity
code-review-leadership83Review standards, culture, quality gates
team-development83Mentoring, 1:1s, skill matrices, career ladders
technical-decision-making83RFCs, tech evaluation, spikes, decision matrices
process-engineering83Workflows, branching, releases, incidents
cross-functional-leadership73PM partnership, design handoff, scope negotiation
engineering-excellence83Standards, DX, tooling, testing/monitoring strategy
tech-lead-toolkit73Journaling, health checks, retros, team charters

Security — 8 Plugins

PluginSkillsCommandsFocus
threat-modeling94STRIDE, attack trees, trust boundaries, risk scoring
secure-development93Secure coding, OWASP, auth/authz, cryptography
application-security83SAST, DAST, dependency scanning, API security
infrastructure-security83Cloud security, containers, IAM, zero-trust
compliance-governance83GDPR, SOC2, PCI-DSS, audit readiness
incident-response83IR planning, forensics, containment, postmortems
security-operations73SIEM, detection engineering, vulnerability management
security-toolkit73Champion programs, red teams, bug bounty, metrics

Designer — 8 Plugins

PluginSkillsCommandsFocus
design-research104Personas, empathy maps, journey maps, JTBD
design-systems83Tokens, components, accessibility, theming
ux-strategy83Competitive analysis, design principles, experience mapping
ui-design94Color, typography, layout, responsive, data viz
interaction-design73Micro-interactions, state machines, gestures, errors
prototyping-testing84Wireframes, usability testing, A/B experiments
design-ops73Critique, handoff specs, sprint planning, workflows
designer-toolkit63Rationale, presentations, case studies, UX writing

QA Engineer — 8 Plugins

PluginSkillsCommandsFocus
test-strategy104Test planning, risk-based testing, coverage analysis
functional-testing94Equivalence partitioning, boundary analysis, state transitions
automation83Frameworks, page object model, CI integration, flaky tests
performance-testing83Load testing, stress testing, capacity planning
api-testing83Contract testing, integration, mocks, schema validation
quality-metrics73Defect metrics, dashboards, release readiness
accessibility-testing73WCAG compliance, screen readers, keyboard navigation
qa-toolkit63Bug reports, exploratory testing, regression strategy

SDLC Cross-Role — 1 Plugin

PluginSkillsCommandsFocus
sdlc-cross-role88Phase gates, DoR/DoD, feature lifecycle, release checklists, incident-to-improvement

Standards Alignment

See STANDARDS.md for the complete mapping of each role to industry standards, academic bodies of knowledge, and the LLM error mitigation strategy.

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT — see LICENSE.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install pm-stakeholder-management@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Map stakeholders for a new product initiative to identify influence and interest levels.
Generate an executive summary of a product review for leadership approval.
Create a decision log to track key product decisions and their rationale.
Facilitate cross-functional alignment by summarizing trade-offs and action items.
Prepare a stakeholder communication plan for a major product launch.
Document meeting outcomes and assign follow-up tasks to keep teams aligned.

Usage Examples

1

/pm-stakeholder-management map stakeholders for the Q3 platform upgrade

2

Create an executive summary of the last sprint review for the VP of Product

3

Log the decision to deprecate legacy API v2 and list affected teams

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is pm-stakeholder-management?

This skill helps product managers map stakeholders, craft executive summaries, maintain decision logs, and drive cross-functional alignment. It ensures clear communication and accountability across teams and leadership.

How to install pm-stakeholder-management?

To install pm-stakeholder-management: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install pm-stakeholder-management@<marketplace>. Finally, /plugin in Claude Code.

What is pm-stakeholder-management best for?

pm-stakeholder-management is a plugin categorized under General. Created by Seth Ford.

What can I use pm-stakeholder-management for?

pm-stakeholder-management is useful for: Map stakeholders for a new product initiative to identify influence and interest levels.; Generate an executive summary of a product review for leadership approval.; Create a decision log to track key product decisions and their rationale.; Facilitate cross-functional alignment by summarizing trade-offs and action items.; Prepare a stakeholder communication plan for a major product launch.; Document meeting outcomes and assign follow-up tasks to keep teams aligned..