@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;700&display=swap'); :root{--navy:#0d1b3e;--navy-light:#1a365d;--gold:#d4a853;--gold-light:#e8c882;--gold-dark:#c49a47;--white:#ffffff;--gray-600:#4a5568;--gray-800:#1a202c;} *{margin:0;padding:0;box-sizing:border-box;} html{scroll-behavior:smooth;} body{font-family:'Heebo',sans-serif;direction:ltr;text-align:left;line-height:1.7;color:var(--gray-800);background:#fff;} body.he{direction:rtl;text-align:right;} .container{max-width:1200px;margin:0 auto;padding:0 20px;} /* Lang toggle */ .lang-toggle{position:fixed;top:16px;left:16px;z-index:1100;} body.he .lang-toggle{left:auto;right:16px;} .lang-btn-he{display:flex;align-items:center;gap:8px;background:var(--gold);color:var(--navy);border:none;padding:10px 22px;border-radius:50px;font-weight:800;font-size:1rem;cursor:pointer;box-shadow:0 4px 20px rgba(212,168,83,.5);transition:all .3s;font-family:'Heebo',sans-serif;} .lang-btn-he:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(212,168,83,.7);} /* Language visibility */ .he-only{display:none!important;} span.he-only{display:none!important;} body.he .he-only{display:block!important;} body.he span.he-only{display:inline!important;} body.he .en-only{display:none!important;} body.he span.en-only{display:none!important;} /* Internal nav */ .internal-nav{position:fixed;top:16px;right:16px;z-index:1000;background:#fff;padding:10px 16px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.12);display:none;} body.he .internal-nav{right:auto;left:16px;} @media(min-width:1024px){.internal-nav{display:flex;gap:4px;align-items:center;}} .internal-nav a{color:var(--navy);text-decoration:none;font-size:.82rem;font-weight:600;padding:4px 10px;border-radius:8px;transition:all .2s;} .internal-nav a:hover{background:var(--gold);color:var(--navy);} /* Hero */ .hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,var(--navy) 100%);padding:110px 20px 80px;text-align:center;color:#fff;position:relative;overflow:hidden;} .hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(212,168,83,.15) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(212,168,83,.10) 0%,transparent 40%);} .hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;} .hero-badge{display:inline-block;background:rgba(212,168,83,.18);border:1px solid var(--gold);padding:8px 24px;border-radius:50px;font-size:.9rem;margin-bottom:24px;color:var(--gold);font-weight:600;} .hero h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;margin-bottom:16px;line-height:1.2;} .hero h1 .accent{color:var(--gold);} .hero-sub{font-size:1.2rem;opacity:.88;margin-bottom:28px;font-weight:300;max-width:700px;margin-left:auto;margin-right:auto;} .hero-spk{display:flex;justify-content:center;gap:48px;margin-bottom:28px;flex-wrap:wrap;} .spk-mini{text-align:center;} .spk-mini strong{display:block;color:var(--gold);font-size:1.05rem;} .spk-mini span{font-size:.88rem;opacity:.8;} .rec-badge{background:rgba(212,168,83,.12);border:2px solid var(--gold);border-radius:16px;padding:18px 32px;display:inline-block;margin-bottom:28px;} .rec-badge .rec-lbl{font-size:.82rem;color:var(--gold);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-weight:600;} .rec-badge .rec-desc{color:#fff;font-size:1.05rem;font-weight:600;} .btn-primary{display:inline-block;background:linear-gradient(45deg,var(--gold),var(--gold-light));color:var(--navy)!important;padding:16px 44px;border-radius:50px;font-weight:800;font-size:1.1rem;text-decoration:none;transition:all .3s;box-shadow:0 8px 30px rgba(212,168,83,.4);border:none;cursor:pointer;font-family:'Heebo',sans-serif;} .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(212,168,83,.6);} /* Reg strip */ .reg-strip{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:50px 20px;} .reg-strip .container{max-width:1000px;} .reg-strip h3{color:var(--gold);text-align:center;font-size:1.5rem;margin-bottom:6px;} .reg-strip .sub{color:rgba(255,255,255,.78);text-align:center;margin-bottom:24px;font-size:1rem;} .form-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:14px;align-items:end;} @media(max-width:768px){.form-row{grid-template-columns:1fr;}} .form-row input{padding:15px 18px;border:2px solid rgba(212,168,83,.3);border-radius:12px;background:rgba(255,255,255,.1);color:#fff;font-size:1rem;font-family:'Heebo',sans-serif;transition:all .3s;} .form-row input::placeholder{color:rgba(255,255,255,.55);} .form-row input:focus{outline:none;border-color:var(--gold);background:rgba(255,255,255,.15);} .form-row button{padding:15px 28px;white-space:nowrap;} .success-msg{display:none;text-align:center;padding:20px;background:rgba(212,168,83,.12);border:2px solid var(--gold);border-radius:14px;color:#fff;} .success-msg.visible{display:block;} .success-msg h4{color:var(--gold);font-size:1.2rem;margin-bottom:8px;} /* Sections */ .section{padding:80px 20px;background:#fff;} .section-alt{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;} .section-dark{background:var(--navy);padding:80px 20px;color:#fff;} .section-title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;text-align:center;margin-bottom:48px;color:var(--navy);} .section-dark .section-title{color:var(--gold);} .section-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin:14px auto 0;border-radius:2px;} /* Article */ .art-wrap{max-width:860px;margin:0 auto;} .art-wrap h2{font-size:1.7rem;font-weight:700;color:var(--navy);margin:48px 0 18px;line-height:1.3;} .art-wrap h3{font-size:1.3rem;font-weight:700;color:var(--navy-light);margin:36px 0 12px;padding-left:16px;border-left:4px solid var(--gold);} body.he .art-wrap h3{padding-left:0;padding-right:16px;border-left:none;border-right:4px solid var(--gold);} .art-wrap p{margin-bottom:18px;color:var(--gray-600);line-height:1.85;font-size:1.05rem;} .art-wrap strong{color:var(--navy);} .art-wrap a{color:var(--gold-dark);font-weight:600;text-decoration:underline;text-underline-offset:3px;} .pullquote{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:16px;padding:28px 32px;margin:32px 0;position:relative;overflow:hidden;} .pullquote::before{content:'"';font-family:'Playfair Display',serif;font-size:7rem;color:rgba(212,168,83,.15);position:absolute;top:-10px;left:20px;line-height:1;} body.he .pullquote::before{left:auto;right:20px;} .pullquote p{color:#fff!important;font-size:1.1rem;font-weight:500;margin:0;font-style:italic;position:relative;z-index:1;} .pullquote .src{color:var(--gold)!important;font-size:.9rem;font-weight:600;margin-top:10px!important;font-style:normal;} /* BP grid */ .bp-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:32px 0;} @media(max-width:768px){.bp-grid{grid-template-columns:1fr;}} .bp-card{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:16px;padding:22px;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;gap:16px;align-items:flex-start;transition:all .3s;} .bp-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px rgba(0,0,0,.1);border-color:var(--gold);} .bp-num{flex-shrink:0;width:46px;height:46px;background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--gold);font-size:1.05rem;} .bp-body h4{color:var(--navy);font-size:1rem;font-weight:700;margin-bottom:6px;} .bp-body p{color:var(--gray-600);font-size:.93rem;margin:0;line-height:1.6;} /* Case Study Timeline */ .cs-header{display:flex;gap:20px;align-items:center;margin-bottom:24px;flex-wrap:wrap;} .cs-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid var(--gold);flex-shrink:0;} .cs-header-text h3{color:var(--gold);font-size:1.3rem;margin-bottom:4px;} .cs-header-text p{color:rgba(255,255,255,.8);font-size:.95rem;margin:0;} .cs-timeline{margin-top:24px;} .cs-step{display:flex;gap:20px;margin-bottom:28px;align-items:flex-start;} body.he .cs-step{flex-direction:row-reverse;} .cs-dot-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0;} .cs-dot{width:42px;height:42px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--navy);font-size:.85rem;text-align:center;line-height:1.2;} .cs-line{width:2px;flex:1;min-height:20px;background:rgba(212,168,83,.25);margin-top:4px;} .cs-step:last-child .cs-line{display:none;} .cs-content{flex:1;} .cs-content h4{color:var(--gold);font-size:1.05rem;font-weight:700;margin-bottom:8px;} .cs-content p{color:rgba(255,255,255,.85);font-size:.97rem;line-height:1.75;margin-bottom:8px;} .cs-content p:last-child{margin-bottom:0;} .cs-content ul{list-style:none;padding:0;} .cs-content li{padding:5px 0 5px 22px;position:relative;color:rgba(255,255,255,.82);font-size:.95rem;} body.he .cs-content li{padding-left:0;padding-right:22px;} .cs-content li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-weight:bold;} body.he .cs-content li::before{left:auto;right:0;} .cs-result{background:rgba(212,168,83,.1);border:1px solid rgba(212,168,83,.35);border-radius:14px;padding:20px 24px;margin-top:16px;} .cs-result h4{color:var(--gold);margin-bottom:8px;} .cs-result p{color:rgba(255,255,255,.88);margin:0;line-height:1.75;} /* Stats */ .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;} @media(max-width:768px){.stats-row{grid-template-columns:1fr;}} .stat-box{text-align:center;padding:24px 20px;background:rgba(255,255,255,.05);border:1px solid rgba(212,168,83,.2);border-radius:14px;} .stat-num{font-size:2.2rem;font-weight:800;color:var(--gold);line-height:1;margin-bottom:8px;} .stat-lbl{color:rgba(255,255,255,.75);font-size:.93rem;} /* Speakers */ .spk-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;} @media(max-width:768px){.spk-grid{grid-template-columns:1fr;}} .spk-card{background:rgba(255,255,255,.05);border:1px solid rgba(212,168,83,.2);border-radius:22px;padding:36px;} .spk-card h3{color:var(--gold);font-size:1.4rem;margin-bottom:18px;} .spk-card p{opacity:.88;margin-bottom:14px;line-height:1.8;font-size:.97rem;} .spk-card ul{list-style:none;padding:0;} .spk-card li{padding:7px 0 7px 22px;position:relative;font-size:.95rem;opacity:.88;} body.he .spk-card li{padding-left:0;padding-right:22px;} .spk-card li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-weight:bold;} body.he .spk-card li::before{left:auto;right:0;} .spk-img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--gold);float:right;margin:0 0 14px 18px;} body.he .spk-img{float:left;margin:0 18px 14px 0;} .li-btn{display:inline-block;background:#0077b5;color:#fff!important;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;margin-top:12px;} .li-btn:hover{background:#005885;transform:translateY(-2px);} /* Phoenix */ .px-wrap{max-width:860px;margin:0 auto;} .px-top{display:flex;gap:36px;align-items:flex-start;margin-bottom:32px;} @media(max-width:768px){.px-top{flex-direction:column;align-items:center;}} .px-logo-box{flex-shrink:0;background:var(--navy);padding:18px 26px;border-radius:14px;} .px-logo{width:160px;height:auto;filter:brightness(0) invert(1);} .px-text p{margin-bottom:14px;line-height:1.8;color:var(--gray-600);} .px-text strong{color:var(--navy);} .px-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;} @media(max-width:768px){.px-grid{grid-template-columns:1fr;}} .px-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:22px;} .px-card h4{color:var(--navy);font-size:1.05rem;font-weight:700;margin-bottom:10px;} .px-card ul{list-style:none;padding:0;} .px-card li{padding:5px 0 5px 18px;position:relative;color:var(--gray-600);font-size:.93rem;} body.he .px-card li{padding-left:0;padding-right:18px;} .px-card li::before{content:'•';position:absolute;left:0;color:var(--gold);font-weight:bold;} body.he .px-card li::before{left:auto;right:0;} .px-card p{color:var(--gray-600);line-height:1.7;font-size:.93rem;margin:0;} .px-link{display:inline-block;background:var(--navy);color:#fff!important;padding:12px 28px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s;} .px-link:hover{background:var(--navy-light);transform:translateY(-2px);} /* Video */ .video-outer{background:#f8f9fa;padding:80px 20px;} .video-box{position:relative;width:100%;max-width:940px;margin:0 auto;padding-top:50.625%;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);} .video-box iframe{position:absolute;inset:0;width:100%;height:100%;border:none;} /* Reading */ .reading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;} @media(max-width:900px){.reading-grid{grid-template-columns:repeat(2,1fr);}} @media(max-width:600px){.reading-grid{grid-template-columns:1fr;}} .reading-card{display:block;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:24px;text-decoration:none;transition:all .3s;} .reading-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px rgba(0,0,0,.1);border-color:var(--gold);} .reading-card h3{color:var(--navy);font-size:1.05rem;font-weight:700;margin-bottom:8px;} .reading-card p{color:var(--gray-600);font-size:.92rem;line-height:1.6;margin:0;} .reading-card:hover h3{color:var(--gold-dark);} /* Partners */ .partners-strip{background:#fff;padding:44px 20px;text-align:center;} .partners-lbl{font-size:.95rem;color:var(--gray-600);margin-bottom:20px;font-weight:500;} .partners-logos{display:flex;justify-content:center;gap:36px;flex-wrap:wrap;align-items:center;} .partners-logos a{color:var(--navy);font-weight:700;text-decoration:none;opacity:.65;transition:all .3s;font-size:1.05rem;} .partners-logos a:hover{opacity:1;color:var(--gold);} /* Footer */ .footer{background:var(--navy);color:#fff;padding:40px 20px;text-align:center;} .footer-brand{color:var(--gold);font-weight:700;font-size:1.15rem;margin-bottom:14px;} .footer-social{display:flex;justify-content:center;gap:22px;margin-bottom:14px;flex-wrap:wrap;} .footer-social a{color:#fff;text-decoration:none;opacity:.75;transition:all .3s;} .footer-social a:hover{opacity:1;color:var(--gold);} .footer-copy{opacity:.55;font-size:.88rem;} {"@context":"https://schema.org","@type":"Article","headline":"Strategic Management Best Practices — BLUEPRINT Method: Webinar Recording & Summary","description":"Full summary and 36-minute recording of the Strategic Management Best Practices webinar. Avner Barak (Phoenix Contact Israel) & Nir Makovsky (TAB Israel / NIRMAKO). BLUEPRINT methodology, STRATPRO, DISC, Vision, Critical Success Factors, 90-day cycles.","image":"https://img.youtube.com/vi/VCUgOBn5vJM/maxresdefault.jpg","datePublished":"2026-02-23T00:00:00+02:00","dateModified":"2026-02-23T00:00:00+02:00","author":[{"@type":"Person","name":"Nir Makovsky","url":"https://nirmako.com","jobTitle":"TAB Israel Facilitator & Business Coach","affiliation":"NIRMAKO"},{"@type":"Person","name":"Avner Barak","url":"https://il.linkedin.com/in/avnerbarak","jobTitle":"General Manager, Phoenix Contact Israel","sameAs":"https://il.linkedin.com/in/avnerbarak"}],"publisher":{"@type":"Organization","name":"NIRMAKO","url":"https://nirmako.com","logo":{"@type":"ImageObject","url":"https://nirmako.com/wp-content/uploads/2020/10/Logo55.png"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://nirmako.com/en/strategic-management-best-practices/"},"keywords":"strategic management, BLUEPRINT method, STRATPRO, TAB Israel, Phoenix Contact Israel, Avner Barak, business coaching, 90-day cycles, vision statement","inLanguage":["en","he"]} {"@context":"https://schema.org","@type":"VideoObject","@id":"https://nirmako.com/en/strategic-management-best-practices/#video","name":"The CEO Who Turned Strategy Into a System — And Hit His Number | Strategic Management BLUEPRINT","description":"36-minute webinar recording: Strategic Management Best Practices using the BLUEPRINT method. Avner Barak (GM, Phoenix Contact Israel) shares how he transformed reactive management into a structured strategic system — 20% KPI improvement in year 1, 9-Box talent matrix, leading KPIs, and a common strategic language. Hosted by Nir Makovsky, TAB Israel / NIRMAKO.","thumbnailUrl":["https://img.youtube.com/vi/VCUgOBn5vJM/maxresdefault.jpg","https://img.youtube.com/vi/VCUgOBn5vJM/hqdefault.jpg","https://img.youtube.com/vi/VCUgOBn5vJM/sddefault.jpg"],"uploadDate":"2026-02-23T00:00:00+02:00","duration":"PT36M","url":"https://www.youtube.com/watch?v=VCUgOBn5vJM","embedUrl":"https://www.youtube.com/embed/VCUgOBn5vJM","contentUrl":"https://www.youtube.com/watch?v=VCUgOBn5vJM","publisher":{"@type":"Organization","name":"NIRMAKO — TAB Israel","url":"https://nirmako.com","logo":{"@type":"ImageObject","url":"https://nirmako.com/wp-content/uploads/2020/10/Logo140.webp"},"sameAs":"https://www.youtube.com/@Highjump-TAB-Xcelerated"},"potentialAction":{"@type":"WatchAction","target":"https://www.youtube.com/watch?v=VCUgOBn5vJM"},"inLanguage":"he","isFamilyFriendly":true} {"@context":"https://schema.org","@type":"Organization","name":"NIRMAKO","url":"https://nirmako.com","logo":"https://nirmako.com/wp-content/uploads/2020/10/Logo55.png","sameAs":["https://www.facebook.com/NIRMAKOCOACH","https://www.instagram.com/NIRMAKO","https://www.linkedin.com/in/nirmakovsky","https://www.youtube.com/@Highjump-TAB-Xcelerated"]} {"@context":"https://schema.org","@type":"WebPage","@id":"https://nirmako.com/en/strategic-management-best-practices/","url":"https://nirmako.com/en/strategic-management-best-practices/","name":"Strategic Management Best Practices — BLUEPRINT Method | NIRMAKO TAB","description":"Post-event landing page with 36-min webinar recording on Strategic Management Best Practices using BLUEPRINT (STRATPRO). Real case study: Avner Barak, Phoenix Contact Israel. 20% KPI improvement year 1.","inLanguage":["en","he"],"speakable":{"@type":"SpeakableSpecification","cssSelector":[".key-facts",".workshop-summary"]},"mainEntity":{"@type":"VideoObject","@id":"https://nirmako.com/en/strategic-management-best-practices/#video"}} {"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is the BLUEPRINT method for strategic management?","acceptedAnswer":{"@type":"Answer","text":"The BLUEPRINT method is a structured coaching process for strategic management that moves a business owner from reactive management to a clear strategic framework. It covers the Circle of Life assessment, Vision Statement development, Critical Success Factors, SMART goals, KPIs, and 90-day execution cycles."}},{"@type":"Question","name":"Who is Avner Barak?","acceptedAnswer":{"@type":"Answer","text":"Avner Barak is the General Manager of Phoenix Contact Israel — a German international company in industrial electronics since 1923, operating in Israel since 2006 in Kadima-Zoran. He participated in the TAB Israel BLUEPRINT strategic management process with NIRMAKO and shares practical results."}},{"@type":"Question","name":"What is the STRATPRO model?","acceptedAnswer":{"@type":"Answer","text":"STRATPRO is a strategic management framework by TAB Israel / NIRMAKO that translates vision into a measurable action plan with 90-day execution cycles, defined KPIs, and accountability."}},{"@type":"Question","name":"How can I watch the webinar recording?","acceptedAnswer":{"@type":"Answer","text":"The full 36-minute webinar recording is free. Leave your name, email, and phone in one of the forms on this page and receive immediate access."}},{"@type":"Question","name":"What were the results of Avner Barak's BLUEPRINT process at Phoenix Contact Israel?","acceptedAnswer":{"@type":"Answer","text":"Avner Barak achieved a 20% improvement in KPI indices in his first year, reduced annual system maintenance to 5-6 hours, and impressed German parent management so much they asked to adopt the BLUEPRINT methodology themselves. He transformed a 17-year entrenched culture with 94% existing staff by using SWOT, 9-Box talent matrix, leading KPIs, and a common strategic language across his team."}},{"@type":"Question","name":"What is TAB — The Alternative Board?","acceptedAnswer":{"@type":"Answer","text":"TAB is the world's largest network of CEO peer advisory boards. NIRMAKO is the official TAB partner in Israel, providing peer advisory forums, business coaching, and strategic management using BLUEPRINT and STRATPRO."}}]}
✅ Webinar Ended — Recording Available ✅ הוובינר הסתיים — ההקלטה זמינה

