Strategic Improvement
Currently at 75% success rate vs 85% target. None of the open issues systematically analyze WHY pipelines are failing. Build an analyzer that processes the last N failed pipelines, extracts error patterns, classifies by type (context exhaustion, test failure, merge conflict, etc.), ranks by frequency, and outputs an actionable report with recommended fixes. This diagnostic engine feeds all the retry/recovery improvements already in flight.
Acceptance Criteria
- Analyze events.jsonl and pipeline-artifacts for last 50 failed pipeline runs
- Extract and classify failure patterns by type with frequency counts
- Generate ranked report of top-5 failure modes with specific examples
- Output machine-readable JSON with failure signatures for use by other tools
- Include recommended mitigations for each failure pattern
- Run automatically after every 10 pipeline failures to keep analysis fresh
Context
- Priority: P0
- Complexity: standard
- Generated by: Strategic Intelligence Agent
- Strategy alignment: P0: Reliability & Success Rate
Strategic Improvement
Currently at 75% success rate vs 85% target. None of the open issues systematically analyze WHY pipelines are failing. Build an analyzer that processes the last N failed pipelines, extracts error patterns, classifies by type (context exhaustion, test failure, merge conflict, etc.), ranks by frequency, and outputs an actionable report with recommended fixes. This diagnostic engine feeds all the retry/recovery improvements already in flight.
Acceptance Criteria
Context