High-Performing Teams Need Psychological Safety. Here’s How to Create It

Source Link ↗

Creator:

HBR

Submitter:

Date

Tags: 

No items found.
High-Performing Teams Need Psychological Safety. Here’s How to Create It
Read this content here ↗

Outline

Click on any section to jump to the relevant portion of the piece!

[1. Approach conflict as a collaborator, not an adversary.](https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it?registration=success#DFP_TITLE_pos2:~:text=So how can you increase psychological,we achieve a mutually desirable outcome%3F”)

[2. Speak human to human.](https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it?registration=success#DFP_TITLE_pos2:~:text=2. Speak human to human. Underlying,Anticipate reactions and plan countermoves. “Thinking)

[3. Anticipate reactions and plan countermoves.](https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it?registration=success#DFP_TITLE_pos2:~:text=3. Anticipate reactions and plan countermoves.,respond to each of those scenarios%3F)

[4. Replace blame with curiosity.](https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it?registration=success#DFP_IC_pos3:~:text=4. Replace blame with curiosity. If,is%3A “How could I support you%3F”)

[5. Ask for feedback on delivery.](https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it?registration=success#DFP_IC_pos3:~:text=5. Ask for feedback on delivery.,I had%2C which led to solutions.”)

[6. Measure psychological safety](https://hbr.org/2017/08/high-performing-teams-need-psychological-safety-heres-how-to-create-it?registration=success#DFP_IC_pos3:~:text=6. Measure psychological safety. Santagata periodically,and development opportunities%2C and better performance.)

Outseta.on('accessToken.set', function(member) { Outseta.getUser().then(function (result) { console.log(result); if(result['Account']['HasLoggedIn']){ console.log('user is logged in'); try{ let firstName = result['Account']['PrimaryContact']['FirstName']; let lastName = result['Account']['PrimaryContact']['LastName']; let email = result['Account']['PrimaryContact']['Email']; let airtableID = result['Account']['airtableID']; let hubspotID = result['Account']['hubspotID']; let accountUID = result['Account']['Uid']; const userProperties = { 'First name': firstName, 'Last name': lastName, 'Email': email, 'Airtable ID': airtableID, 'Hubspot ID': hubspotID, 'Account ID': accountUID }; heap.identify(email); heap.addUserProperties(userProperties); console.log('completed heap identification'); } catch(e) { console.log(e) } } }); });