Strategic Improvement
Before launching any pipeline, run automated feasibility checks: git state is clean, issue description has actionable scope, dependencies are installable, test commands are valid, and no conflicting pipelines are running. This prevents wasted runs on fundamentally broken setups. Emit clear rejection reasons and suggest fixes.
Acceptance Criteria
- Validator checks git state, issue clarity score, dependency availability, test command validity
- Rejects pipelines that would obviously fail, with actionable error messages
- Logs rejection reasons to memory system for pattern analysis
- Integrates with daemon spawn logic (run before creating pipeline)
- Reduces failed pipeline starts by >30% within first week
Context
- Priority: P0
- Complexity: standard
- Generated by: Strategic Intelligence Agent
- Strategy alignment: P0: Reliability & Success Rate
Strategic Improvement
Before launching any pipeline, run automated feasibility checks: git state is clean, issue description has actionable scope, dependencies are installable, test commands are valid, and no conflicting pipelines are running. This prevents wasted runs on fundamentally broken setups. Emit clear rejection reasons and suggest fixes.
Acceptance Criteria
Context