出力SDK(出力の機能拡張ツール)のワークフロー操作を実行する前に、事前チェックを行うスキルです。 ルールが守られているか、必要な情報が集まっているか、品質基準を満たしているかを確認してから、ワークフローを実行することで、問題の発生を防ぎます。
Pre-flight validation checks for Output SDK workflow operations. Ensures conventions are followed, requirements are gathered, and quality gates are passed before workflow execution.
subagent="" XML属性でサブエージェント(別のAIアシスタント)を指定するステップについては、必ずそのサブエージェントを使用して指示を実行してくださいOutput SDKとその機能について十分に理解していることを確認してください。不明な点がある場合は、Claude Skill「output-meta-project-context」を使用して、内容をよく読んでください。
ワークフロー操作を進める前に、以下を確認してください:
.js 拡張子を使用してください@outputai/http ラッパーを使用してください.json()/.text() で処理するか、response.body?.cancel() でキャンセルしてください@outputai/llm ラッパーを使用してくださいnpx output dev はファイル変更時に自動的にワーカーを再起動します。ワーカーが独立して実行されている場合は、docker restart <プロジェクト名>-worker-1 で手動再起動してください情報が明示されていない場合は、以下のデフォルトを適用してください:
output-dev-model-selection を実行して、選択したプロバイダーの現在のデフォルトを選んでください。特定のモデルIDは固定しないでください(仕様変更がドキュメントより早く進むため)以下の場合のみ説明を求めてください:
各ステップで提供されているテンプレートを正確に使用し、テンプレート変数をすべて実際の値に置き換えてください:
{workflow_name} - 計画中のワークフロー名{project_root} - プロジェクトのルートディレクトリパス{requirements} - ユーザーが提供した要件{current_date} - 現在の日付(YYYY-MM-DD形式){sdk_version} - 現在のOutput SDKバージョン実行前チェック後に進める前に:
.outputai/plans ディレクトリに作成してください.outputai/plans ディレクトリが存在しない場合は作成してください2025_12_16_simple_sum_workflow_creation_plan/PLAN.md2025_12_16_simple_sum_workflow_creation_plan/TASK.mdsubagent="" XML attribute, you MUST use the specified subagent to perform the instructions for that stepEnsure you have a deep understanding of the Output SDK and its capabilities. If not, use Claude Skill: output-meta-project-context and read it carefully.
Before proceeding with any workflow operation, verify:
.js extension for ESM modules.json()/.text() or cancel unused bodies with
response.body?.cancel()npx output dev auto-restarts the worker on file changes; if the worker runs detached, restart it manually with docker restart <project>-worker-1When information is not explicitly provided, apply these defaults:
output-dev-model-selection to pick the current default for the chosen provider. Don't pin a specific model ID here — the listing changes faster than the docs.Only stop to ask for clarification on:
{workflow_name} - The workflow being planned{project_root} - Root project directory path{requirements} - User-provided requirements{current_date} - Current date in YYYY-MM-DD format{sdk_version} - Current Output SDK versionBefore proceeding past pre-flight:
.outputai/plans directory does not exist, create it.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。