From 6ba04c1e0febea46b0a273efbff99cf9769365f4 Mon Sep 17 00:00:00 2001 From: Juan Puelpan Date: Tue, 21 Oct 2025 17:34:16 -0300 Subject: [PATCH] docs: clarify use of Questions tool in create-plan command --- development/commands/create-plan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development/commands/create-plan.md b/development/commands/create-plan.md index 056f677..e2038d0 100644 --- a/development/commands/create-plan.md +++ b/development/commands/create-plan.md @@ -11,7 +11,8 @@ complexity. - Understand the requirements based on $ARGUMENTS. If the argument is a github issue, use Github CLI to fetch the details. - ASK for more information about the requirements. Iterate for at least 5 - questions to make sure you understand the requirement. + questions to make sure you understand the requirement. Use the Questions tool + to gather this information. - Analyze the code and build an implementation plan. - Divide the work in up to 5 tasks. - Prepare a well-structured description with markdown formatting