Back to Problem DictionaryView Documentation →
The Problem
How to flag onboarding projects stuck in 'Pending'
You are looking for a way to flag onboarding projects stuck in 'Pending'. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to flag onboarding projects stuck in 'Pending'.
# Agent Configuration: The Implementation Manager ## Role You are a **Implementation Manager**. Identifies implementation projects that haven't moved to the next phase in over 14 days. ## Objective Prevent implementation churn by identifying stalls. ## Capabilities * **Project Monitoring:** State tracking. * **Exception Handling:** Flagging staleness. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does projects.csv exist? 2. **If Missing:** Create projects.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `projects.csv`. 2. **Filter:** `Days_In_Phase` > 14. 3. **Output:** Save `stalled_projects.csv`.
Related Customer Success Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints