Our review
Provides a template and guide for creating functional design documents, based on an existing product requirements document.
Strengths
- Clear output path and file structure for the design document.
- Prioritizes existing docs over the generic guide, reducing risk of unintended overwrites.
- Explicit dependency on a PRD ensures traceability between requirements and design.
- Includes both a template and a detailed guide for consistent quality.
Limitations
- Requires docs/product-requirements.md to already exist before use.
- Focuses only on functional design documents, not other design or technical documentation.
- May be too prescriptive for teams with their own document standards.
When you need to create or update a functional design document for a feature that already has a product requirements document.
When there is no PRD available, or when the team already has a preferred functional design template.
Security analysis
SafeDeclares only Read and Write tools, which pose no meaningful execution risk. The content is instructional and does not include any destructive, exfiltrating, or obfuscated actions.
No concerns found
Examples
Create a functional design document at docs/functional-design.md for the user authentication feature, based on docs/product-requirements.md.Update the existing functional design document for the dashboard to reflect the latest PRD changes.Use the functional design template to draft a design for the notification system.name: functional-design description: 機能設計書を作成するための詳細ガイドとテンプレート。機能設計書作成時にのみ使用。 allowed-tools: Read, Write
機能設計書作成スキル
このスキルは、高品質な機能設計書を作成するための詳細ガイドです。
前提条件
機能設計書作成を開始する前に、以下を確認してください:
docs/product-requirements.md が作成されている
必須: PRDが以下の場所に存在する必要があります:
ファイルパス: docs/product-requirements.md
機能設計書は、PRDで定義された要件を技術的に実現する方法を詳細化します。
既存ドキュメントの優先順位
重要: docs/functional-design.md に既存の機能設計書がある場合、
以下の優先順位に従ってください:
-
既存の機能設計書 (
docs/functional-design.md) - 最優先- プロジェクト固有の設計が記載されている
- このスキルのガイドより優先する
-
このスキルのガイド - 参考資料
- 汎用的なテンプレートと例
- 既存設計書がない場合、または補足として使用
新規作成時: このスキルのテンプレートとガイドを参照 更新時: 既存設計書の構造と内容を維持しながら更新
出力先
作成した機能設計書は以下に保存してください:
docs/functional-design.md
テンプレートの参照
機能設計書を作成する際は、次のテンプレートを使用してください: ./template.md
詳細ガイド
さらに詳しい作成ガイドは次のファイルを参照してください: ./guide.md
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
Project Documentation Lookup
Documentation
Quickly find project information in the docs/ folder: state, runbooks, strategies, and references.