Skip to content

Goal Setting and Tracking Framework

Published: at 09:24 AMSuggest Changes

Goal Setting and Tracking Framework

I’ve been using a framework for goal setting and tracking for some time now. I believe this framework, which involves writing down and following up on goals, has great potential in terms of clarity and simplicity. There are already dozens of frameworks and boilerplates for goal setting and habit management, but none of them stuck with me. Even though they were good, I never felt like I was setting a clear stage and moving forward from there.

So, I’ve created a simple yet effective set of guidelines to help you define your current situation, explore options, and create an action plan. Combining this framework with “retrospectives” should work—at least that’s my assumption.

A retrospective is essentially looking back at the previous day, week, or month to evaluate what worked well and what didn’t. Take notes on them and try to avoid repeating mistakes in the next cycle.

Here’s a boilerplate you can easily create in Markdown, Word, or even Notepad.

## Objective

Clearly state the goal you want to achieve and the time frame in which you aim to accomplish it. Be specific and measurable.

**Example**:

"I want to improve my physical fitness by losing 5kg within 3 months."

## Current State

Describe your current situation and where you are starting from. This section provides a baseline for measuring progress. Be honest and detailed about your strengths and weaknesses.

**Example**:

- "I currently exercise irregularly and lack consistency in my fitness routine."
- "My eating habits are inconsistent, with a high intake of processed foods."
- "I have not yet explored workout programs or developed a clear plan."

## Proposal

Outline the strategies and possible solutions you can pursue to achieve your objective. Break it down into actionable categories.

### Start to Exercise

- **Details of the Exercise Program**:
    
    Identify specific activities and routines that align with your goal. For example:
    
    - **Program Type**: A mix of strength training and aerobic exercises.
    - **Frequency**: Work out 4-5 times a week, alternating between cardio and strength sessions.
- **Program Options**:
    
    Research or list potential programs that can help achieve your objective. For example:
    
    - **Beginner Home Workout Plan**: Focus on bodyweight exercises (e.g., squats, push-ups, planks).
    - **Guided Classes**: Online platforms like YouTube (e.g., fitness influencers or programs like Chloe Ting, Joe Wicks).

### Start Reading Books About It

- **Book List**:
    
    Choose books that provide knowledge and motivation for achieving your goal. Example list:
    
    - *The 4-Hour Body* by Tim Ferriss
    - *Atomic Habits* by James Clear
- **Reading Plan**:
    
    Plan when, how, and where you'll read these books:
    
    - **When**: Every morning after breakfast for 30 minutes.
    - **Where**: In a quiet space like the living room or study.
    - **How**: Use a notebook to jot down key insights or actionable tips.

## Implementation

Create a clear and actionable implementation plan that details what steps you will take daily, weekly, and monthly to achieve your objective. Use this as a checklist to maintain accountability and momentum.

| **Daily** | **Weekly** | **Monthly** |
| --- | --- | --- |
| Minimum 30 minutes of reading. | Write a summary or blog post about progress. | Reflect on overall progress. |
| Track progress in a journal. | Review weekly actions and adjust as needed. | Refine plans and set new milestones. |
| 10 minutes of stretching. | Organize insights from books or exercises. | Measure key metrics like weight loss. |

## Reflection and Feedback

After completing the goal or reaching a significant milestone, take time to reflect on the process:

- **What worked well?**
- **What could be improved?**
- **What did you learn?**

You can obviously modify this template to suit your needs. Everyone is different, and generally, there is no one-size-fits-all solution.

Once you’ve defined the current state, objective, and possible solutions, the next step is to create an action plan and execute it. After you begin implementing, I recommend using “retrospectives” to reflect on the process. Simply sit down with a piece of paper and write about your experience—what went well, what didn’t, and how you can improve next time. For example, if you tried reading in the morning but found it difficult because you’re not a morning person and stay up late most nights, note that in your retrospective and adjust the action plan accordingly.

In my opinion, these types of documents should be live-documents. Actually, with a few exceptions, every document should be live and regularly refined. Our lives change rapidly, so should our processes and documents.

Here are a couple of examples to make things clearer regarding what to write in each section:# Goal Setting and Tracking Framework


Example 1: Mastering a Programming Language (e.g., Python)

Objective

“I want to become proficient in Python within 6 months by building projects, learning advanced concepts, and contributing to open-source.”

Current State

Proposal

Learn Python Concepts
Build Python Projects
Contribute to Open Source

Implementation

DailyWeeklyMonthly
Study Python for 30 minutes.Complete a small feature in a personal app.Build and publish a new project on GitHub.
Practice coding challenges (LeetCode).Review and refactor one old project.Contribute to an open-source project.

Example 2: Learning Frontend Development

Objective

“I want to become skilled in frontend development using React.js within 4 months by building three small projects and one full-stack application.”

Current State

Proposal

Learn React.js Basics
Build Projects
Learn State Management

Implementation

DailyWeeklyMonthly
Study React docs for 30 minutes.Complete a small React.js project.Build a full-stack app integrating React.js.
Watch tutorials or online courses.Practice state management concepts.Present your progress to peers or mentors.

Example 3: Improving Problem-Solving Skills

Objective

“I want to enhance my problem-solving skills in competitive programming within 3 months by solving 100 coding challenges on LeetCode.”

Current State

Proposal

Learn Data Structures and Algorithms
Practice Coding Challenges

Implementation

DailyWeeklyMonthly
Solve 3 coding problems on LeetCode.Participate in one online coding contest.Complete a LeetCode challenge set (25+).
Revise one algorithm topic.Study solutions of difficult problems.Attempt and review past coding contests.

Example 4: Learning Backend Development with Golang

Objective

“I want to learn backend development using Golang within 5 months by building APIs and deploying applications.”

Current State

Proposal

Learn Golang Basics
Build and Deploy Projects
Learn Deployment

Implementation

DailyWeeklyMonthly
Write 50 lines of Go code.Complete a small feature in a backend app.Deploy one project to a cloud service.
Read Go documentation for 20 minutes.Explore Go’s built-in packages.Refactor one project for performance.

Example 5: Learning DevOps Basics

Objective

“I want to gain foundational knowledge in DevOps and CI/CD tools like Docker, Kubernetes, and Jenkins within 6 months.”

Current State

Proposal

Learn DevOps Tools
Implement CI/CD Pipelines
Explore Infrastructure as Code

Implementation

DailyWeeklyMonthly
Watch tutorials on Docker/Kubernetes.Build and containerize one app.Deploy an app using Kubernetes or Jenkins.
Practice Git commands and workflows.Set up and test a basic CI/CD pipeline.Automate infrastructure with Terraform basics.


Previous Post
OCPI Framework For Clear Writing
Next Post
Secret Management In Golang Binaries