factor {create|list|delete}
tows {generate|list|approve|fit}
competitor {create|list}
temporal {snapshot|list}
action {link|list}
Migration 201: 5 tables (swot_factor, tows_strategy, competitor_swot, swot_temporal, swot_action_link) + 3 views (v_strategic_fit, v_tows_summary, v_competitor_landscape). swot_enhanced.py service: - Classified factor creation with internal/external validation - Auto-generate TOWS matrix (SO/ST/WO/WT) from factor pairs - Strategic fit scoring (strength-opportunity alignment) - Competitor SWOT tracking with threat levels - Temporal versioning with diff tracking - Action linkage to factors and strategies CLI extended: factor {create|list|delete}, tows {generate|list|approve|fit}, competitor {create|list}, temporal {snapshot|list}, action {link|list}. 11 tests, 48 passed (BMC + SWOT + all).
Changes
Migration 201: SWOT Enhancement (5 tables, 3 views)
Service: swot_enhanced.py
CLI Extended
factor {create|list|delete}tows {generate|list|approve|fit}competitor {create|list}temporal {snapshot|list}action {link|list}Tests