start-request-monitoring

Monitor requests/todo/ hourly, delegate tasks, and archive completed requests to requests/done/.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata --skill start-request-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-request-monitoring
Source: https://github.com/HirogaKatageri/hirokata/tree/main/plugins/project-management/skills/start-request-monitoring
Command: npx skills add https://github.com/HirogaKatageri/hirokata --skill start-request-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schedule and automate hourly monitoring and processing of requests located in requests/todo/, moving finished items to requests/done/ and triggering the appropriate workflow.

Core Features & Use Cases

  • Automated hourly monitoring and processing of pending requests.
  • Delegation to the right agent or skill based on the request content.
  • Automatic archiving of completed requests to requests/done/ for traceability.

Quick Start

Tell Claude to start the hourly request monitoring schedule so it checks requests/todo every hour and moves completed files to requests/done/.

Frequently Asked Questions about start-request-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate hourly monitoring for pending project requests?

Automate hourly request monitoring by scheduling a Cron job at :07 to process files in the requests/todo/ directory. It delegates tasks to the appropriate agent and archives completed items to requests/done/ for traceability.

What is the best way to set up automatic task delegation for a workflow queue?

Automatic task delegation is handled by evaluating request content and routing files to the appropriate agent or skill. This ensures pending items in the todo directory are processed correctly without manual intervention.

Can I use a Cron schedule to track and move completed workflow requests automatically?

Yes, a Cron schedule runs hourly at :07 to track and process requests. Once an agent completes a request, the workflow automatically archives the file to the requests/done/ directory.

How does automated request archiving work for project management workflows?

Automated request archiving works by moving finished files from requests/todo/ to requests/done/. This keeps the active queue clear and provides a traceable history of completed tasks.

Do I need a specific orchestrator to manage hourly task checks and completions?

No external orchestrator is needed. The system defines its own hourly Cron schedule to monitor the todo directory, delegate work to agents, and track completion automatically.

Why use an hourly Cron schedule for request processing instead of continuous monitoring?

An hourly Cron schedule at :07 batches request processing to prevent resource exhaustion. It systematically checks the todo directory, delegates tasks, and archives completions at predictable intervals.