Analyze PLAN files and refine them through interactive questioning
/plugin marketplace add ayuzaka/agent-plugins/plugin install ayuzaka-ask-plan-ask-plan@ayuzaka/agent-plugins# Ask Plan Command A command that analyzes PLAN file contents, identifies ambiguities and unclear implementation details, conducts interactive questioning using `AskUserQuestionTool`, and immediately updates the PLAN file based on user responses. ## TARGET FILE RESOLUTION Identify the PLAN file using the following priority order: 1. **If $ARGUMENTS is provided**: Use the specified file path directly 1. **If currently in Plan mode**: Extract the PLAN file path from the conversation context - Look for patterns like `plan file exists at <path>` or `create your plan at <path>` in the sys...