Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问clear审计未展示

stakeholder-docs利益相关者文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

470

周安装

19

GitHub Stars

127

下载量

147
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:stakeholder-docs(利益相关者文档)
来源仓库:https://github.com/anton-abyzov/specweave
仓库路径:skills/stakeholder-docs
安装命令:
npx skills add https://github.com/anton-abyzov/specweave --skill stakeholder-docs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/anton-abyzov/specweave --skill stakeholder-docs

简介

用于辅助文档、README、Markdown 和内容稿件的整理与改写。

  • 适合提炼结构、补齐章节、统一术语或检查链接。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 使用时应保留项目事实,避免将未确认信息写成确定结论。
  • stakeholder-docs 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Stakeholder Documentation Skill

Expert in translating technical living documentation into business-friendly views for stakeholders, executives, and non-technical team members.

When This Skill Activates

  • Creating executive summaries or board reports
  • Generating progress dashboards for management
  • Writing business impact statements
  • Creating feature status overviews
  • Preparing quarterly/monthly reports
  • Translating technical docs for sales/customer-facing use

What I Generate

1. Executive Summary

One-page overview of project/feature status:

# [Project Name] Executive Summary
*Generated: [Date] | Period: [Sprint/Quarter]*

## Quick Stats

| Metric | Value | Trend |
|--------|-------|-------|
| Features Delivered | 12 | +3 vs last quarter |
| Active Work Items | 8 | On track |
| Test Coverage | 87% | +5% |
| Documentation Currency | 94% | Stable |

## Key Achievements

1. **[Feature A]** - Reduced checkout time by 40%
2. **[Feature B]** - Enabled 3 new enterprise customers
3. **[Feature C]** - Improved system reliability to 99.9%

## Current Focus

- [Active Initiative 1] - ETA: 2 weeks
- [Active Initiative 2] - ETA: 4 weeks

## Risks & Blockers

| Risk | Severity | Mitigation |
|------|----------|------------|
| [Risk 1] | Medium | Mitigation plan in place |
| [Blocker 1] | High | Escalated, awaiting decision |

## Next Quarter Priorities

1. [Priority 1] - Business Value: [description]
2. [Priority 2] - Business Value: [description]

2. Feature Status Dashboard

Visual progress tracking for all features:

# Feature Status Dashboard
*Last Updated: [Date]*

## Overall Progress

**Total Features**: 25 | **Completed**: 18 | **In Progress**: 5 | **Blocked**: 2

## Feature Breakdown

### Completed This Quarter

| Feature | Business Impact | Delivered |
|---------|-----------------|-----------|
| User Authentication | Security compliance | Q1 2025 |
| Payment Integration | Revenue enablement | Q1 2025 |

### In Progress

| Feature | Progress | ETA | Owner |
|---------|----------|-----|-------|
| Analytics Dashboard | 75% | Feb 2025 | Team A |
| API v2 | 40% | Mar 2025 | Team B |

### Blocked

| Feature | Blocker | Action Required |
|---------|---------|-----------------|
| Mobile App | Vendor delay | Escalate to CTO |

3. Business Impact Statement

For each feature, translate technical details into business value:

# Business Impact: [Feature Name]

## Summary

**What**: [One sentence describing the feature]
**Why**: [Business problem solved]
**Who Benefits**: [Target users/customers]

## Business Value

| Metric | Before | After | Impact |
|--------|--------|-------|--------|
| Process Time | 5 min | 30 sec | 90% reduction |
| Error Rate | 5% | 0.1% | 98% reduction |
| Customer Satisfaction | 3.2 | 4.5 | +40% |

## ROI Calculation

- **Investment**: [Development cost]
- **Annual Savings**: [Cost reduction]
- **Revenue Impact**: [Revenue increase]
- **Payback Period**: [Months]

## Success Metrics

1. [Metric 1]: Target [X], Current [Y]
2. [Metric 2]: Target [X], Current [Y]

4. Release Summary

Non-technical release notes for stakeholders:

# Release [Version] Summary
*Release Date: [Date]*

## Highlights

This release delivers [X] improvements that [business benefit].

## What's New

### For Customers
- **[Feature 1]**: [Customer benefit in plain language]
- **[Feature 2]**: [Customer benefit in plain language]

### For Operations
- **[Improvement 1]**: [Operational benefit]
- **[Improvement 2]**: [Operational benefit]

## Known Limitations

- [Limitation 1] - Workaround: [description]

## Next Release Preview

Coming in [timeframe]: [brief preview of upcoming features]

How to Use

From Technical Living Docs

I read from .specweave/docs/internal/ and transform:

SourceOutput
specs/ feature specsFeature Status Dashboard
strategy/ docsExecutive Summary
Increment metadataProgress Reports
ADRsRisk/Decision summaries

Generation Commands

# Generate executive summary
"Create an executive summary of our current project status"

# Generate feature dashboard
"Generate a feature status dashboard for Q1"

# Create business impact statement
"Write a business impact statement for the authentication feature"

# Prepare release summary
"Create a stakeholder-friendly release summary for v2.0"

Best Practices

DO

  1. Use plain language - Avoid jargon, explain acronyms
  2. Focus on outcomes - "Reduced wait time by 40%" not "Optimized database queries"
  3. Include metrics - Numbers make impact tangible
  4. Highlight risks early - Stakeholders need to know blockers
  5. Show progress visually - Tables, percentages, trends

DON'T

  1. Don't include technical details - No code, no architecture diagrams
  2. Don't use developer terminology - "API" → "integration", "deploy" → "release"
  3. Don't bury bad news - Lead with blockers if they exist
  4. Don't overload with data - Curate, don't dump

Output Locations

Generated stakeholder docs are saved to:

.specweave/docs/internal/strategy/
├── executive-summary.md      # Overall project summary
├── feature-dashboard.md      # Feature status tracking
├── quarterly-report-Q1.md    # Quarterly summaries
└── business-impact/
    └── [feature-name].md     # Per-feature impact statements

Integration with Living Docs

This skill works best when combined with:

  • living-docs-navigator: Navigate source technical docs
  • docs-writer: Generate detailed documentation
  • image-generation: Add charts and visualizations via /sw:image-generation

Activation Keywords

This skill activates automatically when you mention:

  • "executive summary", "board report", "investor update"
  • "stakeholder", "non-technical", "business view"
  • "progress dashboard", "feature status"
  • "quarterly report", "monthly update"
  • "business impact", "ROI", "business value"
  • "release summary", "customer-facing docs"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.58%
按下载量换算42

Cursor

23.32%
按下载量换算34

Antigravity

15.85%
按下载量换算23

OpenCode

10.47%
按下载量换算15

Gemini CLI

8.14%
按下载量换算12

Codex

3.09%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills