> For the complete documentation index, see [llms.txt](https://clove-garden.gitbook.io/shift-12/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clove-garden.gitbook.io/shift-12/master-target.md).

# Master Target

### 提醒事項

* 每組先到場的人可以自由選擇交誼廳
* 等待其他人加入後就可以自由開始分享
* 每人大約 5 分鐘左右，如果人數比較少就可以多講一些，如果有趕時間也可以自願第一位分享或是晚到就最後一位分享，只要跟魚民溝通好就 OK
* 重要：3/28（六）10:00-16:00（此為預估時間）會舉辦實體督責會議，詳細時間地點會於確認後公布

> 如果無法參與會議還是可以在原定的線上督責會議(3/31 (二) 21:00-21:30)上線分享

### 自我介紹

### 願景

## Master Target

> 準則：保持簡單，少即是多

{% tabs %}
{% tab title="目標一：新鳥前端職場生存" %}

| 關鍵行動 / 策略                                                                                         | 預計完成週數    | 指標                                                                 |
| ------------------------------------------------------------------------------------------------- | --------- | ------------------------------------------------------------------ |
| [生存與適應](/shift-12/tacitcs/xin-niao-qian-duan-zhi-chang-sheng-cun-ji-hua.md#sheng-cun-yu-shi-ying) | w1 \~ w12 | <ul><li>了解公司文化與組織架構</li><li>理解公司技術架構與開發流程</li><li>獨立開發能力</li></ul> |
| 列出公司待辦清單                                                                                          | w1\~w8    | <p>by 大人學 Bryan<br>給你們一個打碼的清單</p>                                  |
| 更新 Blog                                                                                           | w5        | <ul><li>webconf 心得</li></ul>                                       |
| [更新技術筆記](/shift-12/tacitcs/geng-xin-ji-shu-bi-ji.md)                                              | w5 \~ w12 | 貼上筆記連結                                                             |
| {% endtab %}                                                                                      |           |                                                                    |

{% tab title="目標二：每月看一本書" %}

| 關鍵行動 / 策略                                                                                           | 預計完成週數  | 指標             |
| --------------------------------------------------------------------------------------------------- | ------- | -------------- |
| [深度工作力](/shift-12/tacitcs/mei-yue-kan-yi-ben-shu/shen-du-gong-zuo-li.md)                            | w1\~w4  | 每週讀書心得         |
| [Vue.js 3前端開發不踩雷](/shift-12/tacitcs/mei-yue-kan-yi-ben-shu/vue.js-3-qian-duan-kai-fa-bu-cai-lei.md) | w5\~w8  | 想要穩固自己的 Vue 技能 |
| [病態人格](/shift-12/tacitcs/mei-yue-kan-yi-ben-shu/bing-tai-ren-ge.md)                                 | w9\~w12 | 每週讀書心得         |
| {% endtab %}                                                                                        |         |                |

{% tab title="目標三：每週重訓一次" %}

| 關鍵行動 / 策略                                                                           | 預計完成週數 | 指標                                                                   |
| ----------------------------------------------------------------------------------- | ------ | -------------------------------------------------------------------- |
| 排下週課表                                                                               | 每週     | <ul class="contains-task-list"><li><input type="checkbox"></li></ul> |
| [全身喚醒課表](/shift-12/tacitcs/mei-zhou-zhong-xun-yi-ci.md#quan-shen-huan-xing-ke-biao) | w1\~   | 照表操課                                                                 |
| 徒手訓練                                                                                |        | 如果喚醒可以再往下                                                            |
| 自由重量                                                                                |        | 如果徒手可以再往下                                                            |
| {% endtab %}                                                                        |        |                                                                      |

{% tab title="目標四：監督邵同學" %}

<table><thead><tr><th width="248.5">關鍵行動 / 策略</th><th>預計完成週數</th><th>指標</th></tr></thead><tbody><tr><td>確保邵同學 YT 更新</td><td>每週</td><td><ul class="contains-task-list"><li><input type="checkbox"></li></ul></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://clove-garden.gitbook.io/shift-12/master-target.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.
