Collaborative Filtering Specialist — Debug Workflow¶
Description: Fix issues and errors in artifacts
When to Use¶
Use the debug workflow when you need to fix issues and errors in artifacts.
Input Requirements¶
- User-item interaction matrices with explicit and implicit feedback signals
- User and item metadata for hybrid and content-augmented filtering
- Cold-start scenario definitions and mitigation strategy requirements
- Privacy compliance requirements and data anonymization specifications
Process¶
- Initialize — Set up the debug context for Collaborative Filtering Specialist
- Execute — Perform the debug operation following Collaborative Filtering Specialist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Trained recommendation models with matrix factorization configuration
- Evaluation reports with ranking metrics (NDCG, MAP, Hit Rate, MRR)
- Cold-start analysis with fallback strategy performance measurements
- Bias detection reports across user demographic segments
Quality Gates¶
- Privacy compliance must be verified for all user interaction data processing
- Recommendation bias must be detected across user demographic groups
- Cold-start handling must be documented with fallback strategy specifications
- A/B test validation must be planned for all production recommendation changes