harness-using

Route repository work to the correct Harness Powers skill before domain actions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Refinex-Space/Refinex-Skills --skill harness-using
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-using
Source: https://github.com/Refinex-Space/Refinex-Skills/tree/main/plugins/harness-powers/skills/harness-using
Command: npx skills add https://github.com/Refinex-Space/Refinex-Skills --skill harness-using

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route repository work into the correct Harness Powers skill before doing anything else. This ensures appropriate ownership, guardrails, and prevents unauthorized actions.

Core Features & Use Cases

  • Routing & governance: decides which Harness skill should own the work and in what order.
  • Preflight guardrails: validates constraints and ensures safety before domain skills run.
  • Announce & transition: announces routing start and hand off to the appropriate lifecycle skills (e.g., harness-plan, harness-execute, harness-verify).

Quick Start

Announce at the start and route the task to the correct Harness skill before making any substantive changes.

Frequently Asked Questions about harness-using

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

FAQPage Schema
How do I route repository work to the correct workflow skill before taking action?

Workflow routing evaluates repository tasks to determine ownership and dispatches them to the proper lifecycle skill. It applies preflight guardrails to validate constraints and ensure safety before any domain actions execute.

What is preflight routing and how does it enforce governance for task handoff?

Preflight routing is a governance mechanism that validates constraints and ensures safety before domain skills run. It determines task ownership and orchestrates handoff to appropriate lifecycle skills to prevent unauthorized actions.

How do I set up guardrails to validate constraints before executing domain actions?

Guardrails are established through preflight routing which validates constraints before domain skills run. This gating mechanism ensures appropriate ownership and prevents unauthorized actions by transitioning work to the correct lifecycle skill.

Do I need to use lifecycle skills for ownership and verification of repository tasks?

Yes, lifecycle skills are required for ownership and verification. Workflow routing explicitly gates domain actions by handing off tasks to appropriate lifecycle skills like planning, executing, and verifying to ensure proper governance.

Can I orchestrate multiple lifecycle skills in a specific order for a single task?

Yes, workflow routing decides which skill should own the work and in what order. It announces the routing start and orchestrates handoffs to appropriate lifecycle skills sequentially to enforce governance.

Why does workflow routing announce at the start before making substantive changes?

Announcing at the start ensures preflight routing is established before any substantive changes occur. This prevents unauthorized actions by validating constraints and guaranteeing appropriate ownership and guardrails are in place.