She Said / She Said with Laura Cox Kaplan

327. Unlocking Workplace Influence by Learning to Manage Up with Melody Wilding


Listen Later

SHOW NOTES

Episode 327. Unlocking Workplace Influence By Learning to Manage Up

Guest: Melody Wilding, Professor, author, and career coach

THIS WEEK’S TOPIC: Ever wonder why managing up feels more confusing—or downright daunting—than any other professional skill? This week, we’re diving into what managing up truly means with Melody Wilding, executive coach, licensed social worker, and bestselling author of “Trust Yourself”   and “Managing Up”.

Managing up is not about “sucking up” or politics, but about taking charge of your own success, building alignment, and setting boundaries for sustainable, productive relationships—including with colleagues, clients, and even your board. Melody shares the essential, learnable skillsets that can help you move from overthinking and self-doubt into clarity, confidence, and influence at work—especially in our hybrid, matrixed workplaces.

We unpack her pivotal career moment (a surprise job termination!), discuss navigating imposter syndrome, the nuances of power dynamics, and practical scripts for feedback and visibility. Whether you have a boss or answer to a host of stakeholders, this episode will change how you think about influence and self-advocacy in your career journey.

ABOUT THIS WEEK’S GUEST: Melody Wilding is an executive coach, Licensed Social Worker (LMSW), speaker, author of Trust Yourself and Managing Up, and host of the “Psychology at Work” podcast. Melody specializes in helping sensitive high-achievers conquer self-doubt to become influential leaders. Her work is a blend of psychological insight and practical career strategies, and her mission is to help you harness your inner power in complex, people-driven environments.

KEY TOPICS AND WHAT YOU’LL LEARN IN THIS EPISODE: THE TRUE DEFINITION OF MANAGING UP: Melody reframes managing up as an internal shift—focusing less on the boss, and more on self-advocacy, boundary setting, and creating your own conditions for success.

IMPOSTER SYNDROME & INTERNALIZING SUCCESS: Melody gives a new perspective on “imposter feelings,” sharing why high achievers struggle to internalize their accomplishments and how you can create your own “brag book” to counteract negativity bias.

NAVIGATING POWER DYNAMICS: Learn how to assess your “pushback power” and why self-awareness and situational savvy are key to setting boundaries at every level—from junior staff to seasoned executives.

THE ART OF ALIGNMENT: Discover the essential questions to reset and clarify alignment with your manager—what does success look like, what’s keeping your boss up at night, and how can you connect project work to the bigger picture?

COMMUNICATION & FEEDBACK SCRIPTS: Melody shares frameworks like “Problem, Action, Solution” and “We, then Me” that enable you to shine the spotlight strategically—promoting both team and personal wins without tipping into self-promotion overload.

VISIBILITY WITHOUT OVERDOING IT: Master ways to increase your internal and external visibility (even in hybrid and remote settings) through storytelling, results-based updates, and strategic networking. Bonus: learn Melody’s favorite hack for expanding your influence beyond the org chart.

This episode is packed with actionable advice, mindset shifts, and the inside track on navigating relationships at work— and in life — with more confidence and less second-guessing.

I can’t wait to hear from you! What’s your biggest managing up challenge or breakthrough? Reach out and let us know!

EXCLUSIVE OFFER! Support She Said/She Said Podcast by shopping Eric Javits: www.EricJavits.com and be sure to use our exclusive promo code SHESAID for 20% off your purchase! Be sure to share a photo, I’d love to see what you purchase! 

LOOKING FOR MORE SHE SAID/SHE SAID? You’ll find all of my episodes and content here!  

LET’S CONNECT! 

– Instagram: Instagram,

– Linked In: Linked In

– Facebook: Facebook

– Contact Laura Cox Kaplan: shesaidshesaidpodcast.com

**PLEASE RATE AND REVIEW SHE SAID/SHE SAID PODCAST**

Please consider sharing some love in the form of a review of She Said/She Said Podcast on Spotify, iTunes, GooglePlay, or wherever you listen to this podcast. Reviews help us improve the content so you get more of what you enjoy and are looking for from She Said/She Said Podcast. Many thanks! 

**Note:** She Said/She Said Podcast is a weekly production of She Said/She Said Media.

Contact Form

  • First Name
  • Last Name
  • Email
  • Message
  • /* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
    /* ]]> */

    The post 327. Unlocking Workplace Influence by Learning to Manage Up with Melody Wilding appeared first on She Said / She Said.

    ...more
    View all episodesView all episodes
    Download on the App Store

    She Said / She Said with Laura Cox KaplanBy Laura Cox Kaplan

    • 4.8
    • 4.8
    • 4.8
    • 4.8
    • 4.8

    4.8

    130 ratings


    More shows like She Said / She Said with Laura Cox Kaplan

    View all
    Happier with Gretchen Rubin by Gretchen Rubin / The Onward Project

    Happier with Gretchen Rubin

    12,911 Listeners

    WSJ What’s News by The Wall Street Journal

    WSJ What’s News

    4,358 Listeners

    The School of Greatness by Lewis Howes

    The School of Greatness

    21,197 Listeners

    10% Happier with Dan Harris by 10% Happier

    10% Happier with Dan Harris

    12,732 Listeners

    The Lazy Genius Podcast by Kendra, The Lazy Genius

    The Lazy Genius Podcast

    6,633 Listeners

    WSJ Minute Briefing by The Wall Street Journal

    WSJ Minute Briefing

    673 Listeners

    Happier in Hollywood by The Onward Project

    Happier in Hollywood

    2,448 Listeners

    Worklife with Adam Grant by TED

    Worklife with Adam Grant

    9,187 Listeners

    Boutique Chat by The Boutique Hub with Ashley Alderson

    Boutique Chat

    863 Listeners

    Laugh Lines with Kim & Penn Holderness by Kim & Penn Holderness

    Laugh Lines with Kim & Penn Holderness

    3,370 Listeners

    SmartHERNews by Jenna Lee

    SmartHERNews

    641 Listeners

    Lipstick on the Rim by Sony Music Entertainment

    Lipstick on the Rim

    1,050 Listeners

    Morning Wire by The Daily Wire

    Morning Wire

    26,663 Listeners

    Honestly with Bari Weiss by The Free Press

    Honestly with Bari Weiss

    8,808 Listeners

    The Mel Robbins Podcast by Mel Robbins

    The Mel Robbins Podcast

    20,377 Listeners