Agent Skills: Development Harness Documentation

Development harness plugin documentation index. Use when looking up SAM pipeline, backlog lifecycle, SDLC layers, task file format, plan artifacts, quality gates, or dispatch schema documentation.

UncategorizedID: Jamie-BitFlight/claude_skills/dh-meta-docs

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Jamie-BitFlight/claude_skills/tree/HEAD/plugins/development-harness/skills/dh-meta-docs

Skill Files

Browse the full folder contents for dh-meta-docs.

Download Skill

Loading file tree…

plugins/development-harness/skills/dh-meta-docs/SKILL.md

Skill Metadata

Name
dh-meta-docs
Description
Development harness plugin documentation index. Use when looking up SAM pipeline, backlog lifecycle, SDLC layers, task/plan schema, plan artifacts, quality gates, or dispatch schema documentation.

Development Harness Documentation

<sam_cli> uv run "${CLAUDE_PLUGIN_ROOT}/sam_schema/cli.py" </sam_cli>

<shared_reference_routing> Load the smallest reference matching the task. This skill routes shared documentation; it does not own or run the development-harness lifecycle.

  • Artifact Conventions — artifact naming, logical storage, and cross-reference tokens.
  • Default Development Flow — S1–S7 sequencing, stage handoffs, and ARL gates.
  • DH CLI Usage Guide — grouped-command reference for the DH CLI adapter.
  • Human Touchpoint Model — whether a constraint requires human escalation.
  • Language Manifest Schema — create or validate a language-plugin manifest.
  • Role Resolution Protocol — resolve abstract harness roles to language-plugin agents.
  • SDLC Stage Taxonomy — choose canonical stage names and {domain}-{sdlc-stage} identifiers.
  • Severity Workflow-Continuity Lens, at ${CLAUDE_PLUGIN_ROOT}/docs/severity-workflow-continuity-lens.md — worked examples of the continuity lens for defect classification and impact analysis.
  • Backlog Item Groomed Schema, at ${CLAUDE_PLUGIN_ROOT}/docs/backlog-item-groomed-schema.md — content rules and required Groomed-section structure for backlog-item-groomer output. </shared_reference_routing>

Read any file above to learn about that topic. CLI examples in those docs use bare grouped commands (e.g. plan list, backlog groom) — prefix them with the <sam_cli> value above.

Development Harness Documentation Skill | Agent Skills