outreach-update-card

Appends dated interaction entries to outreach company cards and relocates them to the active folder.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/DoctorMozg/claude-pipelines --skill outreach-update-card-doctormozg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outreach-update-card
Source: https://github.com/DoctorMozg/claude-pipelines/tree/main/plugins/mz-biz-outreach/skills/outreach-update-card
Command: npx skills add https://github.com/DoctorMozg/claude-pipelines --skill outreach-update-card-doctormozg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a manual log of every call, email, or reply across dozens of prospect company cards is error-prone and quickly goes stale. This Skill records each outreach action as a dated one-line entry on the correct company card and keeps the card filing system consistent automatically. ## Core Features & Use Cases - Dated Interaction Logging: Appends a verbatim, one-line entry under the card's ## Interaction History section, creating the section if missing. - Automatic Card Relocation: Moves the card from the research baseline folder to .mz/outreach/active/ with today's date prefix, and removes stale duplicates for the same company. - Card Validation: Verifies the target file is a genuine company card (checking for ## Overview and ## Outreach Recommendation headers) before writing, and blocks otherwise. - Use Case: After a call with a prospect, run the skill with the card path and "called John, he requested pricing by Friday" — the entry is logged, dated, and the card is filed under today's date in the active folder. ## Quick Start Log the action "sent intro email to John" on the company card at .mz/outreach/run1/companies/acme.md.

Frequently Asked Questions about outreach-update-card

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

FAQPage Schema
How do I log an outreach action on a company card?

Pass the card's file path and the action description as arguments, for example the card path followed by "sent intro email to John". The skill appends a dated one-line entry under the card's Interaction History section and files the card in the active folder.

How do I track interaction history for sales prospects in markdown files?

Each logged action becomes a bullet in the format "- **YYYY-MM-DD** — description" under a ## Interaction History section at the bottom of the company card. The section is created automatically if it does not exist, and entries stay in chronological order.

What happens if the target file is not a company card?

The skill validates that the file contains both ## Overview and ## Outreach Recommendation headings before writing. If either is missing or the file does not exist, it emits STATUS: BLOCKED and makes no changes.

Can I backdate an outreach log entry to a previous day?

No. The entry date is always today's date obtained by running date +%Y-%m-%d; the skill never infers dates from conversation context. If a different date is needed, include it in the action description text itself.

Why did my company card file move to a different folder?

Logging an interaction activates the card: it is relocated from the research baseline folder to .mz/outreach/active/ with today's date as a filename prefix. Any older dated copies of the same company card are deleted so only one active card exists per company.