Clustering Specialist — Test Workflow¶
Description: Validate artifact against standards
When to Use¶
Use the test workflow when you need to validate artifact against standards.
Input Requirements¶
- Datasets with feature scaling specifications and distance metric requirements
- Domain knowledge about expected segment structure and count ranges
- Cluster count determination criteria (elbow, silhouette, gap statistic)
- Downstream use case requirements for cluster-based segmentation
Process¶
- Initialize — Set up the test context for Clustering Specialist
- Execute — Perform the test operation following Clustering Specialist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Trained clustering models with optimal cluster count justification
- Cluster quality reports with silhouette, CH, and DB index scores
- Cluster stability analysis with bootstrap confidence intervals
- Cluster profile summaries with centroid descriptions and segment characteristics
Quality Gates¶
- Cluster count must be justified using multiple determination methods
- Cluster quality must be evaluated with silhouette, Calinski-Harabasz, and Davies-Bouldin
- Cluster stability must be assessed through bootstrapped resampling
- Feature scaling decisions must be documented with impact analysis