Why this exists

Great Coaches Build People, Not Just Players

Wins and losses are easy to track. Mindset, resilience, communication, and team culture are harder — and they're the things that actually determine whether athletes (and the coaches leading them) thrive long after the season ends. Coaches Corner brings the human culture and workforce integration lens behind Own the Dirt directly to the people building young women athletes, on and off the field.

What's coming

Two Ways In

The Class

Coaches Corner: Mindset & Resilience

A practical, cohort-based class for coaches who want to build stronger communicators, more resilient competitors, and a genuinely collaborative team culture — without losing the edge that makes them competitive.

  • Mindset & resilience frameworks built for youth and competitive athletics
  • Communication & feedback skills that build trust instead of fear
  • Practical tools for handling pressure, setbacks, and team conflict
  • Designed specifically around coaching women athletes
📅 Dates & pricing coming soon
The Retreat

Coaches Corner Retreat

An immersive, in-person experience for coaches to step away from the grind and reset — building the soft skills, self-awareness, and collaborative leadership style that carries back to the field, the locker room, and home.

  • Small-group, in-person format for real connection between coaches
  • Sessions on encouragement, communication, and collaborative leadership
  • Time to reflect on coaching identity beyond wins and losses
  • A community of coaches investing in the same growth
📅 Location & dates coming soon
What it builds

The Skills Behind the Wins

Mindset & Resilience

Tools for staying steady under pressure — for the coach and the athletes watching how they respond.

Communication

Feedback and conversations that build trust instead of walls, especially across generational gaps.

Collaboration

Moving from a top-down command style to a team culture athletes actually want to buy into.

Coaching Women Athletes

Approaches built specifically around what helps young women compete, lead, and grow with confidence.

"The best coaches don't just build better players. They build better people."
— Coaches Corner
Be first to know

Join the Waitlist

Coaches Corner is launching soon. Tell us which you're interested in, and we'll reach out the moment dates and pricing are live.

🥎 Launching August 10th

Get the Dirt
In Your Inbox

Monthly softball talk, workforce skills, bloopers, and a special note from Jaime & Hallie — plus early access and a personal discount code for the store. No spam. Just dirt.

// ── Newsletter Popup ───────────────────────────────────────────────────────── (function() { const overlay = document.getElementById('nl-overlay'); const closeBtn = document.getElementById('nl-close'); const trigger = document.getElementById('nl-trigger'); if (!overlay) return; function openPopup() { overlay.classList.add('open'); document.body.style.overflow = 'hidden'; } function closePopup() { overlay.classList.remove('open'); document.body.style.overflow = ''; } // Open on trigger click trigger && trigger.addEventListener('click', openPopup); // Close on X or overlay click closeBtn && closeBtn.addEventListener('click', closePopup); overlay.addEventListener('click', e => { if (e.target === overlay) closePopup(); }); // Close on Escape document.addEventListener('keydown', e => { if (e.key === 'Escape') closePopup(); }); // Auto-open after 18 seconds (only once per session) if (!sessionStorage.getItem('nl_shown')) { setTimeout(() => { openPopup(); sessionStorage.setItem('nl_shown', '1'); }, 18000); } })();