generate-working-docs

Generate structured development documentation files under a dated docs/working directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This task automates the creation of consistent development work documentation according to CLAUDE guidelines, reducing manual boilerplate and ensuring standardized structure across projects.

Core Features & Use Cases

  • Automatically creates docs/working/{YYYYMMDD}_{要件名}/ with four core files: requirements.md, design.md, tasklist.md, and testing.md
  • Orchestrates sequential generation by invoking sub-skills generate-requirements, generate-design, generate-tasklist, and generate-testing
  • Supports both new feature development and performance improvement workflows

Quick Start

Provide the requirement name in kebab-case to generate the four documentation files under a dated directory.

Frequently Asked Questions about generate-working-docs

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

FAQPage Schema
How do I automate development documentation generation for new features?

Automate development documentation generation by providing a kebab-case requirement name to create a dated directory structure. It sequentially generates requirements.md, design.md, tasklist.md, and testing.md files under docs/working, adapting the content specifically for new feature workflows.

What is the best way to structure working docs for performance improvements?

Structuring working docs for performance improvements requires a standardized directory and file set. This automation creates a dated folder with requirements.md, design.md, tasklist.md, and testing.md, tailoring the generated content to performance improvement workflows instead of new features.

Do I need any dependencies to auto-generate dev docs with this workflow?

No dependencies are required to auto-generate dev docs with this workflow. The skill operates independently to orchestrate the sequential execution of its internal sub-skills, creating compliant documentation without external packages or frameworks.

How does sequential documentation generation work for software engineering?

Sequential documentation generation works by orchestrating sub-skills in a specific order: generate-requirements, generate-design, generate-tasklist, and generate-testing. This ensures consistent, compliant software engineering documentation without manual boilerplate.

Can I use this automation for both new feature work and performance improvements?

Yes, you can use this documentation automation for both new feature work and performance improvements. It adapts the generated content within the four core files to suit either workflow, ensuring standardized structure across different project types.