Harness-engineering harness-perf-tdd
name: harness-perf-tdd
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-perf-tdd/skill.yamlsource content
name: harness-perf-tdd version: "1.0.0" description: Performance-aware TDD with benchmark assertions in the red-green-refactor cycle stability: static cognitive_mode: meticulous-implementer triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
cli:
command: harness skill run harness-perf-tdd
args:
- name: path description: Project root path required: false mcp: tool: run_skill input: skill: harness-perf-tdd path: string type: rigid tier: 3 phases:
- name: red description: Write failing test and benchmark assertion required: true
- name: green description: Implement to pass test and benchmark required: true
- name: refactor description: Optimize while keeping both green required: false
- name: validate description: Run harness check-perf and harness validate required: true state: persistent: false files: [] keywords:
- performance
- tdd
- benchmark
- red-green-refactor
- performance-testing
- perf-regression
- test-driven
- assertion
- optimization
- profiling
- perf-baseline stack_signals:
- nodejs
- python
- go
- java
- rust
- vitest
- jest depends_on:
- harness-tdd
- harness-perf