This project has been migrated to use consolidated specifications that eliminate fragmentation and provide unified interfaces. The following consolidations have been implemented:
- Consolidates: beast-mode-framework, integrated-beast-mode-system, openflow-backlog-management
- Interface:
BeastModeSystemInterface - Purpose: Domain-intelligent systematic development with PDCA cycles, tool health management, and backlog optimization
- Consolidates: test-rca-integration, test-rca-issues-resolution, test-infrastructure-repair
- Interface:
TestingRCAFrameworkInterface - Purpose: Comprehensive root cause analysis, automated issue resolution, and integrated testing infrastructure
- Consolidates: rdi-rm-compliance-check, rm-rdi-analysis-system, rdi-rm-validation-system
- Interface:
RDIRMAnalysisSystemInterface - Purpose: Requirements-Design-Implementation analysis, compliance validation, and quality assurance
- Migration Date: 2025-09-05
- Backward Compatibility: Available through compatibility layers in
src/compatibility/ - Documentation: Updated to reflect consolidated architecture
For detailed migration information, see the migration report in the project root.
This directory follows the RDI (Requirements->Design->Implementation) documentation structure enforced by the Beast Mode Framework DocumentManagementRM.
docs/
├── requirements/ # Requirements documents
├── design/ # Design documents
├── implementation/ # Implementation documents
├── rms/ # RM-specific documentation
│ └── {rm_name}/ # Each RM maintains its docs here
├── api/ # API documentation
└── guides/ # User guides and tutorials
Each Reflective Module (RM) MUST maintain its documentation via DocumentManagementRM
- Requirements - What the RM must accomplish
- Design - How the RM is architected
- Implementation - How the RM is implemented
- All documents must reference related requirements, design, and implementation docs
- Cross-references must be validated and maintained
- Circular references are not allowed
All documentation is automatically validated for:
- RDI structure compliance
- Cross-reference integrity
- Version consistency
- RM ownership
- Approval workflow
Maintained by DocumentManagementRM - Beast Mode Framework