elliot-stack 1.0.29 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +5 -0
- package/bin/install.cjs +981 -950
- package/hooks/repo-search-nudge.js +32 -32
- package/package.json +1 -1
- package/skills/estack-active-learning-tutor/SKILL.md +339 -339
- package/skills/estack-better-title/SKILL.md +64 -64
- package/skills/estack-better-title/scripts/rename.sh +55 -55
- package/skills/estack-chris-voss/SKILL.md +80 -80
- package/skills/estack-chris-voss/references/elliot-notes.md +120 -120
- package/skills/estack-chris-voss/references/voss-principles.md +210 -210
- package/skills/estack-customer-discovery/SKILL.md +60 -60
- package/skills/estack-flight-planner/SKILL.md +332 -332
- package/skills/estack-flight-planner/references/config_schema.md +156 -156
- package/skills/estack-flight-planner/references/flight_history_schema.md +97 -97
- package/skills/estack-flight-planner/references/shuttle_schedules.md +98 -98
- package/skills/estack-flight-planner/scripts/check_setup.sh +89 -89
- package/skills/estack-flight-planner/scripts/fetch_flights.py +99 -99
- package/skills/estack-flight-planner/scripts/filter_flights.py +265 -265
- package/skills/estack-flight-planner/scripts/pair_shuttles.py +173 -173
- package/skills/estack-github-issue-tracker/SKILL.md +322 -322
- package/skills/estack-github-issue-tracker/bin/tracker-tools.cjs +1358 -1358
- package/skills/estack-github-issue-tracker/references/gh-cli-patterns.md +124 -124
- package/skills/estack-github-issue-tracker/references/result-file-schema.md +156 -156
- package/skills/estack-github-issue-tracker/references/tracker-schema.md +96 -96
- package/skills/estack-github-issue-tracker/tracker-template.md +58 -58
- package/skills/estack-leadership-coach/SKILL.md +235 -0
- package/skills/estack-leadership-coach/adding-references.md +280 -0
- package/skills/estack-leadership-coach/frameworks/delegation/flows/post-mortem.md +120 -0
- package/skills/estack-leadership-coach/frameworks/delegation/flows/pre-delegation.md +138 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/1-intake.md +145 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/2-trm-assessment.md +119 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/3-enrollment.md +132 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/4-build-brief.md +171 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/5-monitoring.md +134 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/6-reverse-delegation.md +118 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/7-diagnose.md +200 -0
- package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__deci-olafsen-ryan-2017-self-determination-theory-in-work-organizations.md +1881 -0
- package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__gagne-deci-2005-self-determination-theory-and-work-motivation.md +2058 -0
- package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__selfdeterminationtheory-org-theory-overview-page.md +61 -0
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-3-key-insights-into-the-global-workplace-2024.md +57 -0
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-managers-account-for-70-percent-of-variance-in-employee-engagement-2015.md +40 -0
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-global-data-summary.md +73 -0
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-report-landing.md +42 -0
- package/skills/estack-leadership-coach/references/.source-files/hormozi-leila_4-stages__leila-hormozi-the-art-of-delegation-blog-post.md +91 -0
- package/skills/estack-leadership-coach/references/.source-files/oncken-wass_monkeys-hbr-1974__oncken-wass-management-time-whos-got-the-monkey-hbr-classic-1974.md +969 -0
- package/skills/estack-leadership-coach/references/.source-files/sanchez_main-street-millionaire__codie-sanchez-afford-anything-podcast-ep-565-show-notes.md +89 -0
- package/skills/estack-leadership-coach/references/.source-files/sullivan_who-not-how__dan-sullivan-impact-filter-tool-and-guide-booklet.md +565 -0
- package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-lewis-howes-school-of-greatness-ep-1231-show-notes.md +122 -0
- package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-roger-dooley-cues-interview.md +194 -0
- package/skills/estack-leadership-coach/references/deci-ryan_self-determination-theory.md +166 -0
- package/skills/estack-leadership-coach/references/doerr_measure-what-matters.md +154 -0
- package/skills/estack-leadership-coach/references/ferriss_4hww.md +189 -0
- package/skills/estack-leadership-coach/references/gallup_engagement-research.md +105 -0
- package/skills/estack-leadership-coach/references/gerber_e-myth-revisited.md +118 -0
- package/skills/estack-leadership-coach/references/grove_high-output-management.md +95 -0
- package/skills/estack-leadership-coach/references/hormozi-alex_followthrough.md +152 -0
- package/skills/estack-leadership-coach/references/hormozi-leila_4-stages.md +146 -0
- package/skills/estack-leadership-coach/references/oncken-wass_monkeys-hbr-1974.md +128 -0
- package/skills/estack-leadership-coach/references/sanchez_main-street-millionaire.md +196 -0
- package/skills/estack-leadership-coach/references/sullivan_who-not-how.md +137 -0
- package/skills/estack-leadership-coach/references/van-edwards_cues.md +189 -0
- package/skills/estack-migrate-claude-session-history/SKILL.md +226 -0
- package/skills/estack-migrate-claude-session-history/references/path-encoding.md +55 -0
- package/skills/estack-migrate-claude-session-history/references/troubleshooting.md +96 -0
- package/skills/estack-migrate-claude-session-history/scripts/migrate-claude-history.js +1123 -0
- package/skills/estack-migrate-claude-session-history/scripts/test-append-note.js +48 -0
- package/skills/estack-migrate-claude-session-history/scripts/test-validate-migration.py +326 -0
- package/skills/estack-migrate-claude-session-history/scripts/validate-migration.py +493 -0
- package/skills/estack-pdf-to-md/SKILL.md +180 -0
- package/skills/estack-pdf-to-md/scripts/pdf_to_md.py +596 -0
- package/skills/estack-productivity-prioritization-coach/SKILL.md +124 -0
- package/skills/estack-productivity-prioritization-coach/sources/01-tony-robbins-rpm.md +39 -0
- package/skills/estack-productivity-prioritization-coach/sources/02-justin-sung-task-prioritization.md +34 -0
- package/skills/estack-prompt-builder-coach/SKILL.md +81 -81
- package/skills/estack-prompt-builder-coach/definition-of-done-generator.md +42 -42
- package/skills/estack-prompt-builder-coach/prompt-builder.md +37 -37
- package/skills/estack-prompt-builder-coach/task-shaper.md +36 -36
- package/skills/estack-prompt-builder-coach/vague-ask-auditor.md +37 -37
- package/skills/estack-read-claude-session-history/SKILL.md +204 -204
- package/skills/estack-read-claude-session-history/references/jsonl-schema.md +126 -126
- package/skills/estack-read-claude-session-history/references/modes.md +423 -423
- package/skills/estack-read-claude-session-history/references/recipes.md +271 -271
- package/skills/estack-read-claude-session-history/scripts/lib/__init__.py +1 -1
- package/skills/estack-read-claude-session-history/scripts/lib/parser.py +460 -460
- package/skills/estack-read-claude-session-history/scripts/lib/paths.py +234 -234
- package/skills/estack-read-claude-session-history/scripts/lib/search.py +179 -179
- package/skills/estack-read-claude-session-history/scripts/lib/subagents.py +88 -88
- package/skills/estack-read-claude-session-history/scripts/lib/tools.py +144 -144
- package/skills/estack-read-claude-session-history/scripts/read_transcript.py +1776 -1776
- package/skills/estack-read-claude-session-history/scripts/tests/conftest.py +40 -40
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/README.md +20 -20
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/all-noise.jsonl +4 -4
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/basic-session.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-gaps.jsonl +9 -9
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-noise.jsonl +7 -7
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-a.jsonl +3 -3
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-b.jsonl +3 -3
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-waiting.jsonl +5 -5
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/interrupted.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/multi-compact.jsonl +8 -8
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/pending-user.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta/subagents/agent-aaa.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.meta.json +1 -1
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent.jsonl +4 -4
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/time-spread.jsonl +6 -6
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/timeline-day-test.jsonl +5 -5
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/tool-zoo.jsonl +10 -10
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/truncated.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/unicode.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-advisor.jsonl +3 -3
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-compact.jsonl +5 -5
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-thinking.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/test_backup_roots.py +56 -56
- package/skills/estack-read-claude-session-history/scripts/tests/test_engagement.py +239 -239
- package/skills/estack-read-claude-session-history/scripts/tests/test_json_format.py +201 -201
- package/skills/estack-read-claude-session-history/scripts/tests/test_modes.py +199 -199
- package/skills/estack-read-claude-session-history/scripts/tests/test_parser.py +195 -195
- package/skills/estack-read-claude-session-history/scripts/tests/test_paths.py +133 -133
- package/skills/estack-read-claude-session-history/scripts/tests/test_search.py +78 -78
- package/skills/estack-read-claude-session-history/scripts/tests/test_subagents.py +43 -43
- package/skills/estack-read-claude-session-history/scripts/tests/test_timeline.py +179 -179
- package/skills/estack-read-claude-session-history/scripts/tests/test_timezone_and_project.py +212 -212
- package/skills/estack-read-claude-session-history/scripts/tests/test_tools.py +80 -80
- package/skills/estack-repo-search/SKILL.md +65 -65
- package/skills/estack-vscode-file-recovery/SKILL.md +188 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
source_url: https://selfdeterminationtheory.org/theory/
|
|
3
|
+
source_type: website
|
|
4
|
+
extracted_by: claude
|
|
5
|
+
extracted_on: 2026-05-20
|
|
6
|
+
feeds_reference: deci-ryan_self-determination-theory
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Self-Determination Theory — Theory Overview Page (selfdeterminationtheory.org)
|
|
10
|
+
|
|
11
|
+
## Theory
|
|
12
|
+
|
|
13
|
+
### Overview
|
|
14
|
+
|
|
15
|
+
People are centrally concerned with **_motivation_** — how to move themselves or others to act. Everywhere, parents, teachers, coaches, and managers struggle with how to motivate those that they mentor, and individuals struggle to find energy, mobilize effort and persist at the tasks of life and work. People are often moved by external factors such as reward systems, grades, evaluations, or the opinions they fear others might have of them. Yet, just as frequently, people are motivated from within, by interests, curiosity, care or abiding values. These intrinsic motivations are not necessarily externally rewarded or supported, but nonetheless they can sustain passions, creativity, and sustained efforts. The interplay between the extrinsic forces acting on persons and the intrinsic motives and needs inherent in human nature is the territory of Self-Determination Theory.
|
|
16
|
+
|
|
17
|
+
**Self-Determination Theory** (SDT) represents a broad framework for the study of human motivation and personality. SDT articulates a meta-theory for framing motivational studies, a formal theory that defines intrinsic and varied extrinsic sources of motivation, and a description of the respective roles of intrinsic and types of extrinsic motivation in cognitive and social development and in individual differences. Perhaps more importantly, SDT propositions also focus on how social and cultural factors facilitate or undermine people's sense of volition and initiative, in addition to their well-being and the quality of their performance. Conditions supporting the individual's experience of **_autonomy, competence,_** and **_relatedness_** are argued to foster the most volitional and high quality forms of motivation and engagement for activities, including enhanced performance, persistence, and creativity. In addition, SDT proposes that the degree to which any of these three psychological needs is unsupported or thwarted within a social context will have a robust detrimental impact on wellness in that setting.
|
|
18
|
+
|
|
19
|
+
The dynamics of psychological need support and need thwarting have been studied within families, classrooms, teams, organizations, clinics, and cultures using specific propositions detailed within SDT. The SDT framework thus has both broad and behavior-specific implications for understanding practices and structures that enhance versus diminish need satisfaction and the full functioning that follows from it. These many implications are best revealed by the varied papers listed on this website, which range from basic research on motivational micro-processes to applied clinical trials aiming at population outcomes.
|
|
20
|
+
|
|
21
|
+
### Meta-Theory: The Organismic Viewpoint
|
|
22
|
+
|
|
23
|
+
SDT is an organismic dialectical approach. It begins with the assumption that people are active organisms, with evolved tendencies toward growing, mastering ambient challenges, and integrating new experiences into a coherent sense of self. These natural developmental tendencies do not, however, operate automatically, but instead require ongoing social nutriments and supports. That is, the social context can either support or thwart the natural tendencies toward active engagement and psychological growth, or it can catalyze lack of integration, defense, and fulfillment of need-substitutes. Thus, it is the dialectic between the active organism and the social context that is the basis for SDT's predictions about behavior, experience, and development.
|
|
24
|
+
|
|
25
|
+
Within SDT, the nutriments for healthy development and functioning are specified using the concept of basic psychological needs for autonomy, competence, and relatedness. To the extent that the needs are ongoingly satisfied, people will develop and function effectively and experience wellness, but to the extent that they are thwarted, people will more likely evidence ill-being and non-optimal functioning. The darker sides of human behavior and experience, such as certain types of psychopathology, prejudice, and aggression are understood in terms of reactions to basic needs having been thwarted, either developmentally or proximally.
|
|
26
|
+
|
|
27
|
+
### Formal Theory: SDT's Six Mini-Theories
|
|
28
|
+
|
|
29
|
+
Formally, SDT comprises six mini-theories, each of which was developed to explain a set of motivationally based phenomena that emerged from laboratory and field research. Each, therefore, addresses one facet of motivation or personality functioning.
|
|
30
|
+
|
|
31
|
+
_1_**_. Cognitive Evaluation Theory (CET)_** concerns **_intrinsic motivation_**, motivation that is based on the satisfactions of behaving "for its own sake." Prototypes of intrinsic motivation are children's exploration and play, but intrinsic motivation is a lifelong creative wellspring. CET specifically addresses the effects of social contexts on intrinsic motivation, or how factors such as rewards, interpersonal controls, and ego-involvements impact intrinsic motivation and interest. CET highlights the critical roles played by competence and autonomy supports in fostering intrinsic motivation, which is critical in education, arts, sport, and many other domains.
|
|
32
|
+
|
|
33
|
+
2\. The second mini-theory, **_Organismic Integration Theory (OIT),_** addresses the topic of extrinsic motivation in its various forms, with their properties, determinants, and consequences. Broadly speaking, extrinsic motivation is behavior that is instrumental—that aims toward outcomes extrinsic to the behavior itself. Yet, there are distinct forms of instrumentality, which include external regulation, introjection, identification, and integration. These subtypes of extrinsic motivation are seen as falling along a continuum of **_internalization_**. The more internalized the extrinsic motivation, the more autonomous the person will be when enacting the behaviors. OIT is further concerned with social contexts that enhance or forestall internalization—that is, with what conduces toward people either resisting, partially adopting, or deeply internalizing values, goals, or belief systems. OIT particularly highlights supports for autonomy and relatedness as critical to internalization.
|
|
34
|
+
|
|
35
|
+
_3._ **_Causality Orientations Theory (COT)_**, the third mini-theory, describes individual differences in people's tendencies to orient toward environments and regulate behavior in various ways. COT describes and assesses three types of causality orientations: the autonomy orientation in which persons act out of interest in and valuing of what is occurring; the control orientation in which the focus is on rewards, gains, and approval; and the impersonal or amotivated orientation characterized by anxiety concerning competence.
|
|
36
|
+
|
|
37
|
+
4\. Fourth, **_Basic Psychological Needs Theory (BPNT)_** elaborates the concept of evolved psychological needs and their relations to psychological health and well-being. BPNT argues that psychological well-being and optimal functioning is predicated on autonomy, competence, and relatedness. Therefore, contexts that support versus thwart these needs should invariantly impact wellness. The theory argues that all three needs are essential and that if any is thwarted there will be distinct functional costs. Because basic needs are universal aspects of functioning, BPNT looks at cross-developmental and cross-cultural settings for validation and refinements.
|
|
38
|
+
|
|
39
|
+
5\. The fifth mini-theory, **_Goal Contents Theory (GCT),_** grows out of the distinctions between intrinsic and extrinsic goals and their impact on motivation and wellness. Goals are seen as differentially affording basic need satisfactions and are thus differentially associated with well-being. Extrinsic goals such as financial success, appearance, and popularity/fame have been specifically contrasted with intrinsic goals such as community, close relationships, and personal growth, with the former more likely associated with lower wellness and greater ill-being.
|
|
40
|
+
|
|
41
|
+
6\. Relatedness, which has to do with the development and maintenance of close personal relationships such as best friends and romantic partners as well as belonging to groups, is one of the three basic psychological needs. _**Relationships Motivation Theory (RMT),** the sixth mini-theory,_ is concerned with these and other relationships, and posits that some amount of such interactions is not only desirable for most people but is in fact essential for their adjustment and well-being because the relationships provide satisfaction of the need for relatedness. However, research shows that not only is the relatedness need satisfied in high-quality relationships, but the autonomy need and to a lesser degree the competence need are also satisfied. Indeed, the highest quality personal relationships are ones in which each partner supports the autonomy, competence, and relatedness needs of the other.
|
|
42
|
+
|
|
43
|
+
### Other Topics of Interest
|
|
44
|
+
|
|
45
|
+
As SDT has expanded, both theoretical developments and empirical findings have led SDT researchers to examine a plethora of processes and phenomena integral to personality growth, effective functioning, and wellness. For example, SDT research has focused on the role of mindfulness as a foundation for autonomous regulation of behavior, leading to both refined measurement and theorizing about awareness. The study of facilitating conditions for intrinsic motivation led to a theory and measurement strategy regarding vitality, an indicator of both mental and physical wellness. Work on vitality also uncovered the remarkable positive impact of the experience of nature on well-being. Some research within SDT has more closely examined the forms personal passions can take, with individuals being obsessive or harmonious as a function of internalization processes. Cross-cultural tests of SDT have led to an increased understanding of how economic and cultural forms impact the invariant aspects of human nature. Research on wellness has also led to new theory and research on the assessment of well-being itself, including the distinction between hedonic and eudaimonic forms of living. Specific topics such as autonomy versus controlled motivation has led to greater understanding of internalized control such as ego-involvement and contingent self-esteem and of the differences between them and autonomous self-regulation. Indeed these few examples supply just a taste of how the generative framework of SDT has enhanced research on a variety of processes of interest to the field.
|
|
46
|
+
|
|
47
|
+
### Applications
|
|
48
|
+
|
|
49
|
+
In addition to formal theory development, research has applied SDT in many domains including education, organizations, sport and physical activity, religion, health and medicine, parenting, virtual environments and media, close relationships, and psychotherapy. Across these domains research has looked at how controlling versus autonomy-supportive environments impact functioning and wellness, as well as performance and persistence. In addition, supports for relatedness and competence are seen as interactive with volitional supports in fostering engagement and value within specific settings, and within domains of activity. This body of applied research has led to considerable specification of techniques, including goal structures and ways of communicating that have proven effective at promoting maintained, volitional motivation.
|
|
50
|
+
|
|
51
|
+
The varied articles on this website demonstrate the many types of inquiry associated with the SDT framework, as well as its generative capacity with respect to practical issues in human organizations of all kinds. Relevant research reports and theoretical discussion are listed in the Publications section, organized by topic.
|
|
52
|
+
|
|
53
|
+
By focusing on the fundamental psychological tendencies toward intrinsic motivation and integration, SDT occupies a unique position in psychology, as it addresses not only the central questions of why people do what they do, but also the costs and benefits of various ways of socially regulating or promoting behavior. Overviews of the theory can be found in Ryan and Deci (2000) and in Deci and Ryan (1985, 2000), as well as numerous other articles and chapters identified here on our website.
|
|
54
|
+
|
|
55
|
+
### References
|
|
56
|
+
|
|
57
|
+
Deci, E. L., & Ryan, R. M. (1985). _Intrinsic motivation and self-determination in human behavior_. New York, NY: Plenum.
|
|
58
|
+
|
|
59
|
+
Deci, E. L., & Ryan, R. M. (2000). The "what" and "why" of goal pursuits: Human needs and the self-determination of behavior. _Psychological Inquiry, 11_, 227-268.
|
|
60
|
+
|
|
61
|
+
Ryan, R. M., & Deci, E. L. (2000). Self-determination theory and the facilitation of intrinsic motivation, social development, and well-being. _American Psychologist, 55_, 68-78.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
---
|
|
2
|
+
source_url: https://www.gallup.com/workplace/645416/key-insights-global-workplace.aspx
|
|
3
|
+
source_type: website
|
|
4
|
+
extracted_by: claude
|
|
5
|
+
extracted_on: 2026-05-20
|
|
6
|
+
feeds_reference: gallup_engagement-research
|
|
7
|
+
extraction_note: WebFetch returned substantially verbatim content for this page. Quoted passages are verbatim from the fetched text. Author and publication date confirmed from page content.
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 3 Key Insights Into the Global Workplace
|
|
11
|
+
|
|
12
|
+
**Author:** Jim Harter, Ph.D., Chief Scientist, Workplace for Gallup
|
|
13
|
+
**Published:** June 12, 2024
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
Worldwide, employees are as engaged at work now as they were the year prior. Notably, engagement is driven more by having great managers at the business-unit level than by macroeconomic factors such as countries' labor policies and the vibrancy of their job markets.
|
|
18
|
+
|
|
19
|
+
The percentage of engaged employees globally -- those who feel involved in and enthusiastic about their work -- remains at 23%, matching the record high recorded in 2022, according to Gallup's State of the Global Workplace report. But most employees are not engaged (62%) -- those who show up, do the bare minimum and are uninspired by their work -- or actively disengaged (15%) -- those who have a bad manager and a miserable job and are actively seeking a new one.
|
|
20
|
+
|
|
21
|
+
Not engaged and actively disengaged employees, in aggregate, account for $8.9 trillion in lost productivity worldwide.
|
|
22
|
+
|
|
23
|
+
Measuring and monitoring employee engagement is crucial: Three decades of Gallup research have demonstrated a strong association among engagement, the quality of managers and critical business outcomes.
|
|
24
|
+
|
|
25
|
+
Gallup's latest meta-analysis of more than 183,000 business units across 53 industries and 90 countries finds that teams in the top quartile of employee engagement achieve 23% higher profitability than those in the bottom quartile. This is because they are better at retaining top talent, serving customers, achieving higher-quality output and accomplishing numerous other outcomes that lead to profit. Organizations that reach world-class levels of employee engagement steadily improve the effectiveness of management at all levels of the organization.
|
|
26
|
+
|
|
27
|
+
But no organization operates in a vacuum, unaffected by macroeconomic trends and government policies outside of their control. The interplay of micro- and macro-level factors is important for leaders to reflect on as they navigate the constantly changing workplace. Here are three such factors for organizations everywhere to consider:
|
|
28
|
+
|
|
29
|
+
## Key Insight #1: Countries with Better Job Markets Have Lower Disengagement But Not Higher Engagement
|
|
30
|
+
|
|
31
|
+
More than half of employees worldwide say it is a good time to find a job, up slightly from last year and varying considerably across countries. Gallup has found lower levels of active disengagement in countries where respondents report it is a good time to find a job. Other published research supports this association between poor job markets and disengagement.
|
|
32
|
+
|
|
33
|
+
Notably, the relationship between perceptions of the job market and the percentage of engaged employees is much weaker. In aggregate, improving economic conditions may shift workers from anger to indifference -- from actively disengaged to not engaged -- but not from indifference to inspiration. Actively disengaged employees in a tough economy, with fewer choices, may be trapped in jobs they don't like. Job opportunities allow bitter workers to leave bad situations and find better ones.
|
|
34
|
+
|
|
35
|
+
## Key Insight #2: During Challenging Times, Engagement Predicts Performance More Strongly
|
|
36
|
+
|
|
37
|
+
Gallup research has shown that the relationship between employee engagement and business performance is somewhat stronger during economic recessions. This is likely because engaged employees double down in their efforts during tough times while those who are uninspired feel they are victims of circumstances and have no agency to make things better. Business units with more engaged employees are more resilient in turbulent and uncertain environments.
|
|
38
|
+
|
|
39
|
+
Employees with higher engagement are also more committed to their organizations when the going gets tough, as found in Gallup studies of engagement and employee retention conducted after 2020. With substantial changes in how and where work is done post-pandemic, leadership and management are more challenging than ever.
|
|
40
|
+
|
|
41
|
+
Gallup's updated meta-analysis finds an even stronger relationship between employee engagement and employee retention rates. For example, for companies that average 40% or lower overall turnover rates, business units in the bottom quartile of Gallup's employee engagement database have 51% higher employee turnover than those in the top quartile -- a difference that has increased significantly since 2020.
|
|
42
|
+
|
|
43
|
+
## Key Insight #3: Labor Policies and Engagement Are Not Mutually Exclusive
|
|
44
|
+
|
|
45
|
+
As part of this year's State of the Global Workplace report, Gallup analysts dug deeper into understanding the relationship between countries' labor protections, employee engagement, and the wellbeing of workers.
|
|
46
|
+
|
|
47
|
+
Labor laws have a stronger relationship to current life satisfaction than they do to optimism about the future. Employee engagement, as opposed to labor protections, more strongly explains optimism for the future: Having a great job gives people hope.
|
|
48
|
+
|
|
49
|
+
The labor rights categories most highly correlated with current thriving in life were in areas of maternity, fair wages, social security, employment security, fair treatment, and safety. A key finding is that employees who work in countries with strong labor laws and are also engaged in their jobs have the highest overall wellbeing.
|
|
50
|
+
|
|
51
|
+
People often contrast Western Europe's "work to live" culture -- which is seen as more balanced -- with America's "live to work" mindset, which many perceive as more of a stressful grind. The reality is that not all labor laws in places such as Europe relate to wellbeing in the same way, and there is massive variance within countries in the engagement or disengagement of individual workers.
|
|
52
|
+
|
|
53
|
+
For example, engaged employees within countries with work-hours laws reported lower levels of daily stress. Yet, this relationship was strongest for laws restricting working hours to up to 56 hours per week and those aimed at a minimum of three weeks paid annual leave.
|
|
54
|
+
|
|
55
|
+
In summary, Gallup has found there is an important interplay between factors at the business-unit level and factors at the macroeconomic and government-policy level that are associated with higher or lower employee wellbeing.
|
|
56
|
+
|
|
57
|
+
Highly inspiring and engaging jobs are driven by what happens locally, driven by great managers. Macro-level job markets and policies have little to do with high levels of employee engagement. On the other hand, the broader job market and specific labor laws can reduce the probability of worker misery. A combined mix of the right labor laws and engaging workplaces reaches the best wellbeing outcomes.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
source_url: https://news.gallup.com/businessjournal/182792/managers-account-variance-employee-engagement.aspx
|
|
3
|
+
source_type: website
|
|
4
|
+
extracted_by: claude
|
|
5
|
+
extracted_on: 2026-05-20
|
|
6
|
+
feeds_reference: gallup_engagement-research
|
|
7
|
+
extraction_note: WebFetch returned structured summaries. Quoted text uses quotation marks only where the tool returned text in quotes (indicating likely verbatim). Supadata was rate-limited. See source_url for full article text.
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Managers Account for 70% of Variance in Employee Engagement
|
|
11
|
+
|
|
12
|
+
## Main Statistic
|
|
13
|
+
|
|
14
|
+
Gallup research demonstrates that managers play an outsized role in determining employee engagement levels. According to the analysis, "managers account for at least 70% of the variance in employee engagement scores across business units."
|
|
15
|
+
|
|
16
|
+
## Current Engagement Levels (as of publication, April 2015)
|
|
17
|
+
|
|
18
|
+
- Only "30% of U.S. employees" are actively engaged at work
|
|
19
|
+
- Globally, just "13% worldwide are engaged"
|
|
20
|
+
- These figures had remained largely stagnant for 12 years at time of publication
|
|
21
|
+
|
|
22
|
+
## Manager Talent Distribution
|
|
23
|
+
|
|
24
|
+
Approximately one in ten people possess the natural talent required for effective management. The research indicates that "about 18% of those currently in management roles demonstrate a high level of talent for managing others," while an additional 20% show basic managerial capability.
|
|
25
|
+
|
|
26
|
+
## Performance Impact
|
|
27
|
+
|
|
28
|
+
Organizations where managers demonstrate high talent see measurable results: "they contribute about 48% higher profit to their companies than average managers do."
|
|
29
|
+
|
|
30
|
+
## Key Challenge
|
|
31
|
+
|
|
32
|
+
The article emphasizes that conventional hiring practices fail to identify managerial talent effectively. Companies frequently promote based on prior job performance or tenure rather than assessing natural management aptitude — a critical distinction since succeeding in a technical role does not predict management success.
|
|
33
|
+
|
|
34
|
+
Gallup's research finds that companies miss identifying talented managers in 82% of hiring decisions for management positions.
|
|
35
|
+
|
|
36
|
+
## Central Insight
|
|
37
|
+
|
|
38
|
+
Since most organizations maintain roughly one manager per ten employees, sufficient latent managerial talent likely exists within existing workforces, awaiting discovery through systematic talent assessment. "Management talent exists in every company."
|
|
39
|
+
|
|
40
|
+
[TRUNCATED — see source_url for full article text, methodology, and additional findings]
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
source_url: https://www.gallup.com/workplace/697904/state-of-the-global-workplace-global-data.aspx
|
|
3
|
+
source_type: website
|
|
4
|
+
extracted_by: claude
|
|
5
|
+
extracted_on: 2026-05-20
|
|
6
|
+
feeds_reference: gallup_engagement-research
|
|
7
|
+
extraction_note: WebFetch returned structured summaries. Quoted text uses quotation marks only where the tool returned text in quotes (indicating likely verbatim). Supadata was rate-limited. See source_url for full page.
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# State of the Global Workplace | 2026 Global Data Summary
|
|
11
|
+
|
|
12
|
+
## Key Findings Overview
|
|
13
|
+
|
|
14
|
+
The 2026 report presents data collected from January through December 2025. According to Gallup's research, "20% of employees worldwide were engaged at work" in 2025. Additionally, global employee wellbeing showed improvement, rising to 34% after remaining stagnant for two years prior.
|
|
15
|
+
|
|
16
|
+
Regarding emotional experiences, the data indicates that "40% of employees globally experienced stress a lot of the previous day." Stress levels, along with reported anger and sadness, remain elevated compared to pre-pandemic benchmarks. Job market perceptions improved, with 52% of workers indicating it is "a good time to find a job where they live."
|
|
17
|
+
|
|
18
|
+
## Employee Engagement Data
|
|
19
|
+
|
|
20
|
+
The engagement metric reveals a concerning trend. The report shows engagement dropped from 21% in 2024 to 20% in 2025, representing a decline after reaching a historic peak of 23% in 2022–2023. Sixty-four percent of employees are classified as not engaged, while 16% are actively disengaged.
|
|
21
|
+
|
|
22
|
+
Engagement varies significantly by demographic factors:
|
|
23
|
+
|
|
24
|
+
- Female employees show 21% engagement versus 19% for male employees
|
|
25
|
+
- Managers demonstrate 22% engagement compared to 19% among individual contributors
|
|
26
|
+
- Remote work arrangements correlate with higher engagement (30% exclusively remote versus 17% on-site non-remote-capable)
|
|
27
|
+
|
|
28
|
+
Regional disparities are substantial, ranging from 31% in the United States and Canada down to 12% in Europe.
|
|
29
|
+
|
|
30
|
+
## Employee Life Evaluation (Wellbeing)
|
|
31
|
+
|
|
32
|
+
Thirty-four percent of employees globally are thriving in their life evaluation, marking recovery from previous declines. Fifty-six percent are struggling, and 9% are suffering.
|
|
33
|
+
|
|
34
|
+
Thriving percentages by demographic:
|
|
35
|
+
|
|
36
|
+
- Female employees: 37% thriving
|
|
37
|
+
- Male employees: 33% thriving
|
|
38
|
+
- Managers: 40% thriving versus 32% for individual contributors
|
|
39
|
+
- Hybrid and on-site remote-capable workers: 45% thriving each
|
|
40
|
+
|
|
41
|
+
Latin America and the Caribbean lead regionally at 56% thriving, while South Asia and Sub-Saharan Africa report the lowest rates (16% and 18% respectively).
|
|
42
|
+
|
|
43
|
+
## Daily Emotional Experiences
|
|
44
|
+
|
|
45
|
+
**Stress:** Forty percent of workers experience significant daily stress, with women reporting 43% versus men at 39%. Managers report higher stress (45%) than individual contributors (39%). Hybrid and on-site remote-capable positions show 46% stress rates.
|
|
46
|
+
|
|
47
|
+
**Anger:** Twenty-two percent experience daily anger globally, with relatively equal gender distribution. South Asia and Middle East/North Africa regions report the highest anger levels at 31% and 30% respectively.
|
|
48
|
+
|
|
49
|
+
**Sadness:** Twenty-three percent report daily sadness, with female employees at 24% and male at 23%. South Asia shows the highest rate at 36%.
|
|
50
|
+
|
|
51
|
+
**Loneliness:** Twenty-two percent experience daily loneliness, with remote and hybrid workers reporting 24% compared to 18% among on-site remote-capable employees.
|
|
52
|
+
|
|
53
|
+
## Job Climate Perception
|
|
54
|
+
|
|
55
|
+
Fifty-two percent of employees globally believe it is a good time to find a job in their area. This metric shows relative stability, having fluctuated between 51–54% over the past three years.
|
|
56
|
+
|
|
57
|
+
By demographic breakdown:
|
|
58
|
+
|
|
59
|
+
- Gender shows no meaningful difference (52% both)
|
|
60
|
+
- Managers report 57% positive perception versus 49% for individual contributors
|
|
61
|
+
- Hybrid workers most optimistic at 56%
|
|
62
|
+
|
|
63
|
+
Southeast Asia leads regionally at 64%, while the Middle East and North Africa trail at 36%.
|
|
64
|
+
|
|
65
|
+
## Methodology
|
|
66
|
+
|
|
67
|
+
The data derive from Gallup's World Poll, which has surveyed adult populations across more than 160 countries since 2005. The 2025 dataset included 263,810 respondents, with 141,444 employed individuals represented.
|
|
68
|
+
|
|
69
|
+
Gallup employs probability-based sampling with weighting to ensure national representativeness and minimize bias. Surveys are administered via face-to-face interviews, telephone, or web-based methods depending on country-specific protocols.
|
|
70
|
+
|
|
71
|
+
The margin of sampling error for global employed adults ranges from ±0.05 to ±0.08 percentage points at the 95% confidence level. Regional margins ranged from ±0.26 to ±2.37 percentage points, while country-level margins reached ±0.25 to ±7.07 percentage points.
|
|
72
|
+
|
|
73
|
+
[TRUNCATED — see source_url for full interactive data tables and charts]
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
source_url: https://www.gallup.com/workplace/349484/state-of-the-global-workplace.aspx
|
|
3
|
+
source_type: website
|
|
4
|
+
extracted_by: claude
|
|
5
|
+
extracted_on: 2026-05-20
|
|
6
|
+
feeds_reference: gallup_engagement-research
|
|
7
|
+
extraction_note: WebFetch and Supadata scrape both returned structured summaries rather than raw page HTML. Quoted text below uses quotation marks only where the tool returned text in quotes (indicating likely verbatim). Unquoted statistics are as reported by the tool. Supadata was rate-limited. See source_url for full page.
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# State of the Global Workplace 2026 — Annual Report Landing Page
|
|
11
|
+
|
|
12
|
+
## Key Findings
|
|
13
|
+
|
|
14
|
+
**Global Employee Engagement Crisis**
|
|
15
|
+
|
|
16
|
+
Global employee engagement "fell to 20% in 2025, its lowest level since 2020," representing a decline from the 23% peak in 2022–2023. This downturn cost "the world economy an estimated $10 trillion in lost productivity."
|
|
17
|
+
|
|
18
|
+
**Manager Engagement Collapse**
|
|
19
|
+
|
|
20
|
+
Manager engagement dropped significantly, falling "by nine points" since 2022, declining from 31% to 22%. The largest year-over-year drop occurred between 2024–2025 when it decreased five points from 27% to 22%.
|
|
21
|
+
|
|
22
|
+
**Job Market Perceptions Improve Slightly**
|
|
23
|
+
|
|
24
|
+
Employee perceptions about job availability improved modestly in 2025 to 52%, up one point from the previous year, though still below the 2019 peak of 55%.
|
|
25
|
+
|
|
26
|
+
**Wellbeing Shows First Improvement**
|
|
27
|
+
|
|
28
|
+
Global employee wellbeing improved for the first time in three years, rising to 34% in 2025 from 33% in 2024.
|
|
29
|
+
|
|
30
|
+
**Regional Variation**
|
|
31
|
+
|
|
32
|
+
South Asia experienced the steepest engagement decline at negative five points, with no global region showing improvement. Notably, within best-practice organizations, 79% of managers remained engaged — nearly quadruple the global average.
|
|
33
|
+
|
|
34
|
+
**AI Adoption Insights**
|
|
35
|
+
|
|
36
|
+
While 65% of U.S. workers report AI positively impacted individual productivity, only 12% strongly agree it transformed organizational work methods. Manager support proves critical — employees with supportive managers are 8.7 times likelier to report AI transformed their workplace.
|
|
37
|
+
|
|
38
|
+
## Methodology
|
|
39
|
+
|
|
40
|
+
Data comes from the Gallup World Poll (2009–2025), encompassing 5.75 million total respondents (2.62 million employed). The 2025 data includes 263,810 respondents (141,444 employed) surveyed January–December 2025 across 140+ countries.
|
|
41
|
+
|
|
42
|
+
[TRUNCATED — see source_url for full page text including charts, regional breakdowns, and interactive data]
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
source_url: https://leilahormozi.com/p/the-art-of-delegation
|
|
3
|
+
source_type: website
|
|
4
|
+
extracted_by: claude
|
|
5
|
+
extracted_on: 2026-05-20
|
|
6
|
+
feeds_reference: hormozi-leila_4-stages
|
|
7
|
+
extraction_method: curl + bs4 (verbatim)
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# The Art of Delegation
|
|
11
|
+
## Leila Hormozi — leilahormozi.com, Dec 3, 2025
|
|
12
|
+
|
|
13
|
+
[INTERNAL MEMO]
|
|
14
|
+
|
|
15
|
+
The Art of Delegation
|
|
16
|
+
|
|
17
|
+
Team,
|
|
18
|
+
|
|
19
|
+
I want to share something that took me wayyy too long to figure out.
|
|
20
|
+
|
|
21
|
+
When I first started hiring people, I tried to delegate **everything** at once. It was complete chaos.
|
|
22
|
+
|
|
23
|
+
I'd hand someone a project, disappear, and come back to find... nothing like what I expected. Or worse, nothing at all :)
|
|
24
|
+
|
|
25
|
+
So I'd take it back. Do it myself. Tell myself "nobody can do this like me."
|
|
26
|
+
|
|
27
|
+
Sound familiar?
|
|
28
|
+
|
|
29
|
+
Here's what nobody tells you about delegation: Most people don't get as much work done as they'd like because they don't know HOW to delegate.
|
|
30
|
+
|
|
31
|
+
They think delegation is **binary** — either **you** do it or **someone else** does.
|
|
32
|
+
|
|
33
|
+
But after years of getting this wrong, I finally understood there are actually four distinct stages of delegation. And here's the kicker:
|
|
34
|
+
|
|
35
|
+
Everyone typically jumps to stage 4, but in reality, you need to stair-step your way there.
|
|
36
|
+
|
|
37
|
+
Let me break down the framework that changed everything for how I lead:
|
|
38
|
+
|
|
39
|
+
## Stage 1: Investigation
|
|
40
|
+
|
|
41
|
+
You delegate the research process to someone and have them summarize their findings to you.
|
|
42
|
+
|
|
43
|
+
Example: "Go research three manufacturers for our product line and bring me a report."
|
|
44
|
+
|
|
45
|
+
You're not asking them to make decisions. You're asking them to gather information. This is where trust begins.
|
|
46
|
+
|
|
47
|
+
## Stage 2: Informed Progress
|
|
48
|
+
|
|
49
|
+
You delegate a task, then the teammate gives you regular updates at specific milestones.
|
|
50
|
+
|
|
51
|
+
Example: "Set up our influencer marketing campaign and check in with me at these three points so I can give feedback."
|
|
52
|
+
|
|
53
|
+
They're executing, but you're still in the loop. You're building their confidence and yours.
|
|
54
|
+
|
|
55
|
+
## Stage 3: Informed Results
|
|
56
|
+
|
|
57
|
+
You give a task to your teammate. They update you once it's complete. No action required on your behalf until delivery is done.
|
|
58
|
+
|
|
59
|
+
Example: "Launch the new product line. I don't need updates. Just bring me the results when it's done."
|
|
60
|
+
|
|
61
|
+
They own the process. You just see the outcome.
|
|
62
|
+
|
|
63
|
+
## Stage 4: Complete Ownership
|
|
64
|
+
|
|
65
|
+
You assign a task/project and don't need any further reporting.
|
|
66
|
+
|
|
67
|
+
Example: "This is your department now. Run it as if it's your own company."
|
|
68
|
+
|
|
69
|
+
This is ownership — where that person's not just owning the task, but they're owning the outcome without any oversight from you at all.
|
|
70
|
+
|
|
71
|
+
## The mistake everyone makes:
|
|
72
|
+
|
|
73
|
+
You can't go from doing everything yourself straight to Stage 4. That's like teaching someone to swim by throwing them in the ocean. Not gonna f*ckin work! (atleast for most of us lol)
|
|
74
|
+
|
|
75
|
+
Each person starts at Stage 1 on each task. As they prove themselves, you move them up. Some people on some tasks might never get past Stage 2. That's fine. Others will race to Stage 4 in weeks.
|
|
76
|
+
|
|
77
|
+
The point is: **You must earn each stage with each person on each task.**
|
|
78
|
+
|
|
79
|
+
Think about it… if someone came to you today with zero context and said "just own this completely," you'd probably fail too. Not because you're incompetent, but because you don't have the foundation yet.
|
|
80
|
+
|
|
81
|
+
So here's what I want you to do this week:
|
|
82
|
+
|
|
83
|
+
Look at everything on your plate. Pick ONE thing you've been meaning to delegate but haven't because "nobody can do it like you."
|
|
84
|
+
|
|
85
|
+
Start them at Stage 1. Just investigation. See what happens.
|
|
86
|
+
|
|
87
|
+
Because here's the truth: The team you want is on the other side of learning to let go in stages, not all at once.
|
|
88
|
+
|
|
89
|
+
Have a great week 🙏🏼
|
|
90
|
+
|
|
91
|
+
-Leila
|