Back to Discover

han

skill

testdouble

Han: AI skills and agents for "Solo" product engineers and small teams

View on GitHub
217 starsMITSynced Aug 17, 2026

Install to Claude Code

/plugin marketplace add testdouble/han

README

Han: For the Solo Product Engineer

Han is a suite of AI skills and agents for solo (or small-team) product engineers. It combines evidence-based planning, test-driven implementation, full documentation maintenance, deep code review, and architectural analysis into a team of specialists you can dispatch from Claude Code.

What this plugin does

Han turns planning, implementation, review, and documentation work that would normally take a team into a set of deterministic skills you run from Claude Code.

Each skill dispatches specialist agents, such as project managers, adversarial reviewers, investigators, architectural analysts, and testing and security specialists, to do the judgment-heavy work. It then folds their findings into an artifact you can trust.

The skills are designed to compose. You can plan a feature, then plan its implementation, then iterate on the plan, then build it test-first, then review the resulting code, then write the PR description. All through named skills that hand off to each other cleanly.

Read Concepts for the skill-and-agent model that runs through the whole plugin.

For Solo Product Engineers and Small Teams

Han is purpose-built for solo product engineers and small teams, instead of large teams or enterprise. This does not mean it can't work in larger teams, though. Read about why Han's focus is solo product engineers and small teams to understand Han's positioning and what it does not bring to the table.

Installation

Claude Code

Add the Test Double skills marketplace to Claude Code, then install the plugin:

/plugin marketplace add testdouble/han
/plugin install han@han

Han ships as multiple plugins:

PluginTypeWhat it brings
hanparentthe parent plugin that brings in han-communication, han-core, han-documentation, han-research, han-planning, han-coding, han-github, and han-reporting
han-communicationbundledthe foundational plugin beneath every other: the shared readability standard and writing-voice profile, plus the skills and agent that apply them
han-corebundledthe shared specialist agent roster, the project-discovery skill, the /pairing collaborative working mode, and the canonical rule files
han-documentationbundleddocumentation skills: project docs, architectural decision records, and runbooks
han-researchbundledpre-planning knowledge-work skills: research, gap analysis, and issue triage, plus the research-analyst agent
han-planningbundledplanning skills you reach for before implementation
han-codingbundledcoding skills you reach for while working in code
han-githubbundledGitHub-facing skills like posting a code review on a PR
han-reportingbundledreporting skills like the stakeholder summary
han-feedbackopt-inskill for capturing post-session feedback on Han skill runs
han-atlassianopt-inskills for publishing docs and work items to Atlassian products
han-linearopt-inskill for publishing work items to Linear (requires a Linear MCP server)
han-plugin-builderopt-incarries the guidance and skills for building your own skills, agents, and plugins

Installing han@han pulls in the bundled suite (the meta-plugin plus han-communication, han-core, han-documentation, han-research, han-planning, han-coding, han-github, and han-reporting), and is the right choice for most people. If you want only one slice of Han, install a single layer such as han-documentation@han or han-coding@han instead (each brings the shared han-core agents along), and add other specific plugins as desired.

For the full picture and a quick "which one do you need?" guide, see Choosing a Han plugin.

Codex

Add this repo as a Codex marketplace:

codex plugin marketplace add testdouble/han

Codex does not yet support meta-plugins like han@han (see openai/codex#23531,) and it resolves no dependencies, so install the Han packages directly — starting with the foundational han-communication, which the prose-producing packages depend on:

codex plugin add han-communication@han
codex plugin add han-core@han
codex plugin add han-documentation@han
codex plugin add han-research@han
codex plugin add han-planning@han
codex plugin add han-coding@han
codex plugin add han-github@han
codex plugin add han-reporting@han

Install han-feedback, han-atlassian, han-linear, or han-plugin-builder separately when you want those opt-in packages. Because Codex resolves no dependencies, install han-communication alongside han-atlassian (its wrapped prose-producing skills source the shared readability standard from it).

Documentation

  • Concepts. Skill vs. agent, and how they compose. Read once before using the plugin.
  • Plugin index. Every plugin with a one-line scent and a link to its README, the full suite vs. a single layer, the layer dependencies on han-core, and a quick guide to which one to install.
  • Quickstart. Five paths for five common situations. Each path is a short sequence of skills.
  • Skills index. Every skill, alphabetized, with a scent line and a link to its long-form doc.
  • Agents index. Every agent, alphabetized, with a scent line and a link to its long-form doc.
  • Workflows. The map of which skills chain together, with flow diagrams for the branching chains.
  • Configuration. The optional .han/config.md files, one personal and one per project, that set an output base directory, a default swarm size, a writing-voice profile, and extra agents for Han skills.
  • Sizing. The small / medium / large model that decides how many agents the swarming skills dispatch.
  • YAGNI. The evidence-based "You Aren't Gonna Need It" rule every planning, review, and architecture skill applies.
  • Evidence. What counts as evidence in Han, how to characterize how strong it is, and what to do when no evidence exists at all.
  • Readability. The shared output standard every reader-facing skill applies as it writes, so its human-facing deliverable leads with the main point and reads consistently across skills.
  • Changelog. What's new in each version of the plugin.

How-To Guides

  • How-to guides. End-to-end recipes for planning a feature, revising a plan after the build starts, accelerating your understanding of unfamiliar code, triaging and investigating a bug, running an effective code review, and researching a decision. Pick one when you want the full walkthrough, not only the path.
  • How to provide feedback on Han. Send the maintainers structured feedback on a skill or agent run.
  • Extend Han via dependencies. Add your own custom skills on top of Han.
  • Build a plugin that depends on Han. Ship a plugin that builds on Han's skills and agents.

Contributing to Han

Maintenance and Support

  • Maintenance horizon: Indefinitely maintained, best-effort. No SLA.
  • Project type: Personal project, with some Test Double support
  • How to report issues: GitHub Issues, with expected best effort for response within 2 weeks.

Han is an open source product of Test Double, and maintained by the following people:

LEGAL NOTICES

Copyright 2026 Test Double, Inc. Distributed under the MIT license.

Rendered live from testdouble/han's GitHub README — not stored, always reflects the source repo.

13 Plugins

NameDescriptionCategorySource
hanMeta-plugin that installs the bundled Han suite. Has no components of its own; it depends on han-communication, han-core, han-documentation, han-research, han-planning, han-coding, han-github, and han-reporting so installing it pulls them all in. Does not bundle the opt-in han-feedback, han-atlassian, or han-plugin-builder plugins../han
han-communicationFoundational communication plugin for the Han suite. Owns the canonical readability standard, writing-voice profile, and explanation standard, the readability-guidance skill that surfaces the first two into a calling skill's context for in-voice drafting, the explanation-guidance skill that surfaces the third at the point a run talks to a person, the readability-editor agent that runs the adversarial rewrite, and the edit-for-readability skill. Depends on nothing and sits beneath every other plugin; the plugins that produce prose output depend on it../han-communication
han-coreThe shared foundation of the Han suite: the specialist agent roster the other plugins dispatch, the project-discovery skill with its project-scanner agent, and the canonical evidence and YAGNI rule files. The documentation skills live in han-documentation, the pre-planning research skills in han-research, the planning skills in han-planning, and the coding skills in han-coding; each depends on han-core../han-core
han-documentationDocumentation skills for the Han suite: writing down what the team built and decided. Home of project-documentation, architectural-decision-record, and runbook. Depends on han-communication and han-core; bundled by the han meta-plugin../han-documentation
han-researchPre-planning knowledge-work skills for the Han suite: understanding a problem before anyone commits to a plan. Home of research, gap-analysis, and issue-triage, plus the research-analyst agent. Depends on han-communication and han-core; bundled by the han meta-plugin../han-research
han-planningPlanning skills for the Han suite: specifying, planning, sequencing, breaking down, and stress-testing work before implementation. Home of plan-a-feature, plan-implementation, plan-a-phased-build, plan-work-items, and iterative-plan-review, plus the discussion-facilitator agent. Depends on han-communication and han-core; bundled by the han meta-plugin../han-planning
han-codingCode-writing and execution skills for the Han suite. Home of the tdd skill, which drives a feature or behavior through a BDD-framed red-green-refactor loop with an enforced observed-failure gate. Depends on han-core and han-communication; bundled by the han meta-plugin../han-coding
han-githubGitHub-specific extensions to Han. Provides skills to post code reviews as PR comments, update a PR description with a consistent format, and other GitHub-facing workflows../han-github
han-reportingReporting and summary skills for the Han suite. Turns feature specifications into plain-language stakeholder summaries (also called executive or business summaries) with diagrams, for sharing with non-technical stakeholders before implementation kicks off../han-reporting
han-feedbackPost-session feedback skill for the Han suite. Captures structured observations, ratings, and improvement ideas on the Han skills you ran in a session and optionally posts them as a GitHub issue to testdouble/han. Opt-in: installed on its own, not pulled in by the han meta-plugin../han-feedback
han-atlassianAtlassian-facing extensions to the Han suite. Adds markdown-to-confluence, which publishes a local Markdown file to a user-specified Confluence page; project-documentation-to-confluence, which runs the han-documentation project-documentation skill and then publishes the result there; investigate-to-confluence, which runs the core investigate skill and publishes the resulting investigation report there; code-overview-to-confluence, which runs the core code-overview skill and publishes the resulting overview there; plan-a-feature-to-confluence, which runs the core plan-a-feature skill and publishes the spec and its companion artifacts there as a page tree; and work-items-to-jira, which creates one Jira ticket per slice from a work-items file. All work through the Atlassian MCP server. Depends on han-core, han-documentation, han-planning, and han-coding (its wrapper skills run skills from each and its wrapped skills dispatch the shared han-core agents), and on han-communication (its wrapped prose-producing skills source the shared readability standard), and requires a configured Atlassian MCP server. Opt-in: installed on its own, not pulled in by the han meta-plugin../han-atlassian
han-linearLinear-facing extensions to the Han suite. Adds work-items-to-linear, which creates one Linear issue per slice from a work-items file. Works through the Linear MCP server and requires it to be configured. Depends on no other Han plugin. Opt-in: installed on its own, not pulled in by the han meta-plugin../han-linear
han-plugin-builderGuidance for building Claude Code skills, agents, and plugins. The guidance skill answers authoring questions and, run with init, vendors the full guidance set into a repo as a path-scoped rule index so the right guidance surfaces while editing skill and agent files. Opt-in and dependency-free: installed on its own, not pulled in by the han meta-plugin../han-plugin-builder

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.