Skip to main content

Strategic, Tactical and Operational planning

Strategic planning is an organization’s process of defining its strategy, or direction, and making decisions on allocating its resources to pursue this strategy. Generally, strategic planning deals, on the whole business, rather than just an isolated unit, with at least one of following three key questions:
§  “What do we do?”
§  “For whom do we do it?”
§  “How do we excel?”
For example, the first and third questions are those that motivate an acquisition. Acquisitions are thus strategic choices. Typically, strategic choices look at 3 to 5 years, although some extend their vision to 20 years (long term). Because of the time horizon and the nature of the questions dealt, mishaps potentially occurring during the execution of a strategic plan are afflicted by significant uncertainties and may lie very remotely out of the control of management (war, geopolitical shocks, etc.). Those mishaps, in conjunction to their potential consequences are called “strategic risks”. Untapped opportunities can also be seen as strategic risks, but in this post we will not analyze those upward-risks aspects.
Tactical planning is short range planning emphasizing the current operations of various parts of the organization. Short Range is generally defined as a period of time extending about one year or less in the future. Managers use tactical planning to outline what the various parts of the organization must do for the organization to be successful at some point one year or less into the future. Tactical plans are usually developed in the areas of production, marketing, personnel, finance and plant facilities. Because of the time horizon and the nature of the questions dealt, mishaps potentially occurring during the execution of a tactical plan should be covered by moderate uncertainties and may lie closer to the control of management (next year shipping prices, energy consumption, but not a catastrophic black-out, etc.) than strategic ones. Those mishaps, in conjunction to their potential consequences are called “tactical risks”.
Operational planning is the process of linking strategic goals and objectives to tactical goals and objectives. It describes milestones, conditions for success and explains how, or what portion of, a strategic plan will be put into operation during a given operational period.
An operational plan addresses four questions:
§  Where are we now?
§  Where do we want to be?
§  How do we get there?
§  How do we measure our progress?
Operational risks are those arising from the people, systems and processes through which a company operates and can include other classes of risk, such as fraud, legal risks, physical or environmental risks. Operational risk is those resulting from inadequate or failed internal processes, people and systems, or from external events (man-made or natural hazards). A tailings dam failure, an open pit slide, a black-out (man-made or natural external hazard), and explosion in a processing plant are all operational hazards generating operational risks.
Since upper Management generally have a better understanding of the organization as a whole than lower level managers do, upper Management generally develops strategic plans. Because lower level managers generally have better understanding of the day-to- day organizational operations, generally they develop tactical and operational plans. Because strategic plans are generally longer term and are surrounded by more uncertainties in terms of their occurrence and consequences (one exception example: tailings management planned until closure, and after closure) strategic plans are generally less detailed than tactical plans. Thus the following can be inferred for a list of “top hazards” discussed in a report we reviewed recently:
strategic, tactical, and operational planning example
Strategic, tactical, and operational planning example.

However, despite their differences, strategic, tactical and operational planning are integrally related. Manager need both tactical and strategic planning program, and these program must be closely related to be successful. Thus, it can be inferred that Enterprise Risk Management (ERM) should deal very closely with these relations and the use of multiple Probability Impact Graph (PIG) matrices with multiple arbitrary scales is definitely not a rational, transparent solution.

Comments

Popular posts from this blog

Understanding the Evolution: AI, ML, Deep Learning, and Gen AI

In the ever-evolving landscape of artificial intelligence (AI) and machine learning (ML), one of the most intriguing advancements is the emergence of General AI (Gen AI). To grasp its significance, it's essential to first distinguish between these interconnected but distinct technologies. AI, ML, and Deep Learning: The Building Blocks Artificial Intelligence refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. Machine Learning, a subset of AI, empowers machines to learn from data and improve over time without explicit programming. Deep Learning, a specialized subset of ML, involves neural networks with many layers (hence "deep"), capable of learning intricate patterns from vast amounts of data. Enter General AI (Gen AI): Unraveling the Next Frontier Unlike traditional AI systems that excel in specific tasks (narrow AI), General AI aims to replicate human cognitive abilities across various domains. I...

Normalization of Database

Database Normalisation is a technique of organizing the data in the database. Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable characteristics like Insertion, Update and Deletion Anamolies. It is a multi-step process that puts data into tabular form by removing duplicated data from the relation tables. Normalization is used for mainly two purpose, Eliminating reduntant(useless) data. Ensuring data dependencies make sense i.e data is logically stored. Problem Without Normalization Without Normalization, it becomes difficult to handle and update the database, without facing data loss. Insertion, Updation and Deletion Anamolies are very frequent if Database is not Normalized. To understand these anomalies let us take an example of  Student  table. S_id S_Name S_Address Subject_opted 401 Adam Noida Bio 402 Alex Panipat Maths 403 Stuart Jammu Maths 404 Adam Noida Physics Updation Anamoly :  To upda...

How to deal with a toxic working environment

Handling a toxic working environment can be challenging, but there are steps you can take to address the situation and improve your experience at work: Recognize the Signs : Identify the specific behaviors or situations that contribute to the toxicity in your workplace. This could include bullying, harassment, micromanagement, negativity, or lack of support from management. Maintain Boundaries : Set boundaries to protect your mental and emotional well-being. This may involve limiting interactions with toxic individuals, avoiding gossip or negative conversations, and prioritizing self-care outside of work. Seek Support : Reach out to trusted colleagues, friends, or family members for support and advice. Sharing your experiences with others can help you feel less isolated and provide perspective on the situation. Document Incidents : Keep a record of any incidents or behaviors that contribute to the toxic environment, including dates, times, and specific details. This documentation may b...