generate-requirements

Generate requirements.md documents from feature or performance templates.

2|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/sakamotchi/sql-query-build --skill generate-requirements-sakamotchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-requirements
Source: https://github.com/sakamotchi/sql-query-build/tree/main/.claude/skills/generate-requirements
Command: npx skills add https://github.com/sakamotchi/sql-query-build --skill generate-requirements-sakamotchi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、開発作業の要件定義書(requirements.md)を自動生成します。このスキルは単独で使用することも、generate-working-docsから呼び出されることもあります。

Core Features & Use Cases

  • 要件定義書の自動生成: templates.md または template-performance.md を用いて requirements.md を作成
  • 要件の組織化: 日付と要件名をディレクトリ名として整理
  • 再生成・更新: 既存要件定義書の再生成が可能

Quick Start

対象ディレクトリパスと要件名を指定すると、新しい requirements.md を作成します。

Frequently Asked Questions about generate-requirements

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

FAQPage Schema
How do I generate requirements documentation for a new development task?

To generate requirements documentation, specify a target directory path and a requirements name. The Skill creates a structured requirements.md file by selecting the appropriate template based on whether the task is feature work or performance improvement work.

How do I create a requirements document for performance improvement work?

To create a requirements document for performance work, the Skill automatically selects the template-performance.md template instead of the standard template.md, ensuring the generated requirements.md captures the specific details needed for performance improvement tasks.

Can I regenerate or update an existing requirements document?

Yes, you can regenerate existing requirements documents. The Skill supports updating previously generated requirements.md files, allowing you to refine development requirements as the project scope evolves.

How are generated requirements documents organized?

Generated requirements documents are organized into dated directories. The Skill creates a folder structure at docs/working/{YYYYMMDD}_{requirements_name}/, ensuring every requirements.md file is sorted by date and task name for easy retrieval.

What is the best way to automate requirements definition for work items?

Automating requirements definition is best handled by using template-based generation. The Skill uses predefined templates to instantly produce structured requirements.md files, eliminating manual formatting and ensuring consistent documentation across all new work items.

Do I need any specific dependencies to generate development requirements?

No specific dependencies are required to generate development requirements. The Skill operates independently with no external dependencies, though it can also be called from a parent workflow like generate-working-docs if needed.