@@ -24,7 +24,7 @@ If the `/react-container-presentation-component` input is incomplete, ask questi
2424
2525## Required Questions
2626
27- If any of the following information is missing, ask using ` vscode_askQuestions ` .
27+ If any of the following information is missing, ask the user using ` ask_user ` .
2828
29291 . Component name
30302 . Type (` ui ` or ` features ` )
@@ -52,7 +52,7 @@ Question requirements:
5252
5353- Even when ` ui ` is specified, before creating files, review ` Reclassification Rule ` in ` references/component-architecture.md ` .
5454- If the implementation includes state management, side effects, async processing, context/store updates, or business logic, treat it as ` features ` .
55- - If the result is closer to ` features ` , do not proceed as ` ui ` ; use ` vscode_askQuestions ` and confirm one of the following before continuing.
55+ - If the result is closer to ` features ` , do not proceed as ` ui ` ; use ` ask_user ` and confirm one of the following before continuing.
5656 - ` Create as features `
5757 - ` Keep ui and move state/logic to parent or features `
5858
@@ -69,7 +69,7 @@ Question requirements:
6969
7070- Run build and lint commands, and ensure both pass; if issues are introduced by newly added or updated files, fix them.
7171- Follow ` Storybook Minimum ` in ` references/component-architecture.md ` for story state decisions.
72- - Ask the user via ` vscode_askQuestions ` whether to run a Storybook check (for example: "Run" / "Skip for now").
72+ - Ask the user via ` ask_user ` whether to run a Storybook check (for example: "Run" / "Skip for now").
7373- Run ` npm run storybook ` only if the user selects "Run".
7474- If the user selects "Skip for now", explicitly mention in the final report that Storybook execution was skipped.
7575
0 commit comments