Harness

Run a disciplined TDD implementation loop against a Jira story or a small idea. Two phases — init decomposes the work into small, independently committable features and generates a deterministic pre/post test gate; code implements one feature at a time through a red-green-commit cycle with human approval at each step. Use when the user says "harness init", "harness code", "start the harness", "let's implement PROJ-1234", "break this story into features", or otherwise wants to begin or continue structured implementation work on a specific story. Also use to resume — the skill reads its own state from disk and picks up mid-feature. Do NOT use for deciding whether work needs planning (use bmad-intake) or for reviewing code that already exists (use java-code-review).

holmesrm88 Updated

File contents

holmesrm88/agentic-skills/tree/main/skills/harness commit fb9157f473

Frequently asked questions

npx skillmds@latest add holmesrm88/harness