Sandbox
@cbrock84/headcount

Claude Code plugin bundle for department skills

headcount packages a company-style organization for Claude Code: a CEO layer, 16 departments, and many skills that load when a request matches. It is designed so you install only the departments you need, rather than loading the whole catalog at once.

1,350 stars207 forksMarkdownUpdated 14d ago
Headcount: a Claude Code setup where agents are split by which files they own, not by topic
Github Awesome9.7k views • 15 days ago

Videos about this repo

Who it's for

Builders who run Claude Code and want department-specific agent behavior they can install and delegate.

What it delivers

You can ask for a business, product, security, or technology lens and get the right specialist without re-writing the same prompt every time.

What it does

Independent department installs

Each department is a separate plugin, so you can add only the areas your project needs.

Skill namespaced by department

Skills are addressed as `department:skill`, which keeps names distinct across departments.

Auto-loading skills

Skills load when a request matches their territory, so the right specialist engages without manual routing.

Subagent charters

Each department ships an agent charter in `.claude/agents/`, so it can be delegated as a subagent with its own write surface.

Interactive org chart

The docs include a searchable org chart that lets you open departments and jump to source.

Use-case guides

The documentation walks through cross-department situations and shows what comes back from each specialist.

How to get it

  1. 1Run
    /plugin marketplace add cbrock84/headcount
    /plugin install security@headcount

README

headcount

Add a department, not a prompt.

Built for Claude Code 16 departments 172 skills MIT licensed PRs welcome

The headcount org chart — 16 departments, 172 skills, searchableThe headcount org chart — 16 departments, 172 skills, searchable

Open the interactive org chart — search every skill, open a department, jump to the source.

An agent organization for Claude Code, structured as a company: a chief executive over 16 departments, 172 skills in total.

Every department is an independently installable plugin, so a project loads only the functions it needs rather than all of them at once.

Install

/plugin marketplace add cbrock84/headcount
/plugin install security@headcount

Install as many departments as the project needs. Skills are addressed as department:skillsecurity:threat-modeling, finance:unit-economics — so names never collide.

Use

Skills load themselves when a request matches. Ask a question in the department's territory and the right specialist engages:

You askWhat loads
"why isn't this landing page converting?"demand-generation:landing-page-cro-expert
"review this design before we build it"security:threat-modeling
"can we afford this hire?"finance:unit-economics
"our growth has stalled"executive:business-growth-consultant

Invoke one directly by name when you want a specific lens: /finance:financial-modeling.

New to this? docs/GETTING-STARTED.md covers which departments to install first, the three ways to invoke a skill, and what reviewer-class departments do differently.

Eleven situations that cross departments — a SOC 2 demand from an enterprise prospect, a link down between two sites, a renewal that auto-renewed because nobody owned the date — are worked through end to end in docs/USE-CASES.md, including what comes back and where a reviewer-class department stops the work rather than adding an opinion.

Each department also ships an agent charter in .claude/agents/, so a department can be delegated to as a subagent with its own exclusive write surface.

Departments

Office of the CEO (Chief Executive) — 7 skills
SkillWhat it does
agent-hierarchyDesigns orchestrator-and-subagent hierarchies for a repository — splitting agents by exclusive write surface, pairing every producer with an independent auditor, an….
ai-research-analystProduces executive-level research — market sizing, competitor mapping, trend analysis, and strategic intelligence — grounded in cited sources with the confidence in….
business-growth-consultantFinds the single constraint currently limiting a business's growth and the highest-leverage moves against it, rather than producing a list of everything that could….
ceo-advisorPressure-tests a decision, plan, or idea before it is committed to — surfacing the assumption it rests on, the case against it, and what would have to be true for i….
chief-executiveSets direction, allocates capital and attention, and makes the calls no one else can make.
fundraising-and-investor-relationsRaises capital and manages the relationship afterward — deciding how much and why, understanding what dilution and preferences actually cost, running a process with….
saas-idea-validatorEvaluates a software or startup idea against problem, market, competition, monetization, defensibility, and execution, and returns a verdict rather than encourageme….
Technology (CTO / CIO) — 19 skills
SkillWhat it does
ai-workflow-architectDesigns AI systems, automations, and agent workflows for a business — identifying which manual work is worth automating, how to structure the system, which tools fi….
api-designDesigns interfaces that survive their consumers — resource modeling, errors, versioning, pagination, and compatibility.
branch-and-worktree-workflowIsolates feature work in its own branch or worktree and integrates it cleanly when done.
chief-technology-officerOwns architecture, engineering delivery, infrastructure, data platform, and internal systems.
cloud-infrastructureDesigns and runs cloud infrastructure — environments, infrastructure as code, networking and isolation, scaling, and cost.
code-reviewConducts and responds to code review — reviewing a change for correctness, design, and risk, and evaluating review feedback received on your own work.
completion-verificationVerifies that work is actually complete before it is claimed to be — running the checks, reading the output, and confirming the original request was satisfied rathe….
data-migrationMoves data from one system to another without losing it or corrupting it — profiling the source before mapping, deciding between big-bang and parallel-run cutover,….
implementation-planningTurns a spec or requirement into a written plan a separate session or agent can execute, then drives that plan through review checkpoints.
observability-and-reliabilityMakes systems debuggable and reliably operable — instrumentation, alerting that is worth waking for, service objectives, and learning from failure.
parallel-agent-deliverySplits work across multiple agents or sessions running at once, keeping their surfaces disjoint so results merge cleanly.
prompt-optimizerTurns rough intent or a weak prompt into a reliable one — diagnosing why output is inconsistent, restructuring the instruction, and adapting it across models.
release-and-deploymentShips changes safely and often — pipelines, deployment strategies, feature flags, rollback, and database changes.
skill-authoringWrites and revises agent skills so they trigger at the right moments and give usable instruction when they do.
solution-architectureDesigns system structure and makes architectural decisions defensible — boundaries, coupling, trade-offs, and recording why.
solution-explorationExplores the problem and the range of possible approaches before any code is written — clarifying what is actually being asked, surfacing options with their tradeof….
systematic-debuggingFinds the root cause of a bug, test failure, or unexpected behavior before proposing any fix.
technical-debt-managementMakes technical debt visible and decidable — distinguishing real debt from mess, quantifying its cost, and arguing for remediation in business terms.
test-driven-developmentDrives implementation by writing a failing test first, then the smallest code that passes it.
Security (CISO) — 8 skills · **reviewer-class**
SkillWhat it does
access-and-identityDesigns and audits who can reach what — authentication, authorization models, privileged access, service credentials, and joiner-mover-leaver process.
chief-information-security-officerOwns the security posture of the organization — architecture, program strategy, risk acceptance, incident command, and the authority to stop work that creates unacc….
data-protection-and-encryptionProtects data itself rather than the systems around it — classifying what you hold, encrypting in transit and at rest and understanding what each actually defends a….
detection-and-monitoringBuilds the capability to notice an attack in progress — deciding what to log and retain, centralizing it somewhere tamper-resistant, writing detections that fire on….
incident-responseRuns a security incident from detection to closure — triage, containment, investigation, communication, and the review afterward.
security-architecture-reviewReviews a design or change for security before it ships — authentication and authorization, data handling, secrets, dependencies, and the secure-development practic….
threat-modelingIdentifies what could go wrong in a system before it is built or changed — the assets worth attacking, the entry points, the trust boundaries, and the controls that….
vulnerability-managementRuns the loop from discovering a weakness to confirming it is fixed — scanning, triage, prioritization by real exploitability, remediation tracking, and patch policy.
IT Operations (CIO) — 12 skills
SkillWhat it does
backup-and-recoveryProtects and restores data — backup coverage and scope, retention, immutability against ransomware, and proving restores actually work.
chief-information-officerThe CIO's remit — running the technology the company works on, service quality, IT spend, and the boundary with product engineering.
cloud-administrationAdministers the cloud the company runs on rather than the one it sells — tenant and subscription structure, the SaaS estate and who owns each app, identity as the r….
collaboration-platform-administrationAdministers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing….
endpoint-managementManages laptops, desktops and mobile devices — enrollment, configuration, patching, software distribution, and lost or compromised devices.
identity-lifecycle-administrationExecutes joiner, mover and leaver processes — provisioning, group membership, access changes on role change, and complete deprovisioning.
it-asset-managementTracks hardware and software assets through their life — procurement, ownership, licensing, refresh, and disposal.
network-administrationDesigns and operates the corporate network — segmentation, remote access, wireless, DNS and addressing, and diagnosing network problems.
service-deskRuns the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it.
systems-administrationRuns servers and corporate systems — patching, configuration baselines, change control, capacity, and the routine that prevents incidents.
telephony-and-conferencingRuns voice and meeting infrastructure — phone systems and numbers, emergency calling obligations, conference rooms and their AV, call recording and its retention co….
virtualization-operationsRuns the hypervisor layer beneath the servers — host capacity and consolidation ratios, VM sprawl, snapshot discipline, resilience and live migration, and licensing….
Product (CPO) — 11 skills
SkillWhat it does
brand-identityDefines and applies visual brand — logo usage, palette, typography, imagery direction, and the guidelines that keep expression consistent across product and marketi….
chief-product-officerOwns what gets built and why: product strategy, roadmap, discovery, user experience, and the definition of success for each release.
design-stylesApplies a deliberate visual direction to an interface — minimalist editorial, industrial utilitarian, or high-polish commercial — each with its own type scale, pale….
design-systemBuilds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep the….
interface-craftRaises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a gen….
interface-redesignUpgrades an existing interface to a higher standard without rebuilding it — auditing what is there, identifying what reads as generic or unfinished, and sequencing….
presentation-designDesigns slide decks and one-pagers that carry an argument rather than decorate one — deck structure, headlines that state the takeaway, charts that make a single po….
product-discoveryFinds out whether a problem is real and a solution would work, before building it — recruiting the right people, interviewing without leading them, separating what….
product-requirementsWrites down what is being built so a team can build it and know when they are done — problem and success measure before solution, scope stated by exclusion, user-vi….
ux-product-auditorAudits a website, app, onboarding flow, or design for usability, conversion, and product problems, tying every finding to a business outcome and a severity.
visual-reference-generationProduces design reference imagery before implementation — screen concepts, layout directions, and flows for web or mobile that make a verbal brief concrete enough t….
Marketing (CMO) — 19 skills
SkillWhat it does
behavioral-marketingApplies decision science and cognitive bias research to marketing and product decisions — how people actually choose under uncertainty, and how framing, defaults, s….
brand-voiceCaptures how a person or brand actually writes and turns it into reusable voice instructions every other content skill draws from.
chief-content-officerRuns content as an operation — the production pipeline, editorial calendar, repurposing engine, competitive content intelligence, and audits of what already exists.
chief-marketing-officerOwns brand, demand generation, content, communications, and how the market understands what the business does.
content-strategyDecides what content to make and why — topic territory, format mix, cadence, and how content connects to a business outcome rather than to traffic.
customer-researchPlans, runs, and synthesizes customer research — interviews, surveys, win-loss analysis, and message testing — into findings that change decisions.
events-and-field-marketingPlans and runs events that produce pipeline — conferences, trade shows, webinars, field programs, and measuring whether any of it worked.
marketing-campaign-plannerDesigns a coordinated multi-channel campaign or product launch around one story — objective, message, channel sequencing, timeline, assets, and the checklist that g….
marketing-copywritingWrites and edits marketing copy for any surface — homepage, product and pricing pages, ads, emails, and collateral — and sharpens existing copy that is not working.
marketing-planningBuilds the marketing plan of record — objectives, channel mix, budget allocation, sequencing, and the measurement that says whether it worked.
newsletter-writerWrites and edits newsletters and marketing emails people actually open — subject lines, opening, structure, voice, and the conversion turn where there is one.
partnership-marketingBuilds reach through other people's audiences — co-marketing partnerships, creator and influencer programs, and community building.
positioning-and-messagingEstablishes what a product is understood to be, for whom, and instead of what — then turns that into the messaging every other surface inherits.
product-launchTakes something built and gets it into the market — tiering the launch to match what it actually warrants, sequencing internal readiness before external announcemen….
public-relationsPlans and executes earned media — press strategy, journalist outreach, announcements, commentary, and crisis response.
social-post-craftWrites, structures, and evaluates social posts end to end — hooks, body, formatting for how each platform renders, and a quality check before publishing.
video-contentPlans and scripts short-form and long-form video, and designs the packaging — titles, thumbnails, and openings — that determines whether it gets watched.
visual-contentDesigns and directs the visual assets that carry content — carousels, infographics, quote graphics, diagrams, and social imagery — including the generation prompts….
youtube-producerPlans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video….
Demand Generation (CMO) — 12 skills
SkillWhat it does
account-based-marketingConcentrates marketing and sales effort on a named set of accounts rather than on volume — qualifying whether the model fits your economics at all, building the acc….
ai-search-optimizationOptimizes for AI assistants and AI-generated answers — being retrievable, being cited, and being represented accurately when a model answers on your behalf.
app-store-optimizationImproves visibility and conversion in the App Store and Google Play — metadata, keywords, screenshots, ratings, and the listing experience that turns an impression….
experimentationDesigns, runs, and reads A/B tests and growth experiments — hypothesis, sample size, duration, and honest interpretation.
landing-page-cro-expertAudits and rewrites landing pages, homepages, and sales pages to increase conversion — diagnosing why a page is not converting, rewriting headlines, hero copy and c….
lead-captureConverts anonymous traffic into known contacts — lead magnets, gated content, free tools, popups, and the forms behind them.
lifecycle-messagingDesigns automated email and SMS programs — welcome and onboarding sequences, nurture, re-engagement, transactional messaging, and the timing and segmentation behind….
listing-distributionGets a product listed where buyers and crawlers look — directories, marketplaces, review sites, comparison pages, and aggregators.
marketing-analyticsSets up, audits, and reports on marketing measurement — tracking plans, event schemas, attribution models, and the dashboards built on them.
paid-advertisingPlans, runs, and optimizes paid acquisition across search, social, and display — account structure, targeting, creative, bidding, budget, and the analysis that says….
programmatic-seoBuilds large sets of search-targeted pages from a template and a dataset — the location, comparison, integration, and use-case pages that capture long-tail demand a….
seo-strategyAudits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine wh….
Revenue (CRO) — 10 skills
SkillWhat it does
activationGets new users from signup to first real value — signup flow, onboarding, time-to-value, and the early experience that determines whether someone becomes a user or….
chief-revenue-officerOwns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships.
deal-negotiationNegotiates a commercial deal without giving away the terms that matter — preparing your walk-away and theirs, trading concessions rather than conceding them, recogn….
outbound-prospectingFinds, qualifies, and reaches prospects through cold outreach — list building, qualification criteria, cold email and multi-channel sequences, and the follow-up tha….
pricing-and-packagingSets price, structures packages and tiers, and designs the monetization surfaces that carry them — upgrade paths, paywalls, and offer construction.
referral-programsDesigns and improves referral, affiliate, and word-of-mouth programs — incentive structure, mechanics, timing, and fraud control.
retentionDiagnoses and reduces churn — cancellation flows, save offers, failed-payment recovery, at-risk detection, and the product and service causes underneath.
revenue-operationsRuns the mechanics of the revenue engine — lead lifecycle definitions, routing, CRM hygiene, forecasting process, pipeline reporting, and the marketing-to-sales han….
sales-compensation-and-territoryDesigns quotas, territories and commission plans that produce the behavior the business needs — sizing territories against real potential, setting quotas people can….
sales-enablementBuilds what a sales team needs to sell — pitch decks, one-pagers, objection handling, competitive battlecards, demo scripts, and case studies.
Finance (CFO) — 13 skills
SkillWhat it does
budgeting-and-forecastingRuns the planning cycle — annual budget, rolling forecast, consolidation of business unit inputs, and the variance analysis that explains actuals against plan.
capital-allocationEvaluates where to spend limited capital — investment appraisal, hurdle rates, payback, and comparing proposals that are not alike.
capital-structure-and-covenantsDecides how the business is financed and what that financing then requires of it — debt versus equity, weighted average cost of capital as a hurdle rate, how much l….
chief-financial-officerOwns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on.
cost-accountingEstablishes what something actually costs — fixed, variable and mixed cost behavior, absorption versus variable costing, job-order, process and activity-based metho….
financial-modelingBuilds and stress-tests financial models for forecasting, scenario planning, and decision support — revenue build, cost structure, driver logic, and the sensitiviti….
financial-reporting-and-closeRuns the period-end close and produces reporting — close calendar, reconciliations, accruals, variance analysis, and reporting that gets read.
financial-statement-analysisReads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, s….
internal-controls-and-auditDesigns and tests controls over financial reporting — segregation of duties, approval limits, evidence, and preparing for audit.
revenue-recognitionDetermines when and how revenue is recognized — performance obligations, contract terms that change the answer, and the deal structures that create accounting probl….
taxStructures the tax questions a growing business faces — corporate income, sales and use, payroll, nexus, and the obligations created by hiring or selling somewhere….
treasury-and-liquidityManages cash and liquidity — cash forecasting, runway, working capital, banking structure, and currency and counterparty exposure.
unit-economicsEstablishes whether the business makes money on each customer or unit — contribution margin, acquisition cost, payback period, lifetime va

Files in the repo

Repository payload11 top-level entries
  • .claude
  • .claude-plugin
  • .github
  • docs
  • plugins
  • scripts
  • .gitattributes
  • .gitignore
  • CONTRIBUTING.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k