Strategic Management: Best Practices ניהול אסטרטגי: Best Practices

How to use the BLUEPRINT method — with Avner Barak from Phoenix Contact Israel & Nir Makovsky from TAB Israel כיצד להשתמש בשיטת BLUEPRINT — עם אבנר ברק מ-Phoenix Contact Israel וניר מקובסקי מ-TAB ישראל

Avner BarakPhoenix Contact Israel
Nir MakovskyTAB Israel | NIRMAKO
🎥 Full Recording — 36 Minutes 🎥 הקלטה מלאה — 36 דקות
Free access · Instant · Leave your details below גישה חינמית · מיידית · השאירו פרטים למטה
Strategic Management Success Story — BLUEPRINT Method | NIRMAKO TAB Israel

The CEO Who Turned Strategy Into a System — And Hit His Number המנכ״ל שהפך אסטרטגיה למערכת — והגיע ליעד שלו

Get Invited to the Next Webinar & Exclusive Contentקבלו הזמנה לוובינר הבא ולתוכן בלעדי

Leave your details — we'll send you the recording, plus invitations to future webinars and strategic management contentהשאירו פרטים — נשלח לכם את ההקלטה, וכמו כן הזמנות לוובינרים הבאים ותוכן בנושא תכנון אסטרטגי

You're in! Check your inbox.אתם פנימה! בדקו את תיבת האימייל.

The recording is on its way. We'll also keep you posted on the next webinar and content.ההקלטה בדרך. כמו כן, נעדכן אתכם על הוובינר הבא ועל תוכן חדש.

Why Strategic Management Matters

למה תכנון אסטרטגי הוא קריטי

Most business owners operate reactively — putting out fires instead of building the future. Without a clear strategic plan, there's no direction, no priorities, and no way to measure success. Furthermore, strategic management shifts a leader from chaos to control. It creates a shared language across the team, enabling people to act independently within a clear framework — what military leaders call "Commander's Intent." For more insights, visit the Business Coaching Blog by Nir Makovsky.

שיטת BLUEPRINT היא תהליך ניהול אסטרטגי מובנה שמוביל בעלי עסקים מניהול תגובתי למסגרת ברורה ומדידה. רוב המנהלים מגיבים לאירועים במקום להוביל אותם. כתוצאה מכך, אין כיוון, אין סדרי עדיפויות, ואין דרך למדוד הצלחה. יתרה מזאת, ללא תכנון אסטרטגי ברור אי אפשר לבנות צוות שפועל באופן עצמאי. לפיכך, תכנון אסטרטגי מאפשר לעבור ממצב של כיבוי שריפות לשליטה מלאה בתהליך. הוא יוצר שפה משותפת עם הצוות שמאפשרת פעולה עצמאית במסגרת ברורה. למאמרים נוספים, בקרו בבלוג האימון העסקי של ניר מקובסקי.

If you don't define where you're going, you'll never know if you arrived.

מנהל שלא מגדיר לאן הוא הולך — לא ידע אם הגיע.

— Nir Makovsky, TAB Israel / NIRMAKO

7 Best Practices — BLUEPRINT / STRATPRO Method

7 Best Practices — שיטת BLUEPRINT / STRATPRO

In the webinar, we covered seven principles that separate strategic management that drives results from planning that stays on paper. Therefore, check how many of these are present in your business today. Also see: Leadership vs. Management — What's the Difference? and Tips from the Top.

בוובינר הצגנו שבעה עקרונות שמבדילים תכנון שמוביל לתוצאות מתכנון שנשאר על הנייר. לפיכך, בדקו כמה מהם קיימים כיום בעסק שלכם. ראו גם: מנהיגות לעומת ניהול — מה ההבדל? וטיפים מהפסגה.

1

Start with Vision, not dataהתחילו מחזון, לא מנתונים

Before KPIs or budgets, answer: where are we in 3 years? Vision is the foundation of everything else.

לפני KPIs ותקציבים, ענו: איפה אנחנו בעוד 3 שנים? כך, החזון הוא הבסיס לכל שאר התהליך.

2

Run a real SWOTSWOT כנה וריאלי

An honest analysis of strengths, weaknesses, opportunities, and threats grounds strategy in reality — not wishful thinking. The SWOT comes alive again when building Critical Success Factors.

ניתוח כנה של חוזקות, חולשות, הזדמנויות ואיומים מבסס את האסטרטגיה על המציאות. לפיכך, ה-SWOT חוזר לחיים בשלב ה-Critical Success Factors.

3

SMART goals only

Goals that aren't specific, measurable, and time-bound are just wishes. Pick 3–5 priorities and commit.

יעדים שאינם ספציפיים, מדידים ותחומים בזמן — אינם יעדים. במילים אחרות, הם משאלות בלבד. לכן, בחרו 3–5 מטרות מרכזיות והתמקדו בהן.

4

Break it downפירוק למשימות

Every goal becomes concrete tasks with owners and deadlines. Ask: what do we need to know, do, or have before each step?

כל יעד מתפרק למשימות קטנות עם בעלי תפקיד ותאריכי יעד. ללא כך — משימה פשוט לא קיימת.

5

Assign accountabilityאחריות אישית

No owner, no deadline — no execution. Planning without accountability is wasted time and energy.

ללא בעל תפקיד ותאריך — גם התכנון הטוב ביותר לא יתממש. כתוצאה מכך, תכנון ללא אחריות הוא בזבוז זמן ואנרגיה.

6

Run 90-day cyclesמחזורי 90 יום

Every quarter: review progress, update the plan, stay on course. Strategy is a living document, not a one-time event.

כל רבעון — בחינת התקדמות ועדכון תוכנית. כך שומרים על הכיוון לאורך זמן. בנוסף, האסטרטגיה נשארת מסמך חי ולא אירוע חד-פעמי.

7

Work smarter, not harderעבדו חכם, לא קשה

STRATPRO doesn't add work — it focuses energy on what moves the needle. The more precise the planning, the fewer fires you fight.

STRATPRO לא מוסיף עבודה — הוא ממקד אנרגיה לדברים שמניבים תוצאות.

See all 7 applied liveראו את כל 7 בפועל

The full recording shows each principle in a real conversation. Leave your details for instant access.ההקלטה מציגה כל עיקרון בשיחה אמיתית. השאירו פרטים לגישה מיידית.

Stay Updated — Next Webinar & Strategic Contentהישארו מעודכנים — הוובינר הבא ותוכן אסטרטגי

Join our list and be the first to know about upcoming webinars, frameworks, and exclusive contentהצטרפו לרשימה והיו הראשונים לדעת על וובינרים הבאים, מסגרות עבודה ותוכן בלעדי

You're on the list!אתם ברשימה!

We'll send you the recording and notify you about upcoming webinars and content.נשלח לכם את ההקלטה ונעדכן אתכם על הוובינרים הבאים.

Case Study: Avner Barak — Phoenix Contact Israel Case Study: אבנר ברק — Phoenix Contact Israel

Strategic Management Using BLUEPRINT (STRATPRO) ניהול אסטרטגי באמצעות BLUEPRINT (STRATPRO)

20%
KPI improvement — first yearשיפור ב-KPI — שנה ראשונה
5–6h
Per year to maintain the systemבשנה לתחזוקת המערכת
17y
Of entrenched culture — transformed from withinתרבות מושרשת — שונתה מבפנים
Avner Barak — CEO Phoenix Contact Israel

Avner Barak, CEO — Phoenix Contact Israelאבנר ברק, מנכ״ל — Phoenix Contact Israel

17 years of entrenched culture. 94% existing staff. Global ERP delayed to 2028. Transformed using BLUEPRINT (STRATPRO).17 שנות תרבות מושרשת. 94% עובדים ותיקים. ERP גלובלי נדחה ל-2028. שינה הכל באמצעות BLUEPRINT (STRATPRO).

🎯

Background & Core Challengeרקע ואתגר מרכזי

Avner stepped into an organization led by the same GM for 17 years — deep-rooted norms and significant cultural inertia. He could not simply import a new culture: 94% of his team were existing employees, with only ~3% new hires annually.

אבנר ירש ארגון שנוהל על ידי אותו מנכ״ל 17 שנה — נורמות מושרשות ותרבות ארגונית קשה לשינוי. בהתאם לכך, הוא לא יכול היה פשוט "לייבא" תרבות חדשה. לכן, 94% מהצוות היו עובדים ותיקים, עם כ-3% גיוס חדש בשנה בלבד.

He was also forced to hire a new CFO, two accountants, and three marketing people — raising his cost base significantly and creating pressure to grow revenues fast to protect EBITDA. Meanwhile, Phoenix Contact Global had mandated an ERP and CRM rollout, but Israel's migration was not scheduled until 2028 — a constraint entirely outside his control.

כמו כן, נאלץ לגייס CFO חדש, שני אנשי חשבונות ושלושה אנשי שיווק — מה שהגדיל את בסיס העלויות. כתוצאה מכך, נוצר לחץ לצמוח מהר כדי לשמור על ה-EBITDA. בנוסף לכך, הנהלת Phoenix Contact גלובל הכריזה על רולאאוט ERP ו-CRM — אך ל-Phoenix Contact Israel המעבר לא תוכנן לפני 2028, מגבלה חיצונית לשליטתו.

1

Step 1 — SWOT Analysisשלב 1 — ניתוח SWOT

Avner built a rigorous SWOT, asking all the right questions. Crucially, he identified constraints that were external to Phoenix Contact Israel but internal to the global group — such as the CRM delay. This nuance was essential to building a realistic strategy rather than one that would collide with immovable walls.

אבנר בנה SWOT מעמיק ושאל את כל השאלות הנכונות. נקודת מפתח: הוא זיהה מגבלות שהן חיצוניות ל-Phoenix Contact Israel אך פנימיות לקבוצה הגלובלית — כמו עיכוב ה-CRM. הבנה זו הייתה קריטית לבניית אסטרטגיה ריאליסטית.

2

Step 2 — Critical Success Factorsשלב 2 — גורמי הצלחה קריטיים

From the SWOT, he identified the critical areas that would determine success. The most important: organizational culture. He concluded that culture was the "engine" of the entire system and needed deliberate, structured attention — it couldn't be left to chance.

מתוך ה-SWOT זיהה את התחומים הקריטיים להצלחה. החשוב ביותר: תרבות ארגונית. לפיכך, הוא הגיע למסקנה שהתרבות היא ה"מנוע" של המערכת כולה. בהתאם לכך, היא דורשת תשומת לב מכוונת ומובנית.

3

Step 3 — Goals, Strategies & KPIsשלב 3 — מטרות, אסטרטגיות ו-KPI

For each Critical Success Factor, he built specific goals and multiple strategic paths. Each strategic action produced a trackable KPI — turning abstract priorities into measurable commitments with clear owners.

לכל גורם הצלחה קריטי בנה מטרות ספציפיות ומסלולים אסטרטגיים מרובים. כך, כל פעולה אסטרטגית הניבה KPI מדיד — הופכת עדיפויות מופשטות להתחייבויות ברורות עם בעלי תפקיד.

4

Step 4 — Talent Management: The 9-Box Modelשלב 4 — ניהול טאלנטים: מודל 9-Box

To address culture and maximize his time with people, Avner deployed the 9-Box talent matrix — mapping each employee on two axes: performance and potential. His "S9" employees (top performers with highest potential) received dedicated weekly or bi-weekly 1:1 attention, while his limited management time was allocated with surgical precision.

כדי לטפל בתרבות ולמקסם את זמנו עם אנשים, אבנר הפעיל את מטריצת ה-9-Box — מיפוי כל עובד על שני צירים: ביצועים ופוטנציאל. עובדי ה-S9 (מצוינים בשניהם) קיבלו פגישות אישיות שבועיות או דו-שבועיות, וזמן הניהול המוגבל שלו הוקצה בדיוק כירורגי.

5

Step 5 — Leading KPIs, Not Lagging Metricsשלב 5 — KPIs מובילים, לא רק מפגרים

Rather than tracking only results (lagging indicators), Avner managed through leading indicators — metrics that signal whether outcomes are likely to be achieved before it's too late to correct course. This gave him an early warning system and allowed real-time course correction.

במקום לעקוב רק אחרי תוצאות (lagging indicators), אבנר ניהל באמצעות מדדים מובילים — אינדיקטורים שמאותתים אם התוצאות עתידות להתממש לפני שמאוחר מדי לתקן. זה נתן לו מערכת אזהרה מוקדמת ואיפשר תיקון בזמן אמת.

⚙️

How He Rolled It Out With His Teamכיצד הפעיל את זה עם הצוות

Since the Blueprint license covered only him (one user), he translated the strategic framework into Excel spreadsheets for his team. Each team member had a personalized file referencing their specific KPIs — linked conceptually back to the Blueprint goals.

מאחר שרישיון ה-Blueprint מכסה אותו בלבד, הוא תרגם את המסגרת האסטרטגית לגיליונות Excel לצוות. לכל עובד גיליון מותאם אישית עם ה-KPIs הספציפיים שלו — המקושרים רעיונית בחזרה ליעדי ה-Blueprint.

But the most powerful outcome was not the tool — it was the common language. When team members started speaking in the same strategic vocabulary (critical success factors, goals, KPIs), conversations became more focused and productive regardless of which system held the data.

אך הכוח האמיתי לא היה בכלי — אלא בשפה המשותפת. כאשר חברי הצוות התחילו לדבר באותו אוצר מילים אסטרטגי, השיחות הפכו ממוקדות ופרודוקטיביות יותר — בין אם הנתונים היו ב-Blueprint, ב-Excel, או בכלי אחר.

Results & Outcomesתוצאות והישגים

  • 20% improvement in KPI indices during the first yearשיפור של 20% במדדי ה-KPI בשנה הראשונה
  • An underperforming employee was managed out respectfully using the data-driven frameworkעובד שלא עמד ביעדים נוהל בצורה מבוססת-נתונים ועזב בכבוד
  • German parent management was so impressed they asked to adopt BLUEPRINT themselvesההנהלה הגרמנית התרשמה כל כך מהפלט שביקשה לאמץ את BLUEPRINT גם היא
  • The system requires only 5–6 hours per year to maintain after initial setupלאחר ההגדרה הראשונית, המערכת דורשת רק 5–6 שעות בשנה לתחזוקה
  • Full organizational alignment — strategy shared with all salesforce and with German leadershipיישור קו ארגוני מלא — האסטרטגיה שותפה עם כל אנשי המכירות ועם ההנהלה בגרמניה

3 Key Mindset Lessons3 לקחי מפתח

  • Strategic foundations protect you from chaos. When your plan is solid, external disruptions — war, economic shocks, organizational changes — do not derail you. They may slow you down, but your direction remains clear.יסודות אסטרטגיים חזקים מגנים עליך מכאוס. כשהתכנית שלך מוצקה, שיבושים חיצוניים — מלחמה, זעזועים כלכליים, שינויים ארגוניים — לא מפילים אותך.
  • Don't fear updating your plan. If circumstances genuinely change, adjusting the strategy is a sign of strength, not weakness.אל תפחד לעדכן את התכנית. אם הנסיבות משתנות באמת, עדכון האסטרטגיה הוא סימן לעוצמה, לא לחולשה.
  • Ask the right questions. His German supervisor told him: "You're asking all the right questions I ask myself." BLUEPRINT forced him to think rigorously — and that rigor became his competitive edge.שאל את השאלות הנכונות. המנהל שלו בגרמניה אמר לו: "אתה שואל את כל השאלות הנכונות שאני שואל את עצמי." ה-BLUEPRINT אילץ אותו לחשוב בקפדנות — וזה הפך ליתרון התחרותי שלו.

Meet the Speakers הכירו את המרצים

Avner Barak

Avner Barak — General Manager, Phoenix Contact Israel

General Manager of Phoenix Contact Israel, with extensive experience in strategic marketing and business development. Recognized as a leader with exceptional ability to build strong business partnerships and define marketing strategies that deliver measurable business value.

מנכ״ל Phoenix Contact Israel, עם רקע עשיר בשיווק אסטרטגי ופיתוח עסקי. מנהיג שמוכר ביכולתו לבנות שותפויות עסקיות חזקות ולהגדיר אסטרטגיות שיווק שמניבות ערך עסקי מדיד.

  • General Manager, Phoenix Contact Israelמנכ״ל Phoenix Contact Israel
  • BLUEPRINT strategic management expertמומחה בתכנון אסטרטגי ושיטת BLUEPRINT
  • Digital transformation leadershipמנהיגות בתהליכי טרנספורמציה דיגיטלית
  • Industrial Cybersecurity (IEC 62443)אבטחת סייבר תעשייתית (IEC 62443)
LinkedIn →

About TAB — The Alternative Boardעל TAB — The Alternative Board

TAB (The Alternative Board) is the world's largest network of CEO peer advisory boards. NIRMAKO is the official TAB partner in Israel, providing structured organizational consulting and coaching, business coaching, and monthly peer advisory sessions.

TAB (The Alternative Board) היא הרשת הגדולה בעולם של פורומי מנכ״לים. NIRMAKO הוא השותף הרשמי של TAB בישראל.

About Phoenix Contact Israel על Phoenix Contact Israel

Phoenix Contact is a German company with an international presence specializing in industrial electronics, electrical engineering, and control systems. Since 1923, the company has been developing products for a wide range of industrial sectors. Innovation, customer collaboration, and support for electrification, networking, and automation are the company's core values.

Phoenix Contact היא חברה גרמנית בעלת נוכחות בינלאומית העוסקת באלקטרוניקה תעשייתית, חשמל ובקרה. מאז 1923 מפתחת החברה מוצרים ופתרונות לתחומים רבים. חדשנות, שיתוף פעולה עם לקוחות ותמיכה בחישמול, רישות ואוטומציה הם ערכי היסוד שלה.

Phoenix Contact Israel has been operating since 2006 through a subsidiary in Kadima-Zoran, characterizing and marketing global Phoenix Contact solutions across various industrial segments.

Phoenix Contact Israel פועלת מאז 2006 דרך חברת בת בקדימה-צורן, מאפיינת ומשווקת את פתרונות Phoenix Contact העולמית.

Areas of Expertiseתחומי מומחיות

  • Industrial Electronicsאלקטרוניקה תעשייתית
  • End-to-End Connectivity Solutionsפתרונות חיבוריות מקצה לקצה
  • Voltage Supply & System Protectionאספקת מתח והגנה על מערכות
  • Energy Managementניהול אנרגיה
  • Industrial Automation & Cybersecurity (IEC 62443)אוטומציה ואבטחת סייבר תעשייתית (IEC 62443)

Vision: All Electric Societyהחזון: All Electric Society

In a world becoming fully electric, Phoenix Contact supports electrification, networking, and automation — developing solutions to move energy from where it's generated (solar fields, wind stations) to where it's needed, while maintaining quality, competitive pricing, and safety.

בעולם שהופך חשמלי לחלוטין, Phoenix Contact תומכת בחישמול, רישות ואוטומציה — מפתחת פתרונות להעברת אנרגיה מהמקום שבו היא נוצרת למקום שבו היא נדרשת.

Don't Miss the Next Webinar!אל תפספסו את הוובינר הבא!

Leave your details to receive the recording, plus early invitations to all future webinars and strategic contentהשאירו פרטים לקבלת ההקלטה, וכמו כן הזמנות מוקדמות לכל הוובינרים הבאים ולתוכן אסטרטגי

Welcome to the community!ברוכים הבאים לקהילה!

Recording and future invitations are heading your way. We'll also be in touch soon.ההקלטה וההזמנות הבאות בדרך אליכם. כמו כן, ניצור קשר בקרוב.

Partners & Networksשותפים ורשתות

Further Reading & Internal Links קריאה מומלצת ולינקים פנימיים

Business Coaching Blog — Nir Makovskyבלוג אימון עסקי — ניר מקובסקי

Practical articles on strategy, leadership, and business growth for CEOs and business ownersמאמרים מעשיים על אסטרטגיה, מנהיגות וצמיחה עסקית למנכ״לים ובעלי עסקים

Organizational Consulting & Coachingייעוץ ואימון ארגוני

Comprehensive organizational consulting for companies seeking structured growth and management transformationייעוץ ארגוני מקיף לחברות המחפשות צמיחה מובנית וטרנספורמציה ניהולית

Key Principles — Avner Barak, Phoenix Contact Israelעקרונות מפתח בניהול אסטרטגי — אבנר ברק, מנכ״ל פניקס קונטקט ישראל

Strategic planning and management principles from the CEO who used BLUEPRINT to transform Phoenix Contact Israelעקרונות תכנון וניהול אסטרטגי מהמנכ״ל שהשתמש ב-BLUEPRINT לטרנספורמציה של פניקס קונטקט ישראל

Leadership vs. Management — What's the Difference?מנהיגות לעומת ניהול — מה ההבדל?

Understanding the crucial distinction between leading people and managing processes — and why CEOs must master bothההבדל הקריטי בין מנהיגות אנשים לניהול תהליכים — ומדוע מנכ״לים חייבים לשלוט בשניהם

Tips from the Topטיפים מהפסגה

Actionable tips from experienced business coaches and CEOs — practical tools you can apply todayטיפים מעשיים ממאמנים עסקיים ומנכ״לים מנוסים — כלים שאפשר ליישם כבר היום

STRATPRO — Strategic Management Model — מודל ניהול אסטרטגי

Turn vision into a measurable action plan with 90-day cycles and real accountabilityהפכו חזון לתוכנית פעולה מדידה עם מחזורי 90 יום ואחריות אישית

// Language toggle let currentLang = 'en'; function setLang() { currentLang = currentLang === 'en' ? 'he' : 'en'; const body = document.getElementById('body'); const html = document.getElementById('htmlRoot'); if (currentLang === 'he') { body.classList.add('he'); body.classList.remove('en'); html.setAttribute('lang','he'); html.setAttribute('dir','rtl'); } else { body.classList.remove('he'); body.classList.add('en'); html.setAttribute('lang','en'); html.setAttribute('dir','ltr'); } localStorage.setItem('nirmako_lang', currentLang); } // Auto-detect on load (async function() { const saved = localStorage.getItem('nirmako_lang'); if (saved && saved === 'he') { currentLang = 'en'; setLang(); return; } if (saved) return; try { const r = await fetch('https://ipapi.co/json/'); const d = await r.json(); if (d.country_code === 'IL') { currentLang = 'en'; setLang(); } } catch(e) {} })(); // Web3Forms const API_KEY = 'e17851c4-12fa-4f7a-8c86-f25d3bb70526'; async function submitForm(formEl, successId) { const fd = new FormData(formEl); const d = Object.fromEntries(fd); if (!d.name || !d.email || !d.phone) { alert('Please fill in all fields.'); return; } const btn = formEl.querySelector('button[type="submit"]'); const orig = btn.innerHTML; btn.innerHTML = 'Sending…'; btn.disabled = true; try { const res = await fetch('https://api.web3forms.com/submit', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' }, body: JSON.stringify({ access_key: API_KEY, subject: '🎥 Recording Request — Strategic Management BLUEPRINT', from_name: 'NIRMAKO Strategic Management', name: d.name, email: d.email, phone: d.phone, message: `Recording request | ${d.name} | ${d.email} | ${d.phone}`, page_url: window.location.href }) }); const result = await res.json(); if (result.success) { formEl.style.display = 'none'; document.getElementById(successId).classList.add('visible'); } else { alert('Something went wrong. Please try again.'); btn.innerHTML = orig; btn.disabled = false; } } catch(err) { alert('Submission error. Please try again.'); btn.innerHTML = orig; btn.disabled = false; } } document.getElementById('f1').addEventListener('submit', e => { e.preventDefault(); submitForm(e.target,'s1'); }); document.getElementById('f2').addEventListener('submit', e => { e.preventDefault(); submitForm(e.target,'s2'); }); document.getElementById('f3').addEventListener('submit', e => { e.preventDefault(); submitForm(e.target,'s3'); }); // Smooth scroll document.querySelectorAll('a[href^="#"]').forEach(a => { a.addEventListener('click', function(e) { const t = document.querySelector(this.getAttribute('href')); if (t) { e.preventDefault(); t.scrollIntoView({ behavior:'smooth', block:'start' }); } }); });
🔗 קריאה נוספת: