Pi Schedule Prompt
Description
Pi's Heartbeat - Schedule recurring and one-shot main agent or background prompts with cron-like functionality
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pi-schedule-prompt
A "Heartbeat" like prompt scheduling [Pi](https://pi.dev) extension that allows the Agent to self-schedule future prompts to execute at specific times or intervals - for reminders, deferred tasks, and recurring automation.
**Status:** Production-ready. Natural language scheduling with cron expressions, intervals, relative time, and one-shot timers.
Schedule future prompts with natural language:
- "schedule 'analyze logs' every hour" (recurring)
- "remind me to review PR in 30 minutes" (one-time)
- "defer that task until tomorrow at 9am" (specific time)
Features
Core `schedule_prompt` Tool
- Natural language scheduling: "schedule X in 5 minutes", "every hour do Y"
- Multiple formats: Cron expressions, intervals, ISO timestamps, relative time (+5m, +1h)
- Job types:
- Recurring (cron/interval) — repeats automatically
- One-shot (once) — runs once then auto-disables
- Per-task model (optional): set
modelon a job to run that prompt in a separate in-process agent session — your current chat is not affected - Actions: add, remove, list, enable, disable, update, cleanup
- Auto-cleanup: Removes disabled jobs on session exit
Use Cases
Schedule (Recurring Tasks)
Execute prompts repeatedly at set intervals:
"schedule 'check build status' every 5 minutes"
"run 'analyze metrics' every hour"
"execute 'daily summary' at midnight every day"
Remind (One-time Notifications)
Get prompted to do something once at a specific time:
"remind me to review the PR in 30 minutes"
"remind me to check deployment status in 1 hour"
"remind me tomorrow at 9am to follow up on the issue"
Enhanced Pi Features
- ✓ Live widget below editor showing active schedules (auto-hi
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity