Project Pulse Brief
Overview
Project Pulse Brief is a lightweight playbook for turning raw project status
updates into an executive-ready pulse brief. The skill focuses on repeatable
steps, reusable checklists, and a template you can copy into any document or
collaboration space. No scripts, bots, or external integrations are required.
Integration Policy
When automating email or calendar lookups as part of this workflow, always delegate to the unified skills — do NOT call Gmail or Google Calendar tools directly.
| Need |
Delegate to |
| Project-related email threads |
daily-emails topic sub-command |
| Upcoming project meetings |
daily-calendars search sub-command |
These skills own the connector policy (native first, Zapier fallback) and output formatting.
Quick Start
- Collect weekly status inputs from project leads by reviewing your shared
project email thread (use daily-emails
topic with the project name) and the relevant Google Drive folders.
- Open
assets/templates/pulse_brief_template.md and duplicate it in your
preferred editor or knowledge base.
- Summarize the latest highlights, watchlist items, risks, and next steps
directly from the email and Drive updates.
- Share the completed brief with stakeholders via your usual communication
channels (email, workspace doc, meeting deck, etc.).
What This Skill Provides
- Repeatable workflow for consolidating project updates each reporting
cycle.
- Editable template that keeps highlights, blockers, and upcoming work in a
consistent structure.
- Curation checklist to maintain quality: confirm owner, dates, status, and
key decisions before publishing.
What This Skill Does NOT Provide
✗ Automated data ingestion from portfolio tools.
✗ Command-line utilities or runtime scripts.
✗ Direct integrations with chat platforms or email services.
Recommended Workflow
- Skim project email updates and shared Drive docs to capture the latest wins,
issues, and upcoming milestones.
- During a short review session, triage updates into highlights, watchlist, and
risks so the brief stays focused on executive-ready talking points.
- Populate the markdown template with the agreed priorities. Use callouts or
bolding (see template) to emphasize decisions and support requests.
- Capture follow-up actions in a shared tracker so the next brief can close the
loop on open items.
Success Criteria
- Every project entry lists owner, current status, recent wins, blockers, and
next steps.
- Sponsors can skim the brief and understand portfolio health within two
minutes.
- Follow-up actions from the previous pulse are either completed or reprioritized
in the new brief.
Roles & Responsibilities
- Brief Curator: Coordinates intake, validates completeness, and drafts the
pulse brief.
- Project Leads: Provide weekly updates aligned to the required fields.
- Executive Sponsor: Reviews the brief for alignment and approves
distribution.
Guardrails
- Keep the brief under two pages to preserve executive readability.
- Highlight no more than five items per section; link to supplemental docs for
deep dives.
- Use neutral, objective tone—avoid speculative language without data backing.
- Document open risks with clear owners and mitigation dates.
Troubleshooting
- Missing information? Send a quick reply-all on the project email thread with a
bulleted request for the specific details you need.
- Conflicting updates? Leave a comment in the source Drive doc or schedule a
short huddle to resolve the discrepancy before publishing.
- Updates running long? Prioritize the bullets that require decisions and move
the rest into linked reference docs.
Related Skills
- daily-work: Pair with Project Pulse Brief for a wider view of
operational signals plus delivery progress.
- daily-files: Use the
topic or recent sub-commands to locate supporting
artifacts referenced in the pulse brief.
Version History
- 1.1.2 (2024-03-13): Simplified the workflow to rely solely on email and
Google Drive inputs—no supplemental guides required.
- 1.1.1 (2024-03-12): Removed the project update worksheet in favor of
lightweight intake prompts embedded in the configuration guide.
- 1.1.0 (2024-03-11): Simplified into a documentation-first workflow without
CLI tooling or chat integrations.
- 1.0.0 (2024-03-09): Initial release with automation scripts.
1---2name: project-pulse-brief3description: Curate stakeholder-ready pulse briefs that summarize project portfolio updates, risks, and next steps.4license: Complete terms in LICENSE.txt5---67# Project Pulse Brief89## Overview10Project Pulse Brief is a lightweight playbook for turning raw project status11updates into an executive-ready pulse brief. The skill focuses on repeatable12steps, reusable checklists, and a template you can copy into any document or13collaboration space. No scripts, bots, or external integrations are required.1415## Integration Policy1617When automating email or calendar lookups as part of this workflow, always delegate to the unified skills — do NOT call Gmail or Google Calendar tools directly.1819| Need | Delegate to |20|---|---|21| Project-related email threads | **daily-emails** `topic` sub-command |22| Upcoming project meetings | **daily-calendars** `search` sub-command |2324These skills own the connector policy (native first, Zapier fallback) and output formatting.2526## Quick Start271. Collect weekly status inputs from project leads by reviewing your shared28 project email thread (use **daily-emails `topic`** with the project name) and the relevant Google Drive folders.292. Open `assets/templates/pulse_brief_template.md` and duplicate it in your30 preferred editor or knowledge base.313. Summarize the latest highlights, watchlist items, risks, and next steps32 directly from the email and Drive updates.334. Share the completed brief with stakeholders via your usual communication34 channels (email, workspace doc, meeting deck, etc.).3536## What This Skill Provides37- **Repeatable workflow** for consolidating project updates each reporting38 cycle.39- **Editable template** that keeps highlights, blockers, and upcoming work in a40 consistent structure.41- **Curation checklist** to maintain quality: confirm owner, dates, status, and42 key decisions before publishing.4344## What This Skill Does NOT Provide45✗ Automated data ingestion from portfolio tools. 46✗ Command-line utilities or runtime scripts. 47✗ Direct integrations with chat platforms or email services.4849## Recommended Workflow501. Skim project email updates and shared Drive docs to capture the latest wins,51 issues, and upcoming milestones.522. During a short review session, triage updates into highlights, watchlist, and53 risks so the brief stays focused on executive-ready talking points.543. Populate the markdown template with the agreed priorities. Use callouts or55 bolding (see template) to emphasize decisions and support requests.564. Capture follow-up actions in a shared tracker so the next brief can close the57 loop on open items.5859## Success Criteria60- Every project entry lists owner, current status, recent wins, blockers, and61 next steps.62- Sponsors can skim the brief and understand portfolio health within two63 minutes.64- Follow-up actions from the previous pulse are either completed or reprioritized65 in the new brief.6667## Roles & Responsibilities68- **Brief Curator**: Coordinates intake, validates completeness, and drafts the69 pulse brief.70- **Project Leads**: Provide weekly updates aligned to the required fields.71- **Executive Sponsor**: Reviews the brief for alignment and approves72 distribution.7374## Guardrails75- Keep the brief under two pages to preserve executive readability.76- Highlight no more than five items per section; link to supplemental docs for77 deep dives.78- Use neutral, objective tone—avoid speculative language without data backing.79- Document open risks with clear owners and mitigation dates.8081## Troubleshooting82- Missing information? Send a quick reply-all on the project email thread with a83 bulleted request for the specific details you need.84- Conflicting updates? Leave a comment in the source Drive doc or schedule a85 short huddle to resolve the discrepancy before publishing.86- Updates running long? Prioritize the bullets that require decisions and move87 the rest into linked reference docs.8889## Related Skills90- **daily-work**: Pair with Project Pulse Brief for a wider view of91 operational signals plus delivery progress.92- **daily-files**: Use the `topic` or `recent` sub-commands to locate supporting93 artifacts referenced in the pulse brief.9495## Version History96- **1.1.2** (2024-03-13): Simplified the workflow to rely solely on email and97 Google Drive inputs—no supplemental guides required.98- **1.1.1** (2024-03-12): Removed the project update worksheet in favor of99 lightweight intake prompts embedded in the configuration guide.100- **1.1.0** (2024-03-11): Simplified into a documentation-first workflow without101 CLI tooling or chat integrations.102- **1.0.0** (2024-03-09): Initial release with automation scripts.