Functional Design Creation

VerifiedSafe

Detailed guide and template for creating high-quality functional design documents.

Sby Skills Guide Bot
DocumentationIntermediate
207/24/2026
Claude CodeCursorWindsurfCopilotCodex
#functional-design#design-documentation#technical-writing

Recommended for

Our review

This skill provides a template and guide for creating or updating functional design documents (機能設計書) based on a product requirements document (PRD).

Strengths

  • Provides a structured template for consistent documentation
  • Establishes a clear hierarchy between PRD and functional design
  • Guides updates while preserving existing documents

Limitations

  • Requires an existing PRD to be effective
  • Generic template may need project-specific tailoring
  • Does not cover detailed technical architecture
When to use it

Use this skill when you need to create a new functional design document or update an existing one, starting from a validated PRD.

When not to use it

Avoid using it if no PRD is available, or if the design is purely technical and does not require formal documentation.

Security analysis

Safe
Quality score85/100

The skill only uses Read and Write tools to create a documentation file; there are no execution of commands, network access, or any potentially harmful operations.

No concerns found

Examples

Create new functional design
Create a functional design document for the user authentication feature based on the PRD at docs/product-requirements.md, following the template in template.md.
Update existing functional design
Update the functional design document in docs/functional-design.md to reflect the new requirements for the payment module as described in the latest PRD.

name: functional-design description: 機能設計書を作成するための詳細ガイドとテンプレート。機能設計書作成時にのみ使用。 allowed-tools: Read, Write

機能設計書作成スキル

このスキルは、高品質な機能設計書を作成するための詳細ガイドです。

前提条件

機能設計書作成を開始する前に、以下を確認してください:

docs/product-requirements.md が作成されている

必須: PRDが以下の場所に存在する必要があります:

ファイルパス: docs/product-requirements.md

機能設計書は、PRDで定義された要件を技術的に実現する方法を詳細化します。

既存ドキュメントの優先順位

重要: docs/functional-design.md に既存の機能設計書がある場合、 以下の優先順位に従ってください:

  1. 既存の機能設計書 (docs/functional-design.md) - 最優先

    • プロジェクト固有の設計が記載されている
    • このスキルのガイドより優先する
  2. このスキルのガイド - 参考資料

    • 汎用的なテンプレートと例
    • 既存設計書がない場合、または補足として使用

新規作成時: このスキルのテンプレートとガイドを参照 更新時: 既存設計書の構造と内容を維持しながら更新

出力先

作成した機能設計書は以下に保存してください:

docs/functional-design.md

テンプレートの参照

機能設計書を作成する際は、次のテンプレートを使用してください: ./template.md

詳細ガイド

さらに詳しい作成ガイドは次のファイルを参照してください: ./guide.md

Related skills