create-request

Create date-prefixed request files with YAML frontmatter in requests/todo/.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams organize work by turning user requests into a standardized file that the Project Orchestrator can process.

Core Features & Use Cases

  • Gather request details (title and details) to form a complete, machine-readable spec.
  • Generate a date-prefixed, slugified filename and write a Markdown file with YAML frontmatter in the requests/todo/ directory.
  • Validate inputs and provide a confirmation message, preventing accidental overwrites.

Quick Start

Provide a title and details for the request, and I will generate the corresponding todo file in requests/todo.

Frequently Asked Questions about create-request

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

FAQPage Schema
How do I create a structured todo request file for workflow orchestration?

To create a structured todo request, provide a title and details to generate a Markdown file with YAML frontmatter. This file is saved in the requests/todo/ directory using a date-prefixed, slugified filename for the Project Orchestrator to process.

What is the best way to queue new work tasks for a Project Orchestrator?

The best way to queue new work tasks is to submit a standardized request file. This approach turns user requests into a machine-readable spec with YAML frontmatter, ensuring the Project Orchestrator can immediately execute the queued work.

How does writing YAML frontmatter help with todo request management?

Writing YAML frontmatter standardizes request details into a machine-readable format. By embedding the title and details directly in the Markdown file, the Project Orchestrator can reliably parse and execute the queued todo requests.

Can I overwrite an existing todo request file with the same slugified filename?

You cannot overwrite an existing todo request file. The creation process validates inputs and provides a confirmation message, actively preventing accidental overwrites of existing files in the requests/todo/ directory.

Do I need specific dependencies to generate date-prefixed request files?

You do not need specific dependencies to generate date-prefixed request files. The workflow operates independently to slugify filenames and write YAML frontmatter without requiring external components or plugins.