BMAD-METHOD/docs/how-to
sidharth arora e2c0f865aa feat: add configurable interaction_style with platform-specific structured question directives
Add a new `interaction_style` config setting (open/structured) to module.yaml
that controls how agents ask questions. When set to "structured", agents use
numbered option lists; when "open" (default), they use natural conversation.

Platform-specific templates for Claude Code use `AskUserQuestion` tool,
Gemini uses `ask_user`, OpenCode uses `question` tool, and default/kiro/
other platforms use generic structured options.

Changes:
- Add interaction_style to src/core/module.yaml (between output_folder and
  tool_supports_subagents)
- Add RULE directive to all 27+ IDE templates across 7 platforms
- Add interaction_style to activation-rules, activation-steps, handlers,
  workflow.xml, and agent-command-header
- Create dedicated Claude Code templates (claude-agent, claude-task,
  claude-tool, claude-workflow, claude-workflow-yaml) replacing symlinks
- Add claude template_type to platform-codes.yaml
- Update codex.js installer for claude support
- Document interaction_style in install-bmad.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:38:15 +01:00
..
customize-bmad.md docs: update workflow names and standardize table formatting 2026-02-18 00:00:54 -06:00
established-projects.md fix(config): remove Windsurf from recommended/preferred IDEs (#1727) 2026-02-20 20:16:43 -06:00
get-answers-about-bmad.md docs: elevate bmad-help as primary on-ramp across all documentation 2026-02-18 00:22:12 -06:00
install-bmad.md feat: add configurable interaction_style with platform-specific structured question directives 2026-03-02 00:38:15 +01:00
non-interactive-installation.md fix(config): remove Windsurf from recommended/preferred IDEs (#1727) 2026-02-20 20:16:43 -06:00
project-context.md docs: improve project-context documentation and fix folder structure 2026-02-15 17:32:05 -06:00
quick-fixes.md fix(config): remove Windsurf from recommended/preferred IDEs (#1727) 2026-02-20 20:16:43 -06:00
shard-large-documents.md docs: improve project-context documentation and fix folder structure 2026-02-15 17:32:05 -06:00
upgrade-to-v6.md fix(docs): comprehensive documentation site review fixes (#1578) 2026-02-08 11:58:22 -06:00