Harness-engineering test-tdd-workflow

name: test-tdd-workflow

install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest: agents/skills/claude-code/test-tdd-workflow/skill.yaml
source content

name: test-tdd-workflow version: "1.0.0" description: Drive design through tests using red-green-refactor cycle and test-first discipline stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:

  • manual platforms:
  • claude-code
  • gemini-cli
  • cursor
  • codex tools: [] paths:
  • "**/*.test.ts"
  • "**/*.spec.ts"
  • "**/*.test.tsx"
  • "vitest.config.*"
  • "jest.config.*"
  • "playwright.config.*" related_skills:
  • test-unit-patterns
  • test-mock-patterns
  • test-coverage-patterns stack_signals:
  • vitest
  • jest
  • playwright
  • testing-library keywords:
  • TDD
  • red-green-refactor
  • test-first
  • design-through-tests metadata: author: community upstream: vitest.dev/guide/ state: persistent: false files: [] depends_on: []