diff --git a/team-leader.html b/team-leader.html
new file mode 100644
index 0000000..d722b50
--- /dev/null
+++ b/team-leader.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+ Team Leader responsabilites in the Thinking People System
+
+
+
+
+
+
+
+
+ Thinking People System
+
+
+
+
+ Is the customer satisfied?
+
+
+
+
+ - Security
+ - Quality
+ - Lead time
+ - Cost
+ - Environment
+
+
+
+
+ Just-in-time
+
+ -
+ Does the team deliver on time?
+
+
+
+
+
+ Jidoka
+
+ -
+ Is the team focused on quality?
+
+
+
+
+
+
+
+ -
+ Do team members continuously learn and improve on their job?
+
+
+
+
+
+ -
+ Do team members maintain a clean and organized workspace?
+
+
+
+
+
+
+ Enablers
+
+ You can use the following options to interact with the TPS. It works
+ with the query string. Like so:
+ https://thinking-people-system.house?text=hide.
+
+
+ -
+
background color: change the primary color
+ in green
+
+ -
+
font color: change the font color
+ in orange
+
+ -
+
display: display without any HUD with the option
+ house-only
+
+ -
+
focus: focus only
+ a part of the TPS. Can be
+ multiple.
+ (Here are all the possible values:
+
+ )
+
+ -
+
text: hide text to only have the
+ house
+
+
+
+ Screenshot the house:
+
+
+
+
+
+
+
diff --git a/vite.config.ts b/vite.config.ts
index 84e04c2..5a60102 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -10,6 +10,7 @@ export default defineConfig({
input: {
index: 'index.html',
'pull-system': 'pull-system.html',
+ 'team-leader': 'team-leader.html',
'5s': '5s.html'
}
}