A Claude Code plugin: management practices from Scaling People (Claire Hughes Johnson, Stripe Press 2023) as invokable skills. Use these at decision points — producing the founding documents, OKRs, charters, reviews, and conversation preps the book teaches — not as a substitute for reading the book.
Six top-level "router" skills, one per chapter, plus 49 sub-skills.
| Router | Chapter | Sub-skills |
|---|---|---|
operating-principles |
Ch 1 — Essential Operating Principles | 4 (built) |
org-foundations-and-planning |
Ch 2 — Foundations and Planning | 14 (built) |
hiring |
Ch 3 — A Comprehensive Hiring Approach | 8 (built) |
team-development |
Ch 4 — Intentional Team Development | 9 (built) |
feedback-and-performance |
Ch 5 — Feedback and Performance Mechanisms | 11 (built) |
manager-self |
Conclusion — You | 3 (built) |
All 49 sub-skills are built. Each is grounded in a specific section of the book and supports three modes (teach / draft / polish).
Five good first runs covering different moments:
/klick-management:self-awareness-assessment— the grounding work the rest of the library assumes. Run once when starting a new role or as a periodic check-in./klick-management:write-team-charter— produces a complete team charter in 5-10 minutes. Fastest way to feel the library./klick-management:prep-qbr— populates a full QBR doc from the book's outline./klick-management:prep-to-say-the-hard-thing— 5-min prep before a difficult conversation./klick-management:run-career-conversation— prep + structure for a development conversation with a direct report.
Each sub-skill supports three modes:
teach— Socratic walk-through (10-20 min); good first timedraft— 3-5 intake questions → first draft → refinement (5-10 min); defaultpolish— paste a rough version → critique → polished (2-5 min); fastest
This repo is both the plugin source and a one-plugin marketplace named scaling-people. Install in Claude Code in two steps.
1. Add the marketplace (one-time):
/plugin marketplace add alfwhitehead/scaling-people
Or edit ~/.claude/settings.json and add under extraKnownMarketplaces:
"scaling-people": {
"source": {
"source": "github",
"repo": "alfwhitehead/scaling-people"
}
}2. Install and enable the plugin:
/plugin install klick-management@scaling-people
Or add to ~/.claude/settings.json under enabledPlugins:
"klick-management@scaling-people": trueThen restart Claude Code.
Updating to a new version: /plugin marketplace update scaling-people then restart. Tagged releases (v1.0.0, etc.) on GitHub mark stable points.
Local development install (for editing skills against a checked-out clone): see dev/README.md — uses a separate scaling-people-local marketplace pointing at your local working tree.
See docs/superpowers/specs/2026-05-27-klick-management-skill-library-design.md. The "Methodology" section explains how the book was broken down into skills and how additional books can be blended in later.
python3 klick-management/scripts/validate-skills.py
Runs on every skill: checks frontmatter, naming, and required body structure (router / stub / built sub-skill).
All skill content is derived from and credited to Scaling People: Tactics for Management and Company Building by Claire Hughes Johnson (Stripe Press, 2023). This plugin is a working aid, not a substitute for the book.
MIT. See LICENSE.