harness-work

Execute Plans.md tasks end-to-end across Harness v3 modes.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/lane2077/claude-code-harness-zh --skill harness-work
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: harness-work
Source: https://github.com/lane2077/claude-code-harness-zh/tree/main/codex/.codex/skills/harness-work
Command: npx skills add https://github.com/lane2077/claude-code-harness-zh --skill harness-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Harness v3统一执行技能,负责将 Plans.md 中的任务从计划转化为可执行的端到端工作流,覆盖单任务到完整并行的团队执行。

Core Features & Use Cases

  • Unified execution across Solo, Parallel, and Breezing modes for Harness v3.
  • Auto-mode selection and explicit flags like --parallel, --breezing, and --codex.
  • Sprint-contract generation, reviewer enrichment, and ready-for-review validation.
  • End-to-end lifecycle from cc:TODO to cc:完了 with automated reporting and rollback.
  • CI failure handling and automatic re-planning to keep work moving.

Quick Start

Run harness-work to start executing the next or all remaining tasks described in Plans.md and monitor progress.

Frequently Asked Questions about harness-work

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

FAQPage Schema
How do I automate task execution from a markdown plan to completion?▼

Automating task execution from a markdown plan requires a unified workflow skill that processes Plans.md end-to-end. This skill bridges plan-to-completion by automating lifecycle stages from TODO to done, handling solo, parallel, and breezing execution modes with auto-selection.

What is the best way to orchestrate parallel team tasks in an automated workflow?▼

Orchestrating parallel team tasks is best handled by execution modes that support concurrent runs. This skill automates parallel workflow orchestration using explicit flags like --parallel, generating sprint contracts and applying reviewer checks to enforce guardrails across the team.

Do I need a Plans.md file to start automated sprint execution?▼

Yes, a Plans.md file is required to start automated sprint execution. You must also define a Definition of Done, and can optionally integrate sprint-contract scripts, reviewer checks, and Codex or internal reviewers to enforce workflow guardrails.

How does automated workflow orchestration handle CI failures during a sprint?▼

Automated workflow orchestration handles CI failures by triggering automatic re-planning to keep work moving. When continuous integration fails during task execution, the system intervenes, adjusts the plan, and applies rollback mechanisms to maintain progress.

Can I use explicit flags to control workflow automation modes for single tasks?▼

Yes, you can control workflow automation modes for single tasks using explicit flags. The system supports auto-mode selection by default, but you can enforce specific behaviors like --breezing or --codex to dictate how individual or full parallel team runs are executed.

What is ready-for-review validation in automated task orchestration?▼

Ready-for-review validation in automated task orchestration is the process of verifying that completed work meets sprint contracts before approval. It enriches reviewer checks and ensures lifecycle completeness from cc:TODO to cc:完了 with automated reporting.