ActionableAdvice Sandbox

Enter JSON data below to see the component update.

Rendered Component Output:

Actionable advice

Meeting with Terry

Leadership Style
Transformational iconTransformational
Trait
Inspiring iconInspiring
What you said icon

What you said

It might be good if you could aim to get that done by next week, but no worries if it's tricky— just let me know what you think.
Why it matters icon

Why it matters

You sidestepped tension. It may have been strategic — but you also risked leaving something unresolved that matters to your teammate.

Try this next time icon

Try this next time

I need you to deliver that by end of next week. Let me know today if you see any blockers.

Reflective guidance from recent 1:1s. May not capture full context. Use your best judgment.

Reference JSON Examples

JSON for "No Data" State

{
  "error": {
    "hasError": false,
    "type": "",
    "message": ""
  },
  "actionableAdvice": null
}

JSON for "Error" State

{
  "error": {
    "hasError": true,
    "type": "DATA_FETCH_FAILED",
    "message": "Could not retrieve meeting data."
  },
  "actionableAdvice": null
}