npx claudepluginhub thebushidocollective/han --plugin coreThis skill uses the workspace's default tool permissions.
han-core:test - Write tests for code using test-driven development principles
Guides TDD workflow with red-green-refactor cycle: plan interfaces, tracer bullet tests, minimal implementation to green, refactor under tests. For explicit TDD requests only.
Enforces strict TDD workflow for feature implementation: write one failing test, minimal code to pass, refactor, repeat. Prevents writing full test suites upfront.
Enforces Test-Driven Development (TDD) with red-green-refactor cycle. Guides writing failing tests first for features, bug fixes, or when OMC_TDD_MODE enabled and TDD keywords detected.
Share bugs, ideas, or general feedback.
han-core:test - Write tests for code using test-driven development principles
/test [arguments]
Write tests for code using test-driven development principles
Write tests for the specified code or feature using test-driven development (TDD) methodology.
Follow TDD methodology:
When the user says: