What problem does it solve?
This Skill helps Harness complete a well-scoped, one-off execution task without forcing the controller to take on operational responsibilities, while keeping actions safe, minimal, and within explicit boundaries.
Core Features & Use Cases
- Bounded execution only: Runs as a generic worker that receives an already range-limited task prompt and performs the smallest necessary changes to finish it.
- Scope and safety enforcement: Checks range, acceptance criteria, and non-goals, and blocks unsafe or out-of-bound modifications, especially around control-plane changes.
- Verification-oriented reporting: Produces a structured execution report including touched files, validation results, remaining risks, and the recommended next action (without making Harness control decisions).
Quick Start
Ask the AI to use generic-worker-skill to complete the provided bounded task by following the prompt fields (scope, constraints, acceptance criteria, verification requirements, and completion signal) and returning a concise execution report with validation results.