> For the complete documentation index, see [llms.txt](https://docs.devlaunchers.org/dl-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devlaunchers.org/dl-docs/learning-wip/smart-goals-template.md).

# Smart Goals Template

Dev Launchers SMART Goal Setting TEMPLATE

Name:&#x20;

Current Role:&#x20;

Date Drafted:&#x20;

Reviewer(s):&#x20;

Date Finalized:&#x20;

<br>

What’s the initial goal you have in mind?

***

GOAL:

***

<br>

Expand on this goal using the SMART attributes.

| S                          | What do I want to achieve? Be precise. |
| -------------------------- | -------------------------------------- |
| <p><br></p><p>Specific</p> | <p><br></p>                            |

<br>

| M                            | How will I know when I’ve reached my goal? What are the metrics and milestones I need to hit along the way? |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------- |
| <p><br></p><p>Measurable</p> | <p><br></p>                                                                                                 |

<br>

| A                            | Is this goal realistic for me? What support do I need to make sure I achieve my goal? |
| ---------------------------- | ------------------------------------------------------------------------------------- |
| <p><br></p><p>Achievable</p> | <p><br></p>                                                                           |

<br>

| R                          | Why is this goal worthwhile? Does it support the wider team and my other responsibilities? |
| -------------------------- | ------------------------------------------------------------------------------------------ |
| <p><br></p><p>Relevant</p> | <p><br></p>                                                                                |

<br>

| T                        | When do I want to achieve this goal? Write down a target date. |
| ------------------------ | -------------------------------------------------------------- |
| <p><br></p><p>Timely</p> | <p><br></p>                                                    |

\ <br>

Now rewrite your initial goal as a concise, defined SMART goal.

***

Within \[Timely timeframe], I want to \[Specific] because \[Relevant]. To work toward this goal, I will \[Achievable] with \[names/training, etc] and expect \[Measurables] to be a reasonable measure of my success to achieve this goal.\
\ <br>

***

<br>

Track your goal progress

<br>

What are the action steps you need to take to achieve this goal? Order these by priority or by their due date.

<br>

* Action:<br>
* Action:<br>
* Action:

<br>

Am I on track to achieve this goal? What obstacles have come up and what support do you need?

<br>

* Obstacle:<br>
* Support:<br>
* Obstacle:<br>
* Support:<br>
* Obstacle:<br>
* Support:<br>

<br>

Milestones achieved. Note down every time you hit one of your measurable milestones along the way.

<br>

* Milestone 1:<br>
* Milestone 2:<br>
* Milestone 3:<br>

\ <br>

Target date. Have you achieved your goal? Why or why not?&#x20;

***

<br>

***

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devlaunchers.org/dl-docs/learning-wip/smart-goals-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
