From project-management
This skill should be used when the user asks to "start request monitoring", "monitor requests", "watch requests", "start watching for requests", "auto-process requests", "check requests every hour", or "start the orchestrator on a schedule". Schedules the Project Orchestrator to automatically check requests/todo/ every hour and process any pending request files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-management:start-request-monitoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Schedule the Project Orchestrator to automatically check `requests/todo/` every hour and process any pending requests.
Schedule the Project Orchestrator to automatically check requests/todo/ every hour and process any pending requests.
Use CronCreate with these exact parameters:
7 * * * * (every hour at :07)trueCheck requests/todo/ for pending request files and process them using the project-management:project-orchestrator agent behavior:
1. List all files in requests/todo/
2. If empty, stop silently.
3. For each file: read it, understand the request, delegate to the appropriate agent or skill, then move the file from requests/todo/ to requests/done/.
The CronCreate call returns a job ID. Store it for the user.
Request monitoring started!
Schedule: Every hour at :07
Watching: requests/todo/
Completed: requests/done/
Job ID: {job-id}
⚠ Session-only: monitoring stops when Claude exits.
⚠ Auto-expires after 7 days.
To stop monitoring early, run:
/project-management:stop-request-monitoring {job-id}
npx claudepluginhub hirogakatageri/hirokata --plugin project-managementManages scheduled Claude Code tasks: add recurring/one-off skills/prompts/scripts, list/pause/resume/remove, view results/logs, test execution with safety controls and notifications. Cross-platform (macOS/Linux/Windows).
Manage a deferred task queue — add, list, process, remove, batch-execute, schedule, prioritize, and browse history of tasks stored in the vault.
Builds production-grade scheduled jobs with cron syntax, overlap prevention, monitoring, and structured logging. Activates when users mention cron jobs, scheduled tasks, or recurring jobs.