name: harness-work description: Execute a lightweight work-item lane for small enhancements or refactors by generating a brief technical approach, pausing for approval, then implementing with repository-local rules. examples: - "$harness-work ISSUE-123" - "Read this work item and propose a brief implementation plan, then implement after approval ($harness-work)" when_to_use: - "Small enhancement or refactor that does not need a full analyze, architect, plan, and develop lane." - "Work should be implemented from a concise reviewed approach." when_not_to_use: - "Large net-new capabilities that need the full harness lane." - "Bug or regression tickets (use $harness-fixbug)."
Required Resources
Always load before running:
references/persona.mdreferences/approach.mdreferences/considerations.mdreferences/issue_intake.mdwhen issue tracking is enabledreferences/epic_context.mdwhen parent or epic context existsreferences/approval_gate.mdreferences/execution_guardrails.mdreferences/output_requirements.mdARCHITECTURE.mdharness.ymldocs/STACK.mddocs/TOOLING.mddocs/TESTING.mddocs/PRODUCT_SENSE.mddocs/FRONTEND.mddocs/BACKEND.md- implementation phase must also load the develop references for coding, validation, and execution quality
Phase 1: Technical Approach and Planning
- Read the issue or request.
- If issue tracking is enabled, use
docs/ISSUE_TRACKING.mdandreferences/issue_intake.mdto resolve the work item. - Extract concise requirements and constraints.
- If the issue is a bug or regression, stop and route to
$harness-fixbug. - If parent or epic context exists, read local work-item docs or repository context that constrain the work.
- Produce a brief technical approach, a short numbered implementation plan, risks, assumptions, and test strategy.
- Pause for user approval using the approval gate.
Phase 2: Implementation
- After approval, load the required implementation references from
skills/develop/references/. - Implement the approved scope only.
- Add or update required tests.
- Run required verification and test commands.
- If code review is enabled, run
$harness-review. - Report implementation summary, files changed, commands run, outcomes, and residual risks.