development-harness

Installation
SKILL.md

Development Harness — Plugin Overview and Skill Router

This skill routes to the correct entry point for the development lifecycle. Read it to decide which skill to invoke — not to execute work.

SAM Workflow Pipeline

/dh:add-new-feature  ──>  /dh:implement-feature  ──>  /dh:complete-implementation
   (planning)            (execution loop)         (quality gates)

What This Plugin Provides

The development-harness plugin implements the structured development lifecycle for tracked backlog items. It spans capture through verified closure using a chain of skills backed by GitHub Issues as the source of truth and ~/.dh/projects/{slug}/ as the local state directory.

Skills available: /dh:create-backlog-item, /dh:groom-backlog-item, /dh:work-backlog-item, /dh:add-new-feature, /dh:implement-feature, /dh:complete-implementation, /dh:gate-push, /dh:work-milestone

Installs
26
GitHub Stars
64
First Seen
Mar 29, 2026
development-harness — jamie-bitflight/claude_skills