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?

+
+
+
+ +
+
+
+

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. +

+ +

+ 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' } }