CRM Follow-up Discipline
Every active deal should have a next action.
Workflow
- Run
crm tasks listandcrm deals list. - For each open deal, ensure there is a task or
nextFollowUpAt. - After any call, email, or meeting, log an activity.
- Complete tasks only when the action is actually done.
CLI Examples
crm activities create --deal-id deal_123 --type call --body "Discovery call completed; buyer wants security review."
crm tasks create --deal-id deal_123 --title "Send DPA and SOC2 note" --due-at 2026-05-08T17:00:00Z
crm tasks update task_123 --completed-at 2026-05-05T18:00:00Z