Gingiris commited on
Commit
0638b76
·
verified ·
1 Parent(s): 3fe7332

Add HF dataset card: team-motivation-ops v1.0.0

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - zh
6
+ - ja
7
+ - ko
8
+ pretty_name: "Team Motivation Ops — Standup + Weekly Meeting + 1:1 System for AI Startup COO"
9
+ tags:
10
+ - team-management
11
+ - motivation
12
+ - standup
13
+ - 1on1
14
+ - weekly-meeting
15
+ - coo-playbook
16
+ - ai-startup
17
+ - remote-team
18
+ - team-ops
19
+ - engagement
20
+ - leadership
21
+ - high-autonomy-team
22
+ - meeting-framework
23
+ - feedback-culture
24
+ - scrum-master
25
+ ---
26
+
27
+ # Team Motivation Ops — Standup + Weekly Meeting + 1:1 System for AI Startup COO
28
+
29
+ > 🌍 **Language**: [中文](SKILL.md) | [English](references/en/README.md) | [日本語](references/ja/README.md) | [한국어](references/ko/README.md)
30
+
31
+ Your team has high autonomy — and standups are vague, weekly meetings drift into status reports, and 1:1s produce nothing but "I'm fine." This playbook fixes all three layers at once.
32
+
33
+ ## What's inside
34
+
35
+ - **Daily Standup system** — 3-field format, good sample, 4 COO principles to keep it honest
36
+ - **Weekly Meeting** — strict 25-min agenda, Scrum Master rotation, 0–10 pulse check
37
+ - **1:1 Framework** — 9-dimension quantified pulse, 5-group deep question bank, bilateral feedback structure
38
+ - **Diagnostic layer** — "stuck-at" detection: info / authority / collaboration / capability / direction
39
+ - **FAQ** for 4 common failure modes (dead standups, status-report meetings, "I'm fine" 1:1s, scaling beyond 10 people)
40
+
41
+ ## Core principle
42
+
43
+ Freedom and accountability are two sides of the same coin. Standups help people think clearly. Weekly meetings create alignment. 1:1s make people feel seen. When all three work, motivation isn't managed into existence — it grows on its own.
44
+
45
+ ## Three-layer structure
46
+
47
+ ### Layer 1: Daily Standup — Information Layer
48
+ - Standard 3-field format (what I did / what I'll do / blockers)
49
+ - Sample good standup with concrete example
50
+ - 4 COO principles: demand honesty not perfection, praise publicly never shame, model it first
51
+
52
+ ### Layer 2: Weekly Meeting — Alignment Layer
53
+ - 25-minute hard-stop agenda (company update 8min + individual rounds 3min/person + group discussion)
54
+ - 0–10 current-state pulse check (mandatory, never skip)
55
+ - Scrum Master rotation to reduce COO dependency
56
+
57
+ ### Layer 3: 1:1 Meeting — Individual Layer
58
+ - 9-dimension quantified pulse check (energy, goal clarity, mission alignment, autonomy vs support, growth, sustainability, flow time, technical growth, tooling)
59
+ - 5-group deep question bank: work itself / decisions & ownership / honesty / growth / people & org
60
+ - Bilateral feedback structure (them→you + you→them)
61
+
62
+ ## Common failure modes & fixes
63
+
64
+ | Failure Mode | Fix |
65
+ |---|---|
66
+ | Nobody writes real standups | Check your own first. Specificity is contagious. Praise one good example publicly. |
67
+ | Weekly meeting = status report | Replace "what did you do" with "did you hit your commitment from last week" |
68
+ | 1:1 always gets "I'm fine" | Build evidence that honesty won't be punished — takes actual incidents, not better questions |
69
+ | Too many people to do 1:1s with everyone | Bi-weekly + delegate pulse check to tech leads; COO handles escalations |
70
+
71
+ ## Links
72
+
73
+ - 🔗 ClawHub: https://clawhub.ai/gingiris/team-motivation-ops
74
+ - 🐙 GitHub: https://github.com/Gingiris-1031/gingiris-skills/tree/main/skills/team-motivation-ops
75
+
76
+ ## Usage
77
+
78
+ Install via Cola / ClawHub, or use the SKILL.md directly as a system prompt / context document for any LLM-based assistant.
79
+
80
+ ```bash
81
+ npx skills add https://clawhub.ai/gingiris/team-motivation-ops
82
+ ```