Fast-forward through artifact creation - generate everything needed to start implementation in one go. Input : The user's request should include a change name (kebab-case) OR a description of what they want to build. Steps 1. If no clear input provided, ask what they want to build Use the AskUserQuestion tool (open-ended, no preset options) to ask: "What change do you want to work on? Describe what you want to build or fix." From their description, derive a kebab-case name (e.g., "add user authentication" → ). IMPORTANT : Do NOT proceed without understanding what the user wants to build. 2. C…