From project-management
This skill should be used when the user asks to "stop request monitoring", "stop watching requests", "cancel request monitoring", "stop the orchestrator schedule", or "stop-request-monitoring {job-id}". Cancels the hourly request monitoring cron job that was started by start-request-monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-management:stop-request-monitoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cancel the hourly request monitoring cron job.
Cancel the hourly request monitoring cron job.
If job-id is provided in $ARGUMENTS, use it directly.
If not provided:
CronList to list all active cron jobs in the sessionUse CronDelete with the resolved job ID.
Request monitoring stopped.
Job ID: {job-id}
No further automatic checks will run.
To restart, run /project-management:start-request-monitoring
CronListrequests/todo/ untouchednpx claudepluginhub hirogakatageri/hirokata --plugin project-managementBuilds production-grade scheduled jobs with cron syntax, overlap prevention, monitoring, and structured logging. Activates when users mention cron jobs, scheduled tasks, or recurring jobs.
Cancels an active request/task and cleans up associated resources including worktrees and temporary branches. Supports force-cancel. Integrates with plan state synchronization.
Cancel stuck or orphaned executions by session ID or interactively using the Ouroboros CLI. Works with the event store to emit cancellation events.