lrh-implement

Execute software development tasks through a structured planning, implementation, and validation workflow.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/xenotaur/logical_robotics_harness --skill lrh-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lrh-implement
Source: https://github.com/xenotaur/logical_robotics_harness/tree/main/.claude/skills/lrh-implement
Command: npx skills add https://github.com/xenotaur/logical_robotics_harness --skill lrh-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of inconsistent, untraceable, and unvalidated task execution by enforcing a rigorous three-phase workflow for implementing work items.

Core Features & Use Cases

  • Traceable Execution: Mints unique prompt IDs and creates execution records to link every code change back to a specific work item or ad-hoc request.
  • Canonical Validation: Automates the execution of linting, formatting, and test suites to ensure no code is merged without passing quality gates.
  • Use Case: Use this skill when you need to implement a complex feature or chore (WI-*) and want to ensure the work is planned, validated, and recorded in a way that is fully inspectable by other team members.

Quick Start

Invoke the lrh-implement skill with the specific work item ID you wish to execute to begin the structured implementation process.

Frequently Asked Questions about lrh-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git workflow validation for development tasks?

Automating git workflow validation requires a structured multi-phase process that links code changes back to work items. This skill executes planning, implementation, and validation phases to enforce traceability and ensure no code is merged without passing linting, formatting, and test suites.

What is the best way to ensure traceability for software development work items?

Ensuring traceability for software development work items involves minting unique prompt IDs and creating execution records. This approach links every code change back to a specific work item or ad-hoc request, making the implementation process fully inspectable by team members.

Do I need GitHub CLI to use this structured task execution workflow?

Yes, GitHub CLI is required as an integration point. The structured task execution workflow depends on git, GitHub CLI, and local project validation scripts to manage the lifecycle of work items and ensure code quality throughout the implementation process.

How do I implement a complex feature with automated quality gates?

Implementing a complex feature with automated quality gates requires invoking the skill with a specific work item ID. The workflow then enforces canonical validation by automatically executing linting, formatting, and test suites to guarantee code quality before merging.

When should I use a structured implementation workflow for ad-hoc tasks?

A structured implementation workflow should be used when you need to execute complex features or chores and want to guarantee the work is planned, validated, and recorded. It applies to both lifecycle management of work items and ad-hoc tasks within the Logical Robotics Harness framework.