pass_to_ai_for_comments
Generates AI-written @spec-impl comments from design documents, adding them to existing files or creating new files for the spec-driven development workflow.
Instructions
設計書を元にAIにコメント(@spec-implマーカー)を書かせる(ワークフローの3番目のステップ)。既存ファイルにコメントを追加したり、新規ファイルを作成できる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design_path | Yes | 設計書のファイルパス | |
| target_files | No | 対象ファイルのパス配列(省略時は設計書から判断) |