cost-of-quality-analyzer
Cost of Quality analysis skill with prevention, appraisal, internal failure, and external failure cost tracking
What this skill does
# Cost of Quality Analyzer
## Overview
The Cost of Quality Analyzer skill provides comprehensive capabilities for analyzing and tracking quality costs. It supports PAF (Prevention, Appraisal, Failure) model analysis, hidden factory cost identification, and quality investment ROI calculation.
## Capabilities
- Prevention cost identification
- Appraisal cost tracking
- Internal failure cost calculation
- External failure cost estimation
- COQ ratio analysis
- Hidden factory costs
- Quality investment ROI
- Improvement prioritization
## Used By Processes
- QMS-004: Cost of Quality Analysis
- QMS-002: TQM Program Development
- CI-001: Operational Excellence Program Design
## Tools and Libraries
- Cost accounting systems
- Quality cost databases
- Financial analysis tools
- Reporting dashboards
## Usage
```yaml
skill: cost-of-quality-analyzer
inputs:
period: "2025-Q4"
revenue: 10000000
cost_data:
prevention:
- category: "Training"
amount: 50000
- category: "Quality planning"
amount: 30000
- category: "Process control"
amount: 40000
appraisal:
- category: "Inspection"
amount: 80000
- category: "Testing"
amount: 60000
- category: "Audits"
amount: 20000
internal_failure:
- category: "Scrap"
amount: 100000
- category: "Rework"
amount: 75000
- category: "Downtime"
amount: 50000
external_failure:
- category: "Warranty"
amount: 120000
- category: "Returns"
amount: 40000
- category: "Complaints"
amount: 25000
outputs:
- coq_summary
- coq_ratios
- trend_analysis
- pareto_analysis
- improvement_opportunities
- roi_projections
```
## Cost of Quality Categories
### Prevention Costs (Investing to prevent defects)
- Quality planning
- Training and education
- Process control
- Supplier evaluation
- Design reviews
- Preventive maintenance
### Appraisal Costs (Detecting defects)
- Incoming inspection
- In-process inspection
- Final inspection
- Testing and calibration
- Quality audits
- Supplier monitoring
### Internal Failure Costs (Defects found before shipping)
- Scrap
- Rework
- Re-inspection
- Downtime
- Failure analysis
- Yield losses
### External Failure Costs (Defects found by customers)
- Warranty claims
- Returns and replacements
- Complaint handling
- Product liability
- Recalls
- Lost sales/reputation
## COQ Benchmarks
| Metric | World Class | Average | Poor |
|--------|-------------|---------|------|
| COQ as % of Revenue | 2-4% | 10-15% | 20-25% |
| Prevention % of COQ | 20-30% | 10-15% | < 5% |
| Failure % of COQ | 30-40% | 60-70% | > 80% |
## Optimal COQ Model
```
Total COQ = Prevention + Appraisal + Failure
As Prevention increases:
- Appraisal stays relatively flat
- Failure costs decrease significantly
- Total COQ decreases until optimal point
```
## Hidden Factory Costs
Often unmeasured costs:
- Expediting
- Sorting
- Engineering changes
- Excess inventory
- Extended cycle times
- Customer service escalations
## Integration Points
- ERP financial modules
- Quality Management Systems
- Cost accounting systems
- Business intelligence tools
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.