Remind Executors banner
KirKruglov KirKruglov

Remind Executors

Development community

Description

--- description: Send reminders for overdue tasks to executors --- # Remind Executors Command ## Purpose Identify overdue tasks and send timely reminders to responsible executors. Maintains task momentum and escalation awareness during execution phases (3-5). ## Steps 1. **Verify project state** - Read `project-state.md` - Confirm project is in phase 3, 4, or 5 - If not in these phases, inform user this command requires active execution phase and exit 2. **Query overdue tasks**

Installation

Installs to ~/.claude/skills/kirkruglov-claude-project-manager-remind-executors/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kirkruglov-claude-project-manager-remind-executors && curl -fsSL https://raw.githubusercontent.com/KirKruglov/claude-project-manager/HEAD/commands/remind-executors.md -o ~/.claude/skills/kirkruglov-claude-project-manager-remind-executors/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository