generate-design

Generate design.md documents from requirements and project context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of development design documents (design.md) from requirements and project context, ensuring consistent documentation.

Core Features & Use Cases

  • Automatically create design.md templates tailored to feature or performance work.
  • Integrate with existing docs (requirements.md) to align designs with defined needs.
  • Use within generate-working-docs or standalone to scaffold design artifacts.

Quick Start

Provide the target working directory path and an optional work type to generate a design.md.

Frequently Asked Questions about generate-design

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

FAQPage Schema
How do I generate a design document from requirements for a new development task?

To generate a design document, this skill reads your project requirements and context to automatically scaffold a design.md file. It standardizes planning by conforming to predefined templates and project documentation guidelines.

What is the best way to create a design.md file that includes Nuxt UI v4 conventions?

Creating a design.md with Nuxt UI v4 conventions is handled automatically by this skill. It integrates your project's specific framework rules and i18n considerations directly into the generated development design artifact.

Can I automatically generate performance-focused design templates for my project?

Yes, you can generate performance-focused design templates by specifying the work type. The skill utilizes the template-performance.md file to ensure your design document addresses specific performance requirements and planning needs.

How do I align my existing requirements.md file with a newly generated development design?

To align your requirements.md with a new design, the skill integrates with existing documentation directories. It reads defined requirements to ensure the generated design.md accurately reflects and maps to your established project needs.

Does this design doc generation process support internationalization considerations?

Yes, the design doc generation process supports internationalization considerations. It conforms to your project's documentation guidelines, automatically incorporating i18n requirements into the standardized design.md output.

When should I use an automated design doc generator instead of writing design.md manually?

You should use an automated design doc generator when kicking off new work, refining requirements, or extending existing directories. It ensures consistent documentation and standardizes planning without the manual effort of template formatting.