From let-people-grow
The library of 1:1 and development-conversation practices (coaching arcs, feedback models, career & growth structures, relational lenses). Use to list, explain, recommend, or ground a 1:1 prep in proven practice. Extensible — add a practice by dropping a markdown file in practices/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/let-people-grow:conversation-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A curated, extensible library of **1:1 and development-conversation practices**, one markdown file per
practices/_TEMPLATE.mdpractices/care-and-challenge.mdpractices/career-conversation.mdpractices/coaching-habit-questions.mdpractices/delegation-levels.mdpractices/energy-check-in.mdpractices/four-player-model.mdpractices/grow-model.mdpractices/high-stakes-conversation.mdpractices/nonviolent-communication.mdpractices/situation-behavior-impact.mdpractices/strengths-spotting.mdpractices/their-agenda-first.mdA curated, extensible library of 1:1 and development-conversation practices, one markdown file per
practice in practices/. This skill is the grounding source for the prep and growth agents and a
browsable reference for the manager/coach.
prep agent suggests questions or a shape for a 1:1, it cites a
practice that exists here.Practices are cited by slug — the filename without .md. Examples: grow-model,
situation-behavior-impact, career-conversation. A prep is "grounded" only if every cited slug
resolves to a practices/<slug>.md in this skill.
practices/_TEMPLATE.md to practices/<kebab-slug>.md.practices/*.md and pick it up.Each practice is YAML frontmatter (machine-readable) followed by a markdown body (the rich detail).
Frontmatter fields:
slug (== filename) · name · type (arc | feedback | career | lens | check-in) ·
source · source_url · use_when (freeform tags — the situations this fits) · cadence
(any | periodic | as-needed) · tags (optional).
type meanings: arc = a shape for a whole conversation; feedback = a model for giving or
receiving feedback; career = a growth/development structure; lens = a way of reading what's
happening (no fixed steps); check-in = a short opener/temperature read.
Body sections: Purpose · When to use · Steps (or "How to read", for lenses) · What to listen for · Pitfalls · Note for the manager.
To recommend a structure for a moment, filter on frontmatter first, then judge fit from the body:
use_when / tags match what's going on (a stalled goal, a charged topic…).type: lens entry as a way to read the conversation, never as a script to run.write-as-if-they-read-it principle.Every practice file is an original, attributed summary — our own words describing a method, never a
reproduction of the source's text, question sets, worksheets, or branded materials. Full per-source
attribution, trademark, and rights status live in NOTICE.md. The whole repository
is MIT — none of these sources are Creative-Commons-licensed, so nothing imposes ShareAlike; the
summaries are our own. Underlying methods and trademarks belong to their originators; inclusion is
descriptive and implies no affiliation or endorsement. When adding a method, follow the four
gates in NOTICE.md.
Grouped by type; cite by slug.
type: arc)| Slug | Good for |
|---|---|
grow-model | A whole coaching conversation: Goal → Reality → Options → Will |
coaching-habit-questions | Staying curious before advising — the "and what else?" reflex |
their-agenda-first | The default 1:1 shape — their topics drive, you facilitate |
high-stakes-conversation | A high-stakes, high-emotion talk where the relationship is at risk |
type: feedback)| Slug | Good for |
|---|---|
situation-behavior-impact | Specific, non-character feedback grounded in one moment |
care-and-challenge | Calibrating feedback on two axes: care personally AND challenge directly |
nonviolent-communication | Defusing a charged exchange: observation/feeling/need/request |
type: career)| Slug | Good for |
|---|---|
career-conversation | The "where are you going" talk, separate from status |
delegation-levels | Growing someone by handing off at the right altitude |
strengths-spotting | Naming and deploying what someone is already good at |
| Slug | Source | Good for |
|---|---|---|
four-player-model | Kantor/Acker | Lens: read why a conversation is stuck (Move/Follow/Oppose/Bystand) |
energy-check-in | — | Check-in: a fast, honest read on how someone is actually doing |
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub letpeoplework/letpeoplegrow --plugin let-people-grow