pass_to_ai_for_requirements
Pass user requirements to AI to create a requirements spec at .spec-comments/{feature_name}/requirements.md.
Instructions
ユーザー要件をAIに渡して要件定義書を作成させる(ワークフローの最初のステップ)。出力先は .spec-comments/{feature_name}/requirements.md となる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_input | Yes | ユーザーが作りたいものの説明や要件 | |
| output_path | No | 出力先のファイルパス(省略可能)。指定しない場合は .spec-comments/{feature_name}/requirements.md が使用される。 | |
| feature_name | Yes | 機能名(例: user-authentication, payment-system)。この名前でディレクトリが作成される。 |