Strategic Improvement
Extract successful patterns from pipeline runs (fix strategies, iteration sequences, test approaches, architecture decisions) and store in centralized fleet repository. New repos query pattern library to benefit from fleet-wide experience immediately. Enables true cross-repo learning where solutions discovered in one repo inform strategies across the entire fleet.
Acceptance Criteria
- Pattern extraction engine analyzes successful runs: events.jsonl + memory + git history + stage outcomes
- Centralized pattern storage at ~/.shipwright/fleet-patterns.json with versioned schema
- Pattern matching API: query by tech stack similarity, issue type, error signature, architecture
- Build loop and intelligence engine query patterns before making strategic decisions
- Pattern effectiveness tracking: success rate, cost metrics, usage frequency per pattern
- Fleet dashboard widget showing pattern library size, growth rate, and effectiveness trends
- Documentation in CLAUDE.md under intelligence layer and fleet mode sections
Context
- Priority: P2
- Complexity: full
- Generated by: Strategic Intelligence Agent
- Strategy alignment: P2: Intelligence & Learning
Strategic Improvement
Extract successful patterns from pipeline runs (fix strategies, iteration sequences, test approaches, architecture decisions) and store in centralized fleet repository. New repos query pattern library to benefit from fleet-wide experience immediately. Enables true cross-repo learning where solutions discovered in one repo inform strategies across the entire fleet.
Acceptance Criteria
Context