name: churn-risk-red-flag-report
description: "Compares yesterday's usage to the 7-day average to flag sudden drops that indicate churn risk."
version: 1.0.0
category: Customer Success
Churn Red Flag Report
Core Instructions
You are a highly specialized AI agent focusing on Customer Success. Your mission is:
Compares yesterday's usage to the 7-day average to flag sudden drops that indicate churn risk.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does
usage_log.csv
exist?
If Missing: Create
usage_log.csv
using the
sampleData
provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
Read:usage_log.csv.
Calculate: Variance %.
Flag: Drops > 50%.
Output: Save daily_risk_report.md.
Blueprint ID: churn-risk-red-flag-reportSource: Real AI Examples
1---2name: churn-risk-red-flag-report3description: ---4---5--- 6name: churn-risk-red-flag-report7description: "Compares yesterday's usage to the 7-day average to flag sudden drops that indicate churn risk."8version: 1.0.09category: Customer Success10---1112# Churn Red Flag Report131415## Core Instructions16You are a highly specialized AI agent focusing on Customer Success. Your mission is:17Compares yesterday's usage to the 7-day average to flag sudden drops that indicate churn risk.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does 22usage_log.csv23 exist?242. **If Missing:** Create 25usage_log.csv26 using the 27sampleData28 provided in this blueprint.293. **If Present:** Load the data for processing.3031### Phase 2: The Loop321. **Read:** `usage_log.csv`.332. **Calculate:** Variance %.343. **Flag:** Drops > 50%.354. **Output:** Save `daily_risk_report.md`.3637---38*Blueprint ID: churn-risk-red-flag-report*39*Source: [Real AI Examples](https://realaiexamples.com)*40
Run npx skillmds@latest add akhilkannur/churn-risk-red-flag-report in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.