-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
67 lines (61 loc) · 2.48 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About High Five</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,700" rel="stylesheet">
<link rel="icon" type="image/png" href="icon.png" sizes="16x16">
</head>
<body>
<div id="text">
<h3>About High Five & Plus Deltas</h3>
<p>
This tool helps you get inspiration for what to talk about during plus deltas.<br />
</p>
<p>
Plus deltas are a simple method for individuals or teams to engage in reflection as an
approach to continuous improvement. The +/∆ evaluation can help inform the changes needed to achieve higher
levels of performance. Set aside 5 minutes at the end of each day to discuss what went well and what
had room for improvements.
</p>
<p>
Teams can sometimes struggle to find a good starter for their +/∆. This is where
High Five comes in by offering suggestions with sometimes positive, sometimes
neutral and sometimes intentionally provocative statements for your team to
discuss.
</p>
<p>
It's recommended to set a collective reminder in your team's calendar for every
day.
</p>
<p>
<strong>Pluses:</strong><br />
<ul>
<li>Identify the things that are working</li>
<li>Pluses are the items that the individual or team wants to maintain and build upon</li>
</ul>
</p>
<p>
<strong>Deltas (opportunities for improvement):</strong><br />
<ul>
<li>Identify the opportunities for improvement. These are the things that can be changed so that the individual
or team may be more effective</li>
<li>Deltas should be action-oriented and begin with a verb</li>
<li>Deltas should be specific</li>
<li>Deltas should be within the realm of possibility</li>
<li>Deltas should be reviewed and acted upon</li>
</ul>
</p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-99226870-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>