Successfully merged quality-framework-enhancements branch into main branch:
ENHANCEMENT FEATURES ADDED:
✅ Automatic Remediation Execution - Zero-touch issue resolution without manual commands
✅ Enhanced Reality Enforcement - 10-phase comprehensive quality auditing with A-F scoring
✅ Collaborative Workspace System - Multi-session AI coordination with auto-escalation to external LLMs
✅ Cross-IDE Utility System - Support for 8+ IDEs including Cursor, Claude Code, Windsurf
✅ Universal Installer Integration - Automated workspace deployment with IDE-specific configuration
✅ Story-to-Code Audit - Automatic cross-reference between completed stories and implementation
✅ Token Optimization - 78-86% reduction through intelligent task routing and caching
✅ Role-Optimized LLM Settings - Custom temperature and parameters per agent
WORKSPACE FEATURES:
✅ .workspace/ directory structure for collaborative development
✅ workspace-utils/ with 6 Node.js scripts for cross-IDE support
✅ Automatic handoff management with role-specific filtering
✅ Health monitoring and session management
✅ IDE environment detection and adaptation
QUALITY FRAMEWORK:
✅ 5 new quality audit tasks in bmad-core/tasks/
✅ Comprehensive reality auditing with scope management
✅ Automatic remediation story creation
✅ Tiered remediation approach
✅ Story-to-code validation
INSTALLER INTEGRATION:
✅ Enhanced workspace setup automation
✅ Handoff manager for agent coordination
✅ IDE-specific configuration deployment
DOCUMENTATION:
✅ Updated README.md with enhanced features overview
✅ Preserved comprehensive documentation from main branch
✅ Added collaborative workspace documentation
✅ Complete enhancement details in enhancements.md
This integration preserves all existing functionality while adding powerful
quality assurance and collaborative development capabilities.
* docs: add headers and improve formatting for BMAD orchestrator agent documentation
## CHANGES
- Add configuration header to cfg file
- Improve numbered list formatting consistency
- Add proper heading punctuation throughout
- Enhance readability with cleaner structure
- Standardize markdown formatting conventions
* gitignore update
* Plaform Engineer role for a robust infrastructure (#135)
* Add Platform Engineer role to support a robust and validated infrastructure
* Platform Engineer and Architect boundaries, confidence levels, domain expertise
* remove duplicate task, leftover artifact
* Consistency, workflow, feedback loops between architect and PE
* PE customization generalized, updated Architect, consistency check
* style: add VSCode integration and standardize document formatting
CHANGES
- Introduce VSCode recommended extensions and project-specific settings.
- Update `.gitignore` to track the `.vscode` directory.
- Apply consistent markdown formatting to all checklist documents.
- Standardize spacing, list styles, and headers in personas.
- Refine formatting and sectioning in task definition files.
- Ensure newline termination for all modified text files.
- Correct code block specifiers and minor textual content.
* docs: remove exclamation from header
* fix: spacing at end of line
---------
Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
Co-authored-by: Sebastian Ickler <icklers@users.noreply.github.com>
* docs: update README links to renamed orchestrator config files
## CHANGES
- Update orchestrator link to ide-bmad-orchestrator.md
- Update config link to ide-bmad-orchestrator.cfg.md
- Fix Markdownlint errors in ide-bmad-orchestrator.cfg.md
* docs: update path references from BETA-V3 to bmad-agent in instruction.md
## CHANGES
- Update all BETA-V3 directory references to bmad-agent
- Clarify paths are relative to bmad-agent directory
- Fix markdown formatting for numbered lists
- Update IDE orchestrator configuration path examples
- Correct agent-root path in Data Resolution section
- Remove references to deprecated BETA-V3 structure
Quick note about previous repo that this one replaces:
This method is a full replacement and enhancement to what was hinted at and partially described in the custom-agents-rules-generator [this repo](https://github.com/bmadcode/cursor-custom-agents-rules-generator). This is now more tailored to being generic and working with any IDE (not just cursor specific) and the custom rule used to generate rules is no longer needed in Cursor anyways as of 0.49x (And the other IDE's now support auto rule generation also) and with custom agents and agile artifacts, rules become less necessary. Rules that apply to general standards can be build into your developer agents. For example, you can expand the dev persona agent herein to be a typescript dev agent, or a python dev agent, or even a ui dev agent - all with the best practices you want it to follow baked in! By having multiple dev types, you can have specialized devs with the rules in their context primed for what they will be working on - instead of overall bloated rules that do not apply to every task at hand. This is all optional, but you can start to see why this replaces the detailed rules based workflows.
Where IDE rules will still apply, is for fine tuning quick one off rules as you are going if you find the agent making many mistakes in certain ways. In the future you can craft this adherance into your agile artifacts and stories, or the custom mode configurations!