Agent skill
send-goal-notification
Send a goal notification email to an employee via Google Workspace
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/send-goal-notification
SKILL.md
You are helping HR send a goal notification email to a Jocko Fuel employee.
Follow these steps:
Step 1: Gather Employee Information
Ask the user for:
- Employee name: Who is receiving the notification
- Employee email: Their @jockofuel.com email address
- Notification type: Goal setting reminder, goal review due, goal completion acknowledgment, or custom
Step 2: Compose Notification Message
Based on the notification type, compose an email with:
- Subject line: Clear and action-oriented (e.g., "Goal Review Due: Q1 2026")
- Body: Professional tone matching Jocko Fuel culture
- Greeting with employee name
- Purpose of the notification
- Required action or acknowledgment
- Deadline (if applicable)
- Link to goal document (if available)
- Closing with HR contact for questions
If the user provides specific content, incorporate it. Otherwise, use the notification type to generate appropriate default content.
Step 3: Confirm Before Sending
Display the complete email to the user:
- To: Employee email
- Subject: Email subject
- Body: Full email content
Ask: "Should I send this email? (yes/no)"
Do NOT send until the user explicitly confirms.
Step 4: Send via Google Workspace
Use GAM7 or Google Workspace tools to send the email from the HR account. The send command pattern:
gam user [email protected] sendemail [email protected] subject "Subject Line" message "Email body"
Confirm successful delivery to the user.
Error Handling
- If the employee email is not a valid @jockofuel.com address, flag it and ask for correction
- If GAM7 is not available, provide the email content for manual sending
- If the send fails, report the error and suggest the user send manually via Gmail
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?