Open Issues Need Help
View All on GitHubAI Summary: Correct the numbering inconsistency in the "Advanced Elicitation Options" prompt within the BMad-METHOD project. The prompt currently instructs users to choose a number 0-8 or 9 to proceed, but the provided options are numbered 1-10. The solution involves either updating the prompt to reflect the correct range (1-10) or adjusting the option numbering to match the prompt's instructions.
AI Summary: The task is to add installation instructions for the BMAD-METHOD framework within the qwen-code environment to the project's README file. This involves determining the necessary npm commands, configuration steps, and any potential conflicts or version compatibility issues, then documenting these steps clearly for users.
AI Summary: The task is to enhance the BMad Method framework by adding an 'editFiles' capability to the AI agents. This would allow agents to directly create and modify files within the project's 'docs' folder, eliminating the need for manual file creation after receiving agent instructions. This involves modifying the agent code to include file I/O operations, ensuring secure and controlled file access, and potentially updating the documentation to reflect this new functionality.
AI Summary: The issue is that the `/po create-doc` command in the BMad-METHOD framework, when used to create or enhance documentation files (like architecture documents), is unexpectedly adding a block of advanced elicitation questions to the end of each section in the Markdown file. The task is to modify the Product Owner agent's `create-doc` function to prevent this unwanted addition of elicitation questions, ensuring only the intended document content is generated.