Перейти к основному содержимому

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​

  1. Navigate to the Strategy Analysis section from your workspace menu.
  2. Click New Analysis and select the framework type you want to use.
  3. Provide a Title, optional Description, and optional Tags.
  4. Optionally link the analysis to a Hoshin Kanri Objective or PPM Project for cross-module traceability.
  5. 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).
  6. Score and position items as needed (scoring scales and positioning vary by framework).
  7. Add Conclusions to capture the strategic insights derived from the analysis.
  8. Create Snapshots to preserve point-in-time versions of the analysis for comparison.

Key Concepts​

TermDefinition
Framework TypeOne of 17 supported strategy frameworks. Determines the data structure, quadrants/sections, and scoring model.
AnalysisA single instance of applying a framework (e.g., "SWOT for EMEA Market Entry 2026"). Contains items, conclusions, and snapshots.
ItemA discrete entry within an analysis. Each item has a quadrant (section), label, description, optional score, optional position, and metadata.
QuadrantThe 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.
SnapshotA point-in-time copy of the analysis state. Used for versioning and change tracking.
ConclusionsAn array of strategic insights derived from the analysis, stored as structured data on the analysis entity.
ScoreA numeric rating for an item. The interpretation depends on the framework (e.g., impact score for PESTLE factors, market share for BCG products).
PositionSpatial 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:

FrameworkKeyUse Case
SWOT AnalysisswotAssess internal strengths/weaknesses and external opportunities/threats.
PESTLE AnalysispestleEvaluate Political, Economic, Social, Technological, Legal, and Environmental macro-factors.
Porter's Five Forcesporter_five_forcesAnalyze industry competitive intensity: buyers, suppliers, substitutes, new entrants, rivalry.
BCG Matrixbcg_matrixClassify products/business units by market growth and relative market share.
GE-McKinsey Matrixge_mckinsey_matrixEvaluate business units on industry attractiveness and competitive strength.
Ansoff Matrixansoff_matrixMap growth strategies: market penetration, development, product development, diversification.
Blue Ocean Canvasblue_ocean_canvasCompare value curves to find uncontested market space.
McKinsey 7Smckinsey_7sAssess organizational alignment across Strategy, Structure, Systems, Shared Values, Skills, Style, Staff.
Value Chain Analysisvalue_chainMap primary and support activities to identify value-adding and non-value-adding steps.
Value Driver Treevalue_driver_treeDecompose business value into its component drivers for targeted improvement.
Product Life Cycleproduct_life_cyclePlot products across Introduction, Growth, Maturity, and Decline stages.
Greiner Growth Modelgreiner_growthMap organizational growth phases and anticipate upcoming crises.
Competitor Analysiscompetitor_analysisStructured comparison of capabilities, strategies, and positioning versus competitors.
Market Analysismarket_analysisAssess market size, segments, trends, and attractiveness.
Strategic Group Mapstrategic_group_mapPlot competitors on two strategic dimensions to identify competitive clusters.
BenchmarkingbenchmarkingCompare performance against industry peers or best-in-class organizations.
CustomcustomFreeform 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​

SettingTypeOptionsDescription
TypeEnum17 framework types (see table above)The strategy framework. Cannot be changed after creation.
StatusEnumdraft, in_progress, completed, archivedLifecycle state.
TagsString arrayFreeformLabels for categorization and filtering.
Hoshin Objective LinkString (optional)Valid Hoshin objective IDCross-module link for strategy deployment traceability.
Project LinkString (optional)Valid PPM project IDCross-module link for project strategic justification.
Board LinkString (optional)Valid board IDContextual 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​

Use the right framework for the right question

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.

Create snapshots before and after strategic workshops

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.

Link every analysis to its Hoshin objective or project

Unlinked analyses become orphaned artifacts that nobody references. Linking ensures the analysis remains visible in the context where strategic decisions are made.

Use the Custom framework for emerging methodologies

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​

IssueCauseSolution
Cannot change framework type after creationBy design -- changing the type would invalidate existing items.Create a new analysis of the desired type and duplicate items manually.
Snapshot comparison shows no differencesBoth snapshots were created at the same analysis state.Ensure changes were made between snapshot creation times.
Items not appearing in the correct quadrantIncorrect quadrant value when adding the item.Update the item's quadrant field to the correct section name for the framework.
Search not returning expected resultsSearch only matches on the title field (case-insensitive).Use the exact title text or filter by framework type instead.
Duplicate analysis has no snapshotsBy design -- snapshots are not copied during duplication.Create new snapshots on the duplicated analysis as needed.
  • 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.