notify-pm

Send structured project updates to a Project Manager with predefined message types.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcospmail/claude-code-plugins --skill notify-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify-pm
Source: https://github.com/marcospmail/claude-code-plugins/tree/main/plugins/yato/skills/notify-pm
Command: npx skills add https://github.com/marcospmail/claude-code-plugins --skill notify-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines communication with the Project Manager by providing a structured way to send updates and notifications, reducing the need for ad-hoc emails or messages.

Core Features & Use Cases

  • Structured Updates: Notify the Project Manager of task completions, blockers, questions, or progress updates through predefined message types.
  • Message Types: Send status messages prefixed with [DONE], [BLOCKED], [HELP], [STATUS], or [PROGRESS] for clear categorization of updates.
  • Use Case: When a developer completes a task, they can simply use /notify-pm [DONE] ... to report the achievement.

Quick Start

Send a status update to the Project Manager: /notify-pm [DONE] Completed task T1 - implemented login endpoint

Frequently Asked Questions about notify-pm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I notify a Project Manager about task updates and blockers?

To notify a Project Manager about task updates, you can use structured status messages prefixed with predefined tags like [DONE], [BLOCKED], or [HELP] to clearly categorize task progress and report blockers.

What is the best way to send structured status updates to a project manager?

The best way to send structured status updates is by using predefined message types like [STATUS] or [PROGRESS], which categorize project communication and reduce the need for ad-hoc messages.

How do I report a completed task to my project manager?

You can report a completed task by sending a notification prefixed with [DONE] along with a brief description, such as /notify-pm [DONE] Completed task T1, to log the achievement.

Can I use predefined message types for project communication in any environment?

Yes, you can use predefined message types for project communication in any environment that includes a script to handle notification dispatching and requires structured project oversight.

Why use prefixed tags like [BLOCKED] or [HELP] for project notifications?

Using prefixed tags like [BLOCKED] or [HELP] for project notifications standardizes communication, allowing a Project Manager to quickly identify task statuses and required actions without parsing lengthy messages.

What are the limitations of using scripts for project management notifications?

The primary limitation of using scripts for project management notifications is the assumption that your environment already supports a script to handle notification dispatching within a structured project oversight workflow.