用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill stakeholder-update命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | stakeholder_update |
| description | Prepare a stakeholder update with project status, key decisions, risks, and next steps |
| metadata | {"openclaw":{"tags":["product-management","stakeholder","communication","status"]}} |
Prepare a comprehensive stakeholder update by gathering current project status, recent activity, key decisions, and upcoming milestones. This skill produces a polished, audience-appropriate communication ready to send or present.
Activate this skill when the user wants to:
Establish the parameters:
Use capability_execute with the following parameters:
project.list_tasksproduct-managementstatus: "all"maxResults: 40project: the project or product areasortBy: "updated"From the results, build a status picture:
Use capability_execute with the following parameters:
calendar.read_eventsproduct-managementdateRange: next 14 daysmaxResults: 20query: the project name or related keywordsIdentify:
This capability is optional. If unavailable, proceed without calendar data.
Use capability_execute with the following parameters:
docs.search_filesproduct-managementquery: the project name plus "decision" or "update" or "status"maxResults: 10modifiedAfter: date of last update if knownLook for:
Use capability_execute with the following parameters:
chat.search_messagesproduct-managementquery: the project namemaxResults: 15dateRange: since the last update or last 7 daysLook for:
This capability is optional. Proceed without it if unavailable.
Use capability_execute with the following parameters:
mail.read_inboxproduct-managementquery: the project namemaxResults: 10dateRange: since the last update or last 7 daysLook for:
This capability is optional. Proceed without email data if unavailable.
Use capability_execute with the following parameters:
analytics.get_metricsproduct-managementmetrics: key metrics relevant to the projectdateRange: the update periodInclude metric highlights if available. This adds credibility and specificity to the update.
This capability is optional. Proceed without metrics if unavailable.
Tailor the format and depth to the audience:
## Stakeholder Update: {project or product name}
**Period:** {date range covered}
**Date:** {current date}
**Author:** {user name}
**Distribution:** {audience}
---
### TL;DR
{3-4 bullet points covering the most important things the reader needs to know.
This section should be sufficient for someone who reads nothing else.}
- {headline 1: status or achievement}
- {headline 2: key decision or change}
- {headline 3: risk or blocker if any}
- {headline 4: what's coming next}
### Status Summary
**Overall health:** {Green / Yellow / Red}
| Workstream | Status | Health | Owner | Notes |
|-----------|--------|--------|-------|-------|
| {workstream} | {on track / at risk / blocked} | {G/Y/R} | {owner} | {brief note} |
| {workstream} | {status} | {health} | {owner} | {note} |
| {workstream} | {status} | {health} | {owner} | {note} |
### What We Accomplished
- {accomplishment 1}: {1 sentence of context}
- {accomplishment 2}: {context}
- {accomplishment 3}: {context}
### Key Decisions Made
| Decision | Rationale | Impact | Date |
|----------|-----------|--------|------|
| {decision} | {why} | {what changes} | {date} |
| {decision} | {why} | {impact} | {date} |
### Key Metrics (if available)
| Metric | Value | Change | Notes |
|--------|-------|--------|-------|
| {metric} | {value} | {change} | {interpretation} |
| {metric} | {value} | {change} | {notes} |
### Risks and Blockers
| Risk/Blocker | Severity | Mitigation | Owner | ETA |
|-------------|----------|------------|-------|-----|
| {issue} | {high/med/low} | {plan} | {owner} | {resolution date} |
| {issue} | {severity} | {plan} | {owner} | {ETA} |
### Upcoming Milestones
| Milestone | Target Date | Status | Dependencies |
|-----------|------------|--------|-------------|
| {milestone} | {date} | {on track / at risk} | {dependencies} |
| {milestone} | {date} | {status} | {dependencies} |
### Decisions Needed
{List any decisions that need stakeholder input. For each, provide
the question, options, your recommendation, and deadline.}
1. **{question}**
Options: {A} vs. {B}
Recommendation: {your recommendation and why}
Needed by: {date}
### Next Steps
1. {next step with owner and date}
2. {next step with owner and date}
3. {next step with owner and date}
---
*Prepared from: {count} project tasks, {count} documents, {count} discussions.*
*Next update: {expected date of next update}.*
For email-format updates, condense to TL;DR + Status Summary + Risks + Decisions Needed + Next Steps. For presentation talking points, convert each section into 2-3 bullet points per slide.