nw-stakeholder-engagement

Demonstration preparation, audience-tailored presentations, feedback collection, and business outcome measurement. Load when preparing demos or measuring business value delivery.

322 stars

Best use case

nw-stakeholder-engagement is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Demonstration preparation, audience-tailored presentations, feedback collection, and business outcome measurement. Load when preparing demos or measuring business value delivery.

Teams using nw-stakeholder-engagement should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/nw-stakeholder-engagement/SKILL.md --create-dirs "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-stakeholder-engagement/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/nw-stakeholder-engagement/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How nw-stakeholder-engagement Compares

Feature / Agentnw-stakeholder-engagementStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Demonstration preparation, audience-tailored presentations, feedback collection, and business outcome measurement. Load when preparing demos or measuring business value delivery.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Stakeholder Engagement

## Demonstration Preparation

### Audience Analysis

Tailor presentation content and depth to audience type:

| Audience | Focus | Style | Success Criteria |
|----------|-------|-------|-----------------|
| Executive | Business value, ROI, strategic alignment | High-level outcomes, success metrics, roadmap | Business objective achievement, ROI demonstration |
| Business | Functional capability, process improvement, UX | Feature walkthrough, workflow demo, benefit realization | Requirement satisfaction, process efficiency |
| Technical | Implementation quality, architecture, ops readiness | Technical deep-dive, architecture review, operational metrics | Technical excellence, operational readiness |

### Demonstration Script Development
Structure as problem-solution narratives:
1. **Before state**: current pain point with quantitative evidence
2. **Feature walkthrough**: end-to-end workflow with realistic data
3. **After state**: measurable improvement with before/after comparison
4. **Business impact**: translate technical metrics to business outcomes

### Preparation Checklist
- [ ] Demo environment set up with realistic data
- [ ] Backup plan for demo failures (screenshots, recorded fallback)
- [ ] Stakeholder briefing sent with agenda and expectations
- [ ] Interactive participation points identified
- [ ] Time budget allocated per section

## Feedback Collection

### Structured Feedback Process
1. Real-time feedback during demonstration (capture questions and concerns)
2. Post-demonstration survey with structured questions
3. Follow-up interviews for deeper insights (optional, for major features)

### Feedback Categories
- **Functional**: does the feature meet requirements?
- **Usability**: is the user experience intuitive?
- **Performance**: does speed/responsiveness meet expectations?
- **Priority**: what enhancements should come next?

### Feedback Action Workflow
1. Categorize feedback items
2. Prioritize by business impact
3. Assign ownership for each action item
4. Communicate response plan with timelines
5. Track resolution to completion

## Business Outcome Measurement

### Quantitative Metrics

| Category | Metrics |
|----------|---------|
| Performance | Response time improvement | throughput gains | error rate reduction |
| Business | Revenue impact | cost reduction | user adoption rate | conversion changes |
| Operational | Deployment frequency | MTTR | support ticket reduction | availability |

### Qualitative Assessments
User satisfaction surveys (NPS, CSAT) | Usability testing results | Stakeholder satisfaction with delivery quality | Alignment with business objectives.

### Success Validation Process
1. **Baseline**: collect pre-implementation measurements
2. **Monitor**: track metrics post-deployment (minimum 2 weeks)
3. **Validate**: compare against success thresholds with statistical rigor
4. **Report**: present results framed in business value terms
5. **Iterate**: identify continuous improvement opportunities

## Retrospective and Lessons Learned

### Delivery Effectiveness Assessment
Feature delivery timeline vs plan | Quality gate effectiveness (false positives/negatives) | Stakeholder satisfaction scores | Implementation quality metrics.

### Knowledge Capture
Successful practices to replicate | Challenges encountered and resolution strategies | Process improvements identified | Tool/technology effectiveness observations.

### Integration into Future Iterations
Update process templates and checklists | Share learnings across teams | Adjust estimation models based on actuals | Feed enhancement requests into backlog.

Related Skills

nw-ux-web-patterns

322
from nWave-ai/nWave

Web UI design patterns for product owners. Load when designing web application interfaces, writing web-specific acceptance criteria, or evaluating responsive designs.

nw-ux-tui-patterns

322
from nWave-ai/nWave

Terminal UI and CLI design patterns for product owners. Load when designing command-line tools, interactive terminal applications, or writing CLI-specific acceptance criteria.

nw-ux-principles

322
from nWave-ai/nWave

Core UX principles for product owners. Load when evaluating interface designs, writing acceptance criteria with UX requirements, or reviewing wireframes and mockups.

nw-ux-emotional-design

322
from nWave-ai/nWave

Emotional design and delight patterns for product owners. Load when designing onboarding flows, empty states, first-run experiences, or evaluating the emotional quality of an interface.

nw-ux-desktop-patterns

322
from nWave-ai/nWave

Desktop application UI patterns for product owners. Load when designing native or cross-platform desktop applications, writing desktop-specific acceptance criteria, or evaluating panel layouts and keyboard workflows.

nw-user-story-mapping

322
from nWave-ai/nWave

User story mapping for backlog management and outcome-based prioritization. Load during Phase 2.5 (User Story Mapping) to produce story-map.md and prioritization.md.

nw-tr-review-criteria

322
from nWave-ai/nWave

Review dimensions and scoring for root cause analysis quality assessment

nw-tlaplus-verification

322
from nWave-ai/nWave

TLA+ formal verification for design correctness and PBT pipeline integration

nw-test-refactoring-catalog

322
from nWave-ai/nWave

Detailed refactoring mechanics with step-by-step procedures, and test code smell catalog with detection patterns and before/after examples

nw-test-organization-conventions

322
from nWave-ai/nWave

Test directory structure patterns by architecture style, language conventions, naming rules, and fixture placement. Decision tree for selecting test organization strategy.

nw-test-design-mandates

322
from nWave-ai/nWave

Four design mandates for acceptance tests - hexagonal boundary enforcement, business language abstraction, user journey completeness, walking skeleton strategy, and pure function extraction

nw-tdd-review-enforcement

322
from nWave-ai/nWave

Test design mandate enforcement, test budget validation, 5-phase TDD validation, and external validity checks for the software crafter reviewer