notion-spec-to-implementation
Notionで作成された仕様書を基に、実行計画やタスクを具体的に落とし込み、進捗状況も管理することで、PRDや機能仕様の実装、Notionでの計画・タスク作成を効率的に支援するSkill。
📜 元の英語説明(参考)
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
🇯🇵 日本人クリエイター向け解説
Notionで作成された仕様書を基に、実行計画やタスクを具体的に落とし込み、進捗状況も管理することで、PRDや機能仕様の実装、Notionでの計画・タスク作成を効率的に支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o notion-spec-to-implementation.zip https://jpskill.com/download/18468.zip && unzip -o notion-spec-to-implementation.zip && rm notion-spec-to-implementation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18468.zip -OutFile "$d\notion-spec-to-implementation.zip"; Expand-Archive "$d\notion-spec-to-implementation.zip" -DestinationPath $d -Force; ri "$d\notion-spec-to-implementation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
notion-spec-to-implementation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
notion-spec-to-implementationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Spec から実装へ
Notion の仕様を、リンクされた実装計画、タスク、および継続的なステータス更新に変換します。
クイックスタート
Notion:notion-searchで仕様を探し、Notion:notion-fetchで取得します。reference/spec-parsing.mdを使用して、要件と曖昧さを解析します。Notion:notion-create-pagesで計画ページを作成します(テンプレートを選択:クイック vs. フル)。- タスクデータベースを見つけ、スキーマを確認し、
Notion:notion-create-pagesでタスクを作成します。 - 仕様 ↔ 計画 ↔ タスクをリンクします。
Notion:notion-update-pageでステータスを最新に保ちます。
ワークフロー
0) Notion MCP が接続されていないために MCP 呼び出しが失敗する場合は、一時停止してセットアップします。
- Notion MCP を追加します。
codex mcp add notion --url https://mcp.notion.com/mcp
- リモート MCP クライアントを有効にします。
config.tomlで[features].rmcp_client = trueを設定 またはcodex --enable rmcp_clientを実行します。
- OAuth でログインします。
codex mcp login notion
ログインに成功したら、ユーザーは codex を再起動する必要があります。回答を終えて、再度試行するときにステップ 1 から続行できることを伝えてください。
1) 仕様を見つけて読みます
- まず検索します(
Notion:notion-search)。複数の結果がある場合は、使用するものをユーザーに尋ねます。 - ページをフェッチし(
Notion:notion-fetch)、要件、受け入れ基準、制約、および優先順位をスキャンします。抽出パターンについては、reference/spec-parsing.mdを参照してください。 - 続行する前に、明確化ブロックでギャップ/仮定をキャプチャします。
2) 計画の深さを選択します
- 単純な変更 →
reference/quick-implementation-plan.mdを使用します。 - 多段階の機能/移行 →
reference/standard-implementation-plan.mdを使用します。 Notion:notion-create-pagesを介して計画を作成し、概要、リンクされた仕様、要件の概要、フェーズ、依存関係/リスク、および成功基準を含めます。仕様にリンクバックします。
3) タスクを作成します
- タスクデータベースを見つけます(
Notion:notion-search→Notion:notion-fetchでデータソースと必要なプロパティを確認します)。パターンはreference/task-creation.mdにあります。 - タスクのサイズを 1〜2 日に設定します。コンテンツには
reference/task-creation-template.mdを使用します(コンテキスト、目的、受け入れ基準、依存関係、リソース)。 - プロパティを設定します:タイトル/アクション動詞、ステータス、優先度、仕様+計画への関係、期日/ストーリーポイント/担当者(提供されている場合)。
- データベースの
data_source_idを使用して、Notion:notion-create-pagesでページを作成します。
4) 成果物をリンクします
- 計画は仕様にリンクします。タスクは計画と仕様の両方にリンクします。
- オプションで、
Notion:notion-update-pageを使用して、計画とタスクを指す短い「実装」セクションで仕様を更新します。
5) 進捗状況を追跡します
reference/progress-tracking.mdのケイデンスを使用します。reference/progress-update-template.mdで更新を投稿します。reference/milestone-summary-template.mdでフェーズを閉じます。- 計画/タスクのチェックリストとステータスフィールドを同期させます。ブロッカーと決定事項をメモします。
参考文献と例
reference/— 解析パターン、計画/タスクテンプレート、進捗ケイデンス(例:spec-parsing.md、standard-implementation-plan.md、task-creation.md、progress-tracking.md)。examples/— エンドツーエンドのウォークスルー(例:ui-component.md、api-feature.md、database-migration.md)。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Spec to Implementation
Convert a Notion spec into linked implementation plans, tasks, and ongoing status updates.
Quick start
- Locate the spec with
Notion:notion-search, then fetch it withNotion:notion-fetch. - Parse requirements and ambiguities using
reference/spec-parsing.md. - Create a plan page with
Notion:notion-create-pages(pick a template: quick vs. full). - Find the task database, confirm schema, then create tasks with
Notion:notion-create-pages. - Link spec ↔ plan ↔ tasks; keep status current with
Notion:notion-update-page.
Workflow
0) If any MCP call fails because Notion MCP is not connected, pause and set it up:
- Add the Notion MCP:
codex mcp add notion --url https://mcp.notion.com/mcp
- Enable remote MCP client:
- Set
[features].rmcp_client = trueinconfig.tomlor runcodex --enable rmcp_client
- Set
- Log in with OAuth:
codex mcp login notion
After successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
1) Locate and read the spec
- Search first (
Notion:notion-search); if multiple hits, ask the user which to use. - Fetch the page (
Notion:notion-fetch) and scan for requirements, acceptance criteria, constraints, and priorities. Seereference/spec-parsing.mdfor extraction patterns. - Capture gaps/assumptions in a clarifications block before proceeding.
2) Choose plan depth
- Simple change → use
reference/quick-implementation-plan.md. - Multi-phase feature/migration → use
reference/standard-implementation-plan.md. - Create the plan via
Notion:notion-create-pages, include: overview, linked spec, requirements summary, phases, dependencies/risks, and success criteria. Link back to the spec.
3) Create tasks
- Find the task database (
Notion:notion-search→Notion:notion-fetchto confirm the data source and required properties). Patterns inreference/task-creation.md. - Size tasks to 1–2 days. Use
reference/task-creation-template.mdfor content (context, objective, acceptance criteria, dependencies, resources). - Set properties: title/action verb, status, priority, relations to spec + plan, due date/story points/assignee if provided.
- Create pages with
Notion:notion-create-pagesusing the database'sdata_source_id.
4) Link artifacts
- Plan links to spec; tasks link to both plan and spec.
- Optionally update the spec with a short "Implementation" section pointing to the plan and tasks using
Notion:notion-update-page.
5) Track progress
- Use the cadence in
reference/progress-tracking.md. - Post updates with
reference/progress-update-template.md; close phases withreference/milestone-summary-template.md. - Keep checklists and status fields in plan/tasks in sync; note blockers and decisions.
References and examples
reference/— parsing patterns, plan/task templates, progress cadence (e.g.,spec-parsing.md,standard-implementation-plan.md,task-creation.md,progress-tracking.md).examples/— end-to-end walkthroughs (e.g.,ui-component.md,api-feature.md,database-migration.md).