@mattpocockuk: The outrageous effectiveness of Leitwörter I've realised that all of the great skills I've written share one thing in c…
Summary
Matt Pocock introduces the concept of 'Leitwörter' (leading words) — repeated phrases in AI agent skill definitions that guide agent behavior by encoding desired approaches concisely, drawing on examples like 'zone of proximal development' to improve code quality and teaching outcomes.
View Cached Full Text
Cached at: 06/16/26, 05:38 PM
The outrageous effectiveness of Leitwörter
I’ve realised that all of the great skills I’ve written share one thing in common.
They make heavy use of Leitwörter - leading words.
A leitwort comes from literary theory. It’s a repeated word or phrase used throughout a text to establish a theme or anchor meaning.
In skills, a leitwort is a word or phrase the agent uses to guide its own behavior. In other words, it’s a word that leads the agent in a certain direction.
Let’s take the leitwort “zone of proximal development” from my /teach skill. It’s a phrase from the study of education. It means the “zone where the user feels challenged but not overwhelmed”.
I use this only a couple of times throughout the skill’s SKILL.md, but I’ve seen it almost every time the agent invokes the skill.
- “Let me adjust the lesson so it’s in the user’s zone of proximal development.”
- “I’ll read the learning records to establish the user’s zone of proximal development.”
In other words, that single phrase encodes how the agent should behave, in a concise token the agent can itself repeat to reinforce its own behavior.
Not only that, but it also likely tickles the agents’ parameters related to educational research and “being a good teacher”.
For engineering, leading words like “tracer bullets”, “deep modules”, “test seams”, “clean code” are outrageously effective for leading the agent to produce better code.
So a leitwort in AI is any word or phrase you use that appears in the agents’ thinking traces and guides its behavior.
Enjoy finding your own.
If you want to keep up to date with my skills, this is the place:
Exactly the same
I’m doing more thinking about what good skills are and I’ll definitely be encoding that into /write-a-skill once I’m done
You look at my output and you’ll see them everywhere
Similar Articles
mattpocock/skills
This open-source repository provides a composable set of AI agent skills and prompts designed to improve alignment, reduce verbosity, and optimize workflows for coding assistants like Claude Code and Codex.
@nurijanian: my favorite ways to "write requirements" with AI 1. /grill-me by @mattpocockuk https://github.com/mattpocock/skills… 2.…
Discusses favorite tools and methods for writing requirements with AI, highlighting the /grill-me skill by Matt Pocock and a new skill based on business analyst literature to improve alignment and reduce verbosity in AI coding agents.
@mattpocockuk: One thing missing from my skill set is what compound engineering has - the promise that your process improves over time…
A tweet explores the gap in AI skills for process improvement over time, suggesting a potential tool like '/improve-me' to update coding standards and refine agent behaviors.
@mattpocockuk: "Dead prose" is my favourite leading phrase for improving AI writing output. Removing their flair actually makes LLM's …
Matt Pocock shares that using the phrase "Dead prose" helps LLMs produce straightforward technical writing by removing their flair.
@ydarias: I've used this skill from @mattpocockuk and I may say I am pretty impressed with the good results. AI for more than cod…
Ydarias shares his open-source Teach skill, a stateful AI teaching skill that creates missions, resources, lessons, glossaries, and cheat sheets while tracking progress through the zone of proximal development. The skill turned out impressively effective, even teaching him to solve a Rubik's cube.