一键导入
stakeholder-update
// Generate a ≤ 150-word stakeholder status update from plugin data — Accomplishments | In Progress | Blockers | Next Steps. Use when the user asks for a weekly status, leadership update, or sprint recap.
// Generate a ≤ 150-word stakeholder status update from plugin data — Accomplishments | In Progress | Blockers | Next Steps. Use when the user asks for a weekly status, leadership update, or sprint recap.
Surface blockers, overdue tasks, and stale items across active projects. Queries the pm_essentials_* tables via the plugin's readonly-data endpoint. Use when the user asks 'how are projects doing?', 'what's blocked?', or wants a health check before a leadership review.
Plan a sprint from the PM Essentials plugin — break down a sprint goal into 5-10 tasks, estimate effort (XS/S/M/L/XL), assign owners, and output a Markdown table. Use when the user says 'plan a sprint', 'sprint planning', or provides a sprint goal and wants it decomposed into tasks.
| name | stakeholder-update |
| description | Generate a ≤ 150-word stakeholder status update from plugin data — Accomplishments | In Progress | Blockers | Next Steps. Use when the user asks for a weekly status, leadership update, or sprint recap. |
| argument-hint | [audience — e.g. 'leadership', 'investors', 'team'] |
Generate a tight ≤ 150-word status update using the plugin's real data.
GET /api/plugins/pm-essentials/readonly-data/open_projectsGET /api/plugins/pm-essentials/readonly-data/sprint_tasksGET /api/plugins/pm-essentials/readonly-data/sprint_burndown**Status update — <YYYY-MM-DD>**
_Audience: <argument or "team">_
**Accomplishments**
- <bullet>
- <bullet>
**In Progress**
- <bullet>
**Blockers**
- <bullet or "None">
**Next Steps**
- <bullet>
done in the last 7 days. Bullet each one by title.in_progress or review. Group by project.urgent stuck > 3 days. Be explicit: "Stripe price IDs wiring blocked on credentials rotation" beats "some tasks stuck".todo ordered by priority DESC — pick the top 3.leadership / investors → outcome-framed ("shipped checkout to 10%"), avoid task IDsteam → keep the task granularity, include owner names$ARGUMENTS) → neutral**Status update — 2026-04-24**
_Audience: leadership_
**Accomplishments**
- Stripe price IDs wired and verified in staging.
**In Progress**
- Checkout redesign — 60% complete; target merge 2026-04-26.
- Server-side idempotency keys — in review, holding for perf test.
**Blockers**
- None.
**Next Steps**
- Start feature flag for 10% rollout (blocked only on checkout merge).