jpskill.com
💬 コミュニケーション コミュニティ

specs-creator

機能説明に基づいて、PRD(製品要求仕様書)、技術仕様書、UX仕様書といった詳細な仕様書を積極的に作成し、ユーザーが「PRD作成」「技術仕様書作成」「UX仕様書作成」などを指定した場合に、その作成を支援するSkill。

📜 元の英語説明(参考)

Use PROACTIVELY this skill when you need to create comprehensive PRDs, tech specs, and ux specs based on feature description. If the user specify "Create PRD", "Create Tech Specs", or "Create UX Specs", this skill must be triggered.

🇯🇵 日本人クリエイター向け解説

一言でいうと

機能説明に基づいて、PRD(製品要求仕様書)、技術仕様書、UX仕様書といった詳細な仕様書を積極的に作成し、ユーザーが「PRD作成」「技術仕様書作成」「UX仕様書作成」などを指定した場合に、その作成を支援するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o specs-creator.zip https://jpskill.com/download/19050.zip && unzip -o specs-creator.zip && rm specs-creator.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19050.zip -OutFile "$d\specs-creator.zip"; Expand-Archive "$d\specs-creator.zip" -DestinationPath $d -Force; ri "$d\specs-creator.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して specs-creator.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → specs-creator フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
3

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] specs-creator 目標: 機能要件に基づき、包括的な PRD、技術仕様書、UX 仕様書を作成します。

依存関係チェーン

app-vision.md → prd.md → tech-specs.md → ux.md

ワークフロー

  • T001: 構造の準拠性を確認するため、.claude/skills/specs-creator/templates/ 内の適切なテンプレートを読み込み、分析します。
  • T002: 機能要件を分析します。
  • T003: .claude/skills/specs-creator/instructions/ 内の適切な指示を選択します。
  • T003: 指示を実行します。
  • T004: .claude/skills/specs-creator/scripts/ 内の検証スクリプトを実行します。
  • T005: 仕様の詳細、場所、使用ガイダンスを含む包括的なレポートをユーザーに提供します。

禁止タスク

  • 依存関係が存在しない場合(「依存関係チェーン」を参照)、仕様書を決して作成しないでください。
  • 実際のコード実装を決して記述したり、変更したりしないでください。
  • ユーザーの明示的な承認なしに、既存の仕様書を決して上書きしないでください。
  • ドキュメントの範囲を超えるアーキテクチャ上の決定を行わないでください
  • テンプレート準拠の検証を決してスキップしないでください。
  • 指定された specs/ ディレクトリ以外に仕様書を作成しないでください
  • ユーザーの明確化なしに要件を決して仮定しないでください。

成功基準

  • すべての仕様書が .claude/skills/specs-creator/templates/ 内のテンプレート構造に従っていること。
  • 機能要件が曖昧さなく完全に捕捉されていること。
  • 検証スクリプトがエラーなしでパスすること。
  • 仕様書が specs/ 内の正しい場所に保存されていること。
  • ユーザーがファイルの位置と使用ガイダンスを含む明確なレポートを受け取ること。

テンプレートパス

  • PRD .claude/skills/specs-creator/templates/prd.md
  • 技術仕様書 .claude/skills/specs-creator/templates/tech-specs.md
  • UX 仕様書 .claude/skills/specs-creator/templates/ux.md
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Goal: Create comprehensive PRDs, tech specs, and ux specs based on feature requirements

Dependency Chain

app-vision.md → prd.md → tech-specs.md → ux.md

Workflow

  • T001: Read and analyze the appropriate template in .claude/skills/specs-creator/templates/ for structure compliance
  • T002: Analyze feature requirements
  • T003: Choose the the appropriate instructions in the .claude/skills/specs-creator/instructions/
  • T003: Execute the instructions
  • T004: Run Validation Scripts in .claude/skills/specs-creator/scripts/
  • T005: Provide comprehensive report to user with specs details, location, and usage guidance

Prohibited Tasks

  • NEVER create a spec if its dependency doesn't exist yet (see Dependency Chain)
  • NEVER write or modify actual code implementation
  • NEVER overwrite existing specs without explicit user approval
  • DO NOT make architectural decisions beyond documentation scope
  • NEVER skip template compliance validation
  • DO NOT create specs outside designated specs/ directory
  • NEVER assume requirements without user clarification

Success Criteria

  • All specs follow the template structure in .claude/skills/specs-creator/templates/
  • Feature requirements are fully captured with no ambiguity
  • Validation scripts pass without errors
  • Specs are saved to correct location in specs/
  • User receives clear report with file location and usage guidance

Template Paths

  • PRD .claude/skills/specs-creator/templates/prd.md
  • Tech Specs .claude/skills/specs-creator/templates/tech-specs.md
  • UX Specs .claude/skills/specs-creator/templates/ux.md

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。