Strategy Analysis
Strategy Analysis is ProBeya's multi-framework strategic toolkit. It provides a unified platform for applying 17 industry-standard strategy frameworks -- from SWOT and PESTLE to Porter's Five Forces, BCG Matrix, and Blue Ocean Canvas. Each analysis supports structured data entry, scoring, snapshot versioning, and duplication for iterative strategy development.
This module integrates with Hoshin Kanri (for strategy deployment), PPM projects (for strategic justification), and Balanced Scorecard (for strategy measurement).
Overview
Strategic planning requires structured thinking across multiple dimensions -- internal capabilities, external environment, competitive dynamics, market positioning, and growth strategy. Different frameworks illuminate different aspects of strategy. ProBeya's Strategy Analysis module gives teams a single place to conduct, store, and evolve all their strategic analyses rather than scattering them across spreadsheets, whiteboards, and slide decks.
The module supports the full analysis lifecycle: Draft (work in progress), In Progress (actively being refined), Completed (finalized conclusions), and Archived (superseded by newer analysis).
Getting Started
- Navigate to the Strategy Analysis section from your workspace menu.
- Click New Analysis and select the framework type you want to use.
- Provide a Title, optional Description, and optional Tags.
- Optionally link the analysis to a Hoshin Kanri Objective or PPM Project for cross-module traceability.
- Add Items to the analysis -- these are the individual factors, entries, or data points specific to the chosen framework (e.g., Strengths, Weaknesses, Opportunities, Threats for SWOT).
- Score and position items as needed (scoring scales and positioning vary by framework).
- Add Conclusions to capture the strategic insights derived from the analysis.
- Create Snapshots to preserve point-in-time versions of the analysis for comparison.
Key Concepts
| Term | Definition |
|---|---|
| Framework Type | One of 17 supported strategy frameworks. Determines the data structure, quadrants/sections, and scoring model. |
| Analysis | A single instance of applying a framework (e.g., "SWOT for EMEA Market Entry 2026"). Contains items, conclusions, and snapshots. |
| Item | A discrete entry within an analysis. Each item has a quadrant (section), label, description, optional score, optional position, and metadata. |
| Quadrant | The section or category an item belongs to. For SWOT, quadrants are Strengths/Weaknesses/Opportunities/Threats. For BCG, they are Star/Cash Cow/Question Mark/Dog. |
| Snapshot | A point-in-time copy of the analysis state. Used for versioning and change tracking. |
| Conclusions | An array of strategic insights derived from the analysis, stored as structured data on the analysis entity. |
| Score | A numeric rating for an item. The interpretation depends on the framework (e.g., impact score for PESTLE factors, market share for BCG products). |
| Position | Spatial coordinates for frameworks that use 2D plotting (e.g., BCG Matrix x/y position, Strategic Group Map positioning). |
How It Works
Supported Frameworks
ProBeya supports 17 strategy analysis frameworks:
| Framework | Key | Use Case |
|---|---|---|
| SWOT Analysis | swot | Assess internal strengths/weaknesses and external opportunities/threats. |
| PESTLE Analysis | pestle | Evaluate Political, Economic, Social, Technological, Legal, and Environmental macro-factors. |
| Porter's Five Forces | porter_five_forces | Analyze industry competitive intensity: buyers, suppliers, substitutes, new entrants, rivalry. |
| BCG Matrix | bcg_matrix | Classify products/business units by market growth and relative market share. |
| GE-McKinsey Matrix | ge_mckinsey_matrix | Evaluate business units on industry attractiveness and competitive strength. |
| Ansoff Matrix | ansoff_matrix | Map growth strategies: market penetration, development, product development, diversification. |
| Blue Ocean Canvas | blue_ocean_canvas | Compare value curves to find uncontested market space. |
| McKinsey 7S | mckinsey_7s | Assess organizational alignment across Strategy, Structure, Systems, Shared Values, Skills, Style, Staff. |
| Value Chain Analysis | value_chain | Map primary and support activities to identify value-adding and non-value-adding steps. |
| Value Driver Tree | value_driver_tree | Decompose business value into its component drivers for targeted improvement. |
| Product Life Cycle | product_life_cycle | Plot products across Introduction, Growth, Maturity, and Decline stages. |
| Greiner Growth Model | greiner_growth | Map organizational growth phases and anticipate upcoming crises. |
| Competitor Analysis | competitor_analysis | Structured comparison of capabilities, strategies, and positioning versus competitors. |
| Market Analysis | market_analysis | Assess market size, segments, trends, and attractiveness. |
| Strategic Group Map | strategic_group_map | Plot competitors on two strategic dimensions to identify competitive clusters. |
| Benchmarking | benchmarking | Compare performance against industry peers or best-in-class organizations. |
| Custom | custom | Freeform analysis with user-defined structure for frameworks not covered above. |
Item Management
Each analysis contains items organized by quadrant. Items support:
- Quadrant assignment: Which section the item belongs to (framework-specific).
- Label and Description: What the item represents and its details.
- Score: A numeric value for quantitative ranking or positioning.
- Position: JSON coordinates for 2D frameworks (e.g.,
{x: 0.7, y: 0.3}). - Metadata: A flexible JSONB field for framework-specific attributes.
- Sort Order: Controls display order within the quadrant.
Items can be reordered within their quadrant using the reorderItems procedure, which accepts an array of {id, sortOrder} pairs and updates them atomically.
Snapshots and Comparison
Snapshots preserve a point-in-time copy of the analysis data (items, scores, conclusions). They enable:
- Version history: Track how the analysis evolved over time.
- Change comparison: Compare two snapshots to see what changed between versions.
- Decision documentation: Record the state of the analysis at the time a strategic decision was made.
The compareSnapshots procedure accepts two snapshot IDs and returns their data side by side for visual diff rendering.
Analysis Duplication
The duplicate procedure creates a complete copy of an analysis including all items. The duplicate:
- Gets a "Copy of" title prefix (or a custom title if provided).
- Starts in Draft status regardless of the original's status.
- Does NOT copy snapshots (those belong to the original's history).
This enables iterative strategy development -- duplicate an analysis, modify assumptions, and compare the two versions.
Cross-Module Integration
Strategy analyses can be linked to other ProBeya modules:
- Hoshin Kanri Objective: Link an analysis to a Hoshin objective to provide strategic justification. The Hoshin module can list all analyses linked to a specific objective.
- PPM Project: Link an analysis to a project to document the strategic rationale behind the project. The PPM module can list all analyses linked to a specific project.
- Board: Associate an analysis with a specific board for contextual navigation.
These links enable bidirectional navigation and cross-module traceability.
Configuration
| Setting | Type | Options | Description |
|---|---|---|---|
| Type | Enum | 17 framework types (see table above) | The strategy framework. Cannot be changed after creation. |
| Status | Enum | draft, in_progress, completed, archived | Lifecycle state. |
| Tags | String array | Freeform | Labels for categorization and filtering. |
| Hoshin Objective Link | String (optional) | Valid Hoshin objective ID | Cross-module link for strategy deployment traceability. |
| Project Link | String (optional) | Valid PPM project ID | Cross-module link for project strategic justification. |
| Board Link | String (optional) | Valid board ID | Contextual association with a specific board. |
Permissions
- Strategy Leads and Workspace Admins can create, edit, duplicate, and delete analyses.
- OpEx Coordinators can add and modify items within existing analyses.
- Team Members with workspace read access can view analyses, items, and snapshots.
- All analyses are scoped to the organization -- cross-tenant access is prevented at the API level.
Tips & Best Practices
SWOT is a starting point, but it is rarely enough on its own. Use PESTLE to understand the macro-environment, Porter's Five Forces for industry dynamics, and BCG or GE-McKinsey for portfolio decisions. Layer frameworks for richer strategic insight.
Snapshot the analysis before a workshop to capture the baseline. After the workshop, snapshot again. The comparison shows exactly what the team changed, making the workshop outcomes traceable.
Unlinked analyses become orphaned artifacts that nobody references. Linking ensures the analysis remains visible in the context where strategic decisions are made.
If your organization uses a proprietary or emerging framework not in the list of 17, use the Custom type. The flexible item/quadrant/score model can accommodate virtually any structured analysis approach.
Troubleshooting
| Issue | Cause | Solution |
|---|---|---|
| Cannot change framework type after creation | By design -- changing the type would invalidate existing items. | Create a new analysis of the desired type and duplicate items manually. |
| Snapshot comparison shows no differences | Both snapshots were created at the same analysis state. | Ensure changes were made between snapshot creation times. |
| Items not appearing in the correct quadrant | Incorrect quadrant value when adding the item. | Update the item's quadrant field to the correct section name for the framework. |
| Search not returning expected results | Search only matches on the title field (case-insensitive). | Use the exact title text or filter by framework type instead. |
| Duplicate analysis has no snapshots | By design -- snapshots are not copied during duplication. | Create new snapshots on the duplicated analysis as needed. |
Related Features
- Hoshin Kanri -- Deploy strategic insights from analyses into organizational strategy via the X-Matrix.
- Balanced Scorecard -- Translate strategic findings into measurable objectives and KPIs.
- Operating Model Canvas -- Use strategy analysis to inform operating model design decisions.
- Business Cases -- Link analyses to business cases for strategic investment justification.
- Portfolio Management -- Apply portfolio-level strategy analysis across the project portfolio.