Agent skill · Testing & QA

plan-a-feature

Builds a feature specification from scratch through a relentless, evidence-based interview that walks the design tree decision-by-decision, resolving dependencies as it goes. Use when the user wants to plan, design, scope, specify, or flesh out a new feature, capability, or system behavior before implementation. Produces a feature specification focused on system behaviors, not implementation detail. Does not refine or stress-test an existing plan — use iterative-plan-review. Does not document already-built features — use project-documentation. Does not research open-ended options before there

testdoublegithub.com/testdoubleGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add testdouble/han --skill plan-a-feature --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 36 KB
Bundled scripts: yes
Allowed tools: ReadWriteEditGlobGrepAgentBash(find*)Bash(mkdir*)Bash(cp*)
Path: han-planning/skills/plan-a-feature/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 154
Language: Shell

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Project Context - CLAUDE.md: !`find . -maxdepth 1 -name "CLAUDE.md" -type f` - project-discovery.md: !`find . -maxdepth 3 -name "project-discovery.md" -type f` - personal config directory: !`echo "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"` - project .han/config.md: !`cat .han/config.md 2>/dev/null || echo ""` As your first action, use the Read tool on `.han/config.md` inside the `personal config directory` path above. A read that returns no file is no personal configuration: continue silently. When that file or the `project .han/config.md` probe supplies content, apply it per [config-rule.md](../../references/config-rule.md), which governs precedence between the two files, relative-path resolution, and what to do with a file that reads but cannot be used. ## Operating Principles - **Interview relentlessly, but explore first.** If a question can be answered by reading the codebase, project docs, coding standards, ADRs, or existing feature specs — or by querying a read-only tool already available to this session that authoritatively answers it (for example a connected schema or data-source tool) — explore instead of asking. Only surface questions that genuinely require the user's judgm

What's inside
Steps it walks through
  1. Project Context
  2. Operating Principles
  3. Step 1: Capture the Feature Request and Output Location
  4. Step 1.5: Read and Record the Scope Boundary
  5. Step 2: Discover Before Asking
  6. Step 3: Build the Design Tree
  7. Step 4: Interview Loop — One Branch at a Time
  8. Routing implementation-level details
  9. T-note capture discipline (in-message accumulator)
  10. Step 5: Draft the Initial Feature Specification
  11. Step 5.5: Classify Feature Size
  12. Step 6: Dispatch the Review Team
  13. Step 7: Resolve Findings with Evidence Before Surfacing to User
  14. Step 8: Plan Synthesis
Ships with 10 files
  • references/artifact-invariants.md
  • references/decision-log-template.md
  • references/feature-specification-template.md
  • references/feature-technical-notes-template.md
  • references/finding-resolution.md
  • references/mechanic-routing.md
  • references/review-team-briefs.md
  • references/team-findings-template.md
  • scripts/verify-design-images.bats
  • scripts/verify-design-images.sh
More from han
All skills →
About this skill
What does the plan-a-feature skill do?

Builds a feature specification from scratch through a relentless, evidence-based interview that walks the design tree decision-by-decision, resolving dependencies as it goes. Use when the user wants to plan, design, scope, specify, or flesh out a new feature, capability, or system behavior before implementation. Produces a feature specification focused on system behaviors, not implementation detail. Does not refine or stress-test an existing plan — use iterative-plan-review. Does not document already-built features — use project-documentation. Does not research open-ended options before there

How do I install it?

Run `npx skills add testdouble/han --skill plan-a-feature --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From testdouble/han, a repository with 154 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going