ImprovedAI Enhanced
v6.0.0-Beta.7
v6.0.0-Beta.7
Breaking Changes
- Workflow files split from monolithic
workflow.mdto individualworkflow-*.mdfiles — update your directory structure accordingly
Features
- Direct slash command access to workflows:
/domain-research,/market-research,/technical-research,/create-prd,/edit-prd,/validate-prd - CLI now checks npm for updates and displays warning banner when newer version available
- Installer now picks up
workflow-*.mdpattern, supporting multiple workflow files per directory
Refactoring
- Internal project skills renamed with
bmad-os-prefix for consistency
v6.0.0-Beta.7 - February 4, 2026
🌟 Key Highlights
- Direct Workflow Invocation — Agent workflows can now be run directly via slash commands instead of only through agent orchestration
- Installer Workflow Support — Installer now picks up
workflow-*.mdfiles, enabling multiple workflow files per directory
🎁 Features
- Slash Command Workflow Access — Research and PRD workflows now accessible via direct slash commands:
/domain-research,/market-research,/technical-research,/create-prd,/edit-prd,/validate-prd - Version Checking — CLI now checks npm for newer versions and displays a warning banner when updates are available
♻️ Refactoring
- Workflow File Splitting — Split monolithic
workflow.mdfiles into specificworkflow-*.mdfiles for individual workflow invocation - Installer Multi-Workflow Support — Installer manifest generator now supports
workflow-*.mdpattern, allowing multiple workflow files per directory - Internal Skill Renaming — Renamed internal project skills to use
bmad-os-prefix for consistent naming