product-design

Standardize project documentation structure and guidance across modules.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/blesstosam/trpc-fastify-starter --skill product-design-blesstosam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-design
Source: https://github.com/blesstosam/trpc-fastify-starter/tree/main/.agents/skills/product-design
Command: npx skills add https://github.com/blesstosam/trpc-fastify-starter --skill product-design-blesstosam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

用于规范项目文档目录与指导具体文档的编写(包含需求文档、设计文档和原型等)。适用于创建或更新 docs/project.md、docs/modules/<module>/requirements.md、design.md、design-server.md、prototype/*.html、<module>-task.md。

Core Features & Use Cases

  • 提供统一的文档目录结构模板,确保各模块产出一致的文档资产
  • 支持快速创建或更新模板化文档:需求、设计、原型、任务等
  • 方便新模块上线前的文档齐备与审阅,提升团队协作效率

Quick Start

按标准结构创建或更新 docs 目录及模块文档。

Frequently Asked Questions about product-design

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

FAQPage Schema
How do I standardize project documentation structure across multiple modules?

To standardize project documentation structure, apply a frontmatter-driven spec to create or update docs/project.md, module requirements.md, design.md, and prototype HTML files. This ensures consistent documentation assets and team collaboration efficiency across all modules.

What is the standard directory layout for module design guidelines and requirements?

The standard directory layout for module design guidelines organizes files under docs/modules/<module>/, containing requirements.md, design.md, design-server.md, and prototype HTML files. A root docs/project.md file provides overarching project documentation context for all modules.

Can I use this approach to update existing prototype HTML files and task lists?

Yes, you can use this approach to update existing prototype HTML files and task lists. The specification applies to both creating and updating documentation assets, including <module>-task.md files, ensuring existing projects align with standardized template management and docs standards.

Does this documentation standard require any specific dependencies or frameworks?

No, this documentation standard does not require any specific dependencies or frameworks. It operates independently using a frontmatter-driven spec defined in SKILL.md to enforce the required documentation files and directory structure without external components or tooling.

What's the best way to manage docs standards for new module onboarding?

The best way to manage docs standards for new module onboarding is applying a unified template structure. This guarantees documentation is complete for review by standardizing requirements.md, design.md, and prototype files before the module goes live, improving team collaboration.