pass_to_ai_for_implementation
Send commented files to AI for implementation. It reads @spec-impl markers, implements the code, and marks tasks as DONE after completion.
Instructions
コメント付きファイルをAIに渡して実装させる(ワークフローの最後のステップ)。@spec-implマーカーに従って実装し、完了後はDONE状態に更新する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_files | Yes | 実装対象のファイルパス配列 | |
| implementation_order | No | 実装順序(省略可能) |