@@ -71,19 +71,21 @@ $ARGUMENTS
7171 - Is it clear WHAT needs to be done (not HOW)?
7272
73734 . ** Clarify Ambiguities** : If the input is unclear or could have multiple interpretations:
74- - Present 2-3 specific interpretations
75- - Show code examples for each interpretation
76- - Ask the user to select or provide more detail
74+ - Use the question tool to present 2-3 specific interpretations as options
75+ - Include code examples in the option descriptions
76+ - Allow user to select an interpretation or type their own answer
7777
78785 . ** Request Missing Examples** : If scenarios are underspecified:
79- - Suggest specific example scenarios based on codebase patterns
80- - Provide options for the user to choose from
81- - Include edge cases you've identified from similar features
79+ - Use the question tool to suggest specific example scenarios as options
80+ - Include edge cases in option descriptions
81+ - Enable multiple selection if needed
8282
83836 . ** Update and Refine** : Incorporate user feedback into the story
8484
8585** Final Action:**
8686
87- Ask the user: "Should I create ` .planning/story.md ` with this content?"
88-
89- If yes, delegate file creation to the @general agent.
87+ Use the question tool to ask: "Should I create ` .planning/story.md ` with this content?"
88+ - Options: [ "Yes, create it (Recommended)", "No, refine first", "Show me the content first"]
89+ - If "Yes, create it": Delegate file creation to the @general agent
90+ - If "No, refine first": Gather feedback using the question tool and update the story
91+ - If "Show me the content first": Display the story and then ask again
0 commit comments