Product & Discovery Defects

Defects that originate before a single line of code is written - the most expensive category because they compound through every downstream phase.

These defects originate before a single line of code is written. They are the most expensive to fix because they compound through every downstream phase.

IssueEarliest Detection
(Automation)
Automated
Detection
Earlier Detection
with AI
Systemic
Prevention
Building the wrong thingDiscoveryProduct analytics platforms, usage trend alerts Synthesize user feedback, support tickets, and usage data to surface misalignment earlier than production metricsValidated user research before backlog entry; dual-track agile
Solving a problem nobody hasDiscoverySupport ticket clustering tools, feature adoption tracking Semantic analysis of interview transcripts, forums, and support tickets to identify real vs. assumed painProblem validation as a stage gate; publish problem brief before solution
Correct problem, wrong solutionDiscoveryA/B testing frameworks, feature flag cohort comparisonEvaluate prototypes against problem definitions; generate alternative approachesPrototype multiple approaches; measurable success criteria first
Meets spec but misses user intentRequirementsSession replay tools, rage-click and error-loop detection Review acceptance criteria against user behavior data to flag misalignmentAcceptance criteria focused on user outcomes, not checklists
Over-engineering beyond needDesignStatic analysis for dead code and unused abstractions Flag unnecessary abstraction layers and premature optimization in code reviewYAGNI principle; justify every abstraction layer
Prioritizing wrong workDiscoveryDORA metrics versus business outcomes, WSJF scoringSynthesize roadmap, customer data, and market signals to surface opportunity costsWSJF prioritization with outcome data
Inaccessible UI excludes usersPre-commitaxe-core, pa11y, Lighthouse accessibility auditsCurrent tooling sufficientWCAG compliance as acceptance criteria; automated accessibility checks in pipeline