From harness-claude
Execute a plan via test-driven development — write tests first, then minimal code, phase by phase. Use after /plan (and /architect if needed) to write the actual feature. Delegates to the harness-claude:tdd-guide agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness-claude:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: turn the plan into working, tested, clean code — one phase at a time.
Goal: turn the plan into working, tested, clean code — one phase at a time.
harness-claude:tdd-guide (or run TDD inline): write a failing test against an
acceptance criterion (RED) → minimum code to pass (GREEN) → refactor./harness-claude:orchestrate instead of editing serially. Opt-in — propose it and let the
user choose; never silently start a multi-agent run (it spawns workers and costs more tokens)./harness-claude:build-fix.Delegate search/exploration and isolated edits to cheaper models; keep the orchestrator focused on integration. Compact at phase boundaries, not mid-phase.
All phases complete, tests written-first and green, build/types/lint clean. Then
proceed to the Verify phase (/harness-claude:review).
npx claudepluginhub vasuag09/harness-claude --plugin harness-claudeBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.