From fitness-studio
Mark a lead as cold after the follow-up sequence ends with no response. Send a final no-pressure message and archive the lead. Triggered automatically after 4 follow-ups or manually.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fitness-studio:lead-coldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This lead has not responded after the full follow-up sequence. Handle gracefully.
This lead has not responded after the full follow-up sequence. Handle gracefully.
Update the lead record:
status → coldcold_date → today's dateWrite a brief, warm, zero-pressure final email:
POST to the Zapier webhook at ${user_config.zapier_email_webhook}:
{
"to": "<lead email>",
"from": "${user_config.studio_email}",
"subject": "<subject>",
"body": "<email body>"
}
Report: "Lead [Name] marked as cold. Final message sent."
Note: Cold leads are not deleted. They stay in the CRM and can be reactivated if the lead gets back in touch.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jamescw/fitness-studio-ai --plugin fitness-studio