Skip to main contentSkip to contentSkip to main content
Skip to content

Construction Leadership

Construction Leadership

March 7, 2026
/* Speaking Topic Page */ .page-id-2753 .entry-hero-container-inner { display: none !important; } .stp-page { background: var(–cream, #FAF8F5); color: var(–ink-soft, #1A1F35); font-family: “Source Sans 3”, sans-serif; line-height: 1.7; overflow-x: hidden; } /* Hero */ .stp-hero { background: var(–ink, #0B0E1A); color: #fff; padding: calc(72px + 80px) 0 80px; text-align: center; position: relative; overflow: hidden; } .stp-hero::before { content: “”; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(212,129,42,0.08) 0%, transparent 70%); pointer-events: none; } .stp-hero h1 { font-family: “Playfair Display”, Georgia, serif; font-size: clamp(32px, 5vw, 48px); font-weight: 700; font-style: italic; margin: 0 0 16px; color: #fff; position: relative; } .stp-hero .stp-label { font-family: “Source Sans 3”, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 16px; position: relative; } .stp-hero .stp-tagline { font-family: “Source Sans 3”, sans-serif; font-size: clamp(16px, 2vw, 18px); max-width: 700px; margin: 0 auto; color: rgba(255,255,255,0.8); line-height: 1.6; position: relative; } /* Container */ .stp-container { max-width: 800px; margin: 0 auto; padding: 0 24px; } .stp-section { padding: 64px 0; } .stp-section-label { display: block; font-family: “Source Sans 3”, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 12px; } .stp-section h2 { font-family: “Playfair Display”, Georgia, serif; font-size: clamp(26px, 4vw, 34px); font-weight: 700; color: var(–ink, #0B0E1A); margin: 0 0 24px; } .stp-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(11,14,26,0.1), transparent); margin: 0; } /* Description */ .stp-description p { font-size: 17px; line-height: 1.8; color: var(–ink-soft, #1A1F35); margin: 0 0 20px; } .stp-description p:last-child { margin-bottom: 0; } /* Key Themes */ .stp-themes-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; } .stp-theme-card { background: #fff; border-radius: 8px; padding: 28px 32px; box-shadow: 0 2px 12px rgba(11,14,26,0.06); border: 1px solid rgba(11,14,26,0.04); } .stp-theme-card h3 { font-family: “Playfair Display”, Georgia, serif; font-size: 20px; font-weight: 700; color: var(–ink, #0B0E1A); margin: 0 0 8px; } .stp-theme-card p { font-size: 15px; line-height: 1.7; color: var(–ink-soft, #1A1F35); margin: 0; } /* Related Reading */ .stp-posts-list { list-style: none; padding: 0; margin: 24px 0 0; } .stp-posts-list li { padding: 16px 0; border-bottom: 1px solid rgba(11,14,26,0.06); } .stp-posts-list li:last-child { border-bottom: none; } .stp-posts-list a { font-family: “Playfair Display”, Georgia, serif; font-size: 18px; font-weight: 700; color: var(–ink, #0B0E1A); text-decoration: none; transition: color 0.2s ease; } .stp-posts-list a:hover { color: #D4812A; } .stp-posts-list .stp-post-desc { display: block; font-family: “Source Sans 3”, sans-serif; font-size: 14px; color: rgba(26,31,53,0.7); margin-top: 4px; } /* FAQ */ .stp-faq-list { margin-top: 24px; } .stp-faq-item { border-bottom: 1px solid rgba(11,14,26,0.08); } .stp-faq-item:first-child { border-top: 1px solid rgba(11,14,26,0.08); } .stp-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; font-family: “Playfair Display”, Georgia, serif; font-size: 18px; font-weight: 700; color: var(–ink, #0B0E1A); line-height: 1.4; } .stp-faq-q::after { content: “+”; font-size: 24px; color: #D4812A; flex-shrink: 0; margin-left: 16px; transition: transform 0.2s ease; } .stp-faq-item.active .stp-faq-q::after { content: “-“; } .stp-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .stp-faq-item.active .stp-faq-a { max-height: 500px; } .stp-faq-a p { padding: 0 0 20px; font-size: 16px; line-height: 1.7; color: var(–ink-soft, #1A1F35); margin: 0; } /* CTA */ .stp-cta { background: var(–ink, #0B0E1A); color: #fff; text-align: center; padding: 80px 24px; position: relative; overflow: hidden; } .stp-cta::before { content: “”; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(212,129,42,0.06) 0%, transparent 70%); pointer-events: none; } .stp-cta h2 { font-family: “Playfair Display”, Georgia, serif; font-size: clamp(26px, 4vw, 34px); font-weight: 700; color: #fff; margin: 0 0 16px; position: relative; } .stp-cta p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 28px; line-height: 1.6; position: relative; } /* Button */ .stp-btn { display: inline-block; background: #D4812A; color: #fff; font-family: “Source Sans 3”, sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 16px 40px; border-radius: 50px; transition: background 0.2s ease, transform 0.2s ease; position: relative; } .stp-btn:hover { background: #b86d1f; transform: translateY(-1px); color: #fff; text-decoration: none; } /* Pillar link */ .stp-pillar-link { display: inline-block; margin-top: 24px; font-family: “Source Sans 3”, sans-serif; font-size: 15px; font-weight: 600; color: #D4812A; text-decoration: none; border-bottom: 2px solid rgba(212,129,42,0.3); padding-bottom: 2px; transition: border-color 0.2s ease; } .stp-pillar-link:hover { border-color: #D4812A; color: #D4812A; text-decoration: none; } /* Back link */ .stp-back { display: block; text-align: center; margin: 32px 0 0; font-family: “Source Sans 3”, sans-serif; font-size: 14px; } .stp-back a { color: rgba(255,255,255,0.6); text-decoration: none; } .stp-back a:hover { color: #fff; } /* Responsive */ @media (max-width: 768px) { .stp-hero { padding: calc(72px + 50px) 20px 50px; } .stp-section { padding: 48px 0; } .stp-cta { padding: 50px 24px; } }
Speaking Topic

Construction Leadership

Nearly 30 years in the trades. From installing roofs to running $35 million in annual revenue. What the construction industry teaches about leading people, managing risk, and building things that last.

I started in construction with my hands. Installed roofs. Fabricated sheet metal. Ran crews in weather that would keep most people inside. I earned my OSHA 10 and OSHA 30 certifications, studied ANSI/SPRI standards, and learned every roofing system from EPDM to TPO to GAF shingle lines. I did not start managing from the top. I started from the ground.

That ground-level experience shaped everything I did as a business owner and operator. When I built Penebaker Enterprises to $15 million and then scaled Roofed Right America to over $35 million across five states, the leadership principles that worked came from the job site, not from business school.

Construction is the ultimate leadership laboratory. The work is physical and unforgiving. The labor market is brutally competitive. Safety is not a checkbox, it is life and death. And every project has a deadline that weather, material supply, and human performance can threaten at any moment.

I speak to construction and trades audiences with credibility that most leadership speakers cannot offer. I know what it is like to be on a roof in a Wisconsin winter. I know the difference between a 60-mil TPO membrane and a 45-mil. I know what a good crew looks like and what a bad day on the job site actually costs.

But I also speak to audiences outside construction, because the lessons translate. Safety culture is leadership culture. Managing physical risk teaches you how to manage any kind of risk. Building trust with a crew that does dangerous work every day teaches you how to build trust with any team.

This talk connects the tactical realities of construction leadership to the broader principles that make any leader effective. Whether your audience works in the trades or has never been on a job site, they will leave with a new understanding of what it means to lead when the stakes are real.


Key Themes

Safety culture is leadership culture

Why the way you handle safety reveals everything about how you lead. Lessons from an industry where poor leadership has physical consequences.

Leading a physical workforce

What changes when your team does physically demanding work in difficult conditions. How to earn respect, maintain standards, and build loyalty with people who can see through fake leadership in seconds.

Scaling a trades Business

The specific challenges of growing a construction company from startup to multi-state operation. What breaks, what you have to let go of, and what you can never stop doing.

Translating construction lessons to any industry

How the principles of job-site leadership, from risk management to crew communication to deadline execution, apply to every organization that wants to perform at a higher level.


Go Deeper


Frequently asked questions

No. While the stories come from the construction industry, the principles apply universally. Leadership, risk management, team building, and accountability work the same way in every field. Construction just puts them in higher relief because the consequences are more immediate and visible.

Nearly 30 years. I started installing roofs and fabricating sheet metal. I earned OSHA 10 and OSHA 30 certifications, Asbestos Supervisor training, and studied ANSI/SPRI roofing standards. I have hands-on experience with EPDM, TPO, GAF products, JM insulation, and full building envelope systems. I built two companies in the commercial roofing space and currently serve as Regional General Manager at Great Day Improvements.

This is one of the best settings for this talk. I speak the language. I know the products, the processes, and the people challenges that are unique to the trades. Your audience will recognize immediately that I am not a consultant who read about construction. I have lived it.

I address them directly. The skilled labor shortage is the defining challenge of the construction industry right now. I share what has worked for me in attracting, training, and retaining talent in an industry where 94% of firms report difficulty filling positions. The solutions are not easy, but they exist.

Yes. The workshop format is especially effective for construction leadership teams. It includes exercises focused on crew management, safety culture, accountability systems, and growth planning. Half-day and full-day options are available.

}, { “@type”: “Question”, “name”: “What construction experience do you have?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Nearly 30 years. I started installing roofs and fabricating sheet metal. I earned OSHA 10 and OSHA 30 certifications, Asbestos Supervisor training, and studied ANSI/SPRI roofing standards. I have hands-on experience with EPDM, TPO, GAF products, JM insulation, and full building envelope systems. I built two companies in the commercial roofing space and currently serve as Regional General Manager at Great Day Improvements.” } }, { “@type”: “Question”, “name”: “Can this be delivered at a trades conference or industry event?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “This is one of the best settings for this talk. I speak the language. I know the products, the processes, and the people challenges that are unique to the trades. Your audience will recognize immediately that I am not a consultant who read about construction. I have lived it.” } }, { “@type”: “Question”, “name”: “What about the labor shortage and workforce challenges?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “I address them directly. The skilled labor shortage is the defining challenge of the construction industry right now. I share what has worked for me in attracting, training, and retaining talent in an industry where 94% of firms report difficulty filling positions. The solutions are not easy, but they exist.” } }, { “@type”: “Question”, “name”: “Is a workshop version available?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Yes. The workshop format is especially effective for construction leadership teams. It includes exercises focused on crew management, safety culture, accountability systems, and growth planning. Half-day and full-day options are available.” } } ] }

Bring this talk to your event

I have been in the trades for nearly 30 years. Let me share what I have learned with your audience.

Book This Talk
document.addEventListener(‘DOMContentLoaded’, function() { var items = document.querySelectorAll(‘.stp-faq-item’); items.forEach(function(item) { var q = item.querySelector(‘.stp-faq-q’); q.addEventListener(‘click’, function() { var wasActive = item.classList.contains(‘active’); items.forEach(function(i) { i.classList.remove(‘active’); }); if (!wasActive) { item.classList.add(‘active’); } }); }); });

Last updated: March 9, 2026