Harness-engineering harness-tdd
name: harness-tdd
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-tdd/skill.yamlsource content
name: harness-tdd version: "1.0.0" description: Test-driven development integrated with harness validation stability: static cognitive_mode: meticulous-implementer triggers:
- manual
- on_new_feature
- on_bug_fix platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
cli:
command: harness skill run harness-tdd
args:
- name: path description: Project root path required: false mcp: tool: run_skill input: skill: harness-tdd path: string type: rigid tier: 1 phases:
- name: red description: Write failing test required: true
- name: green description: Implement minimal code to pass required: true
- name: refactor description: Clean up while keeping tests green required: false
- name: validate description: Run harness checks required: true state: persistent: false files: [] depends_on:
- harness-verification related_skills:
- test-tdd-workflow
- test-unit-patterns
- test-mock-patterns
- test-vitest-config addresses:
- signal: low-coverage weight: 0.9