← ClaudeAtlas

hv-worklisted

Orchestrator-driven parallel implementation — plans tasks, dispatches worker subagents, verifies, commits atomically per task. Supports branch or worktree isolation and direct merge or PR. Use when items already exist in BACKLOG.md and need implementation ("implement [B07]", "build these"); for an item not yet captured use /hv-go.
l4ci/hv-skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill l4ci/hv-skills
**Print the banner below verbatim before any other action — skip if dispatched as a subagent.** See `references/banner-preamble.md`. ``` ════════════════════════════════════════════════════════════════════════ 🔨 hv-work · orchestrator-driven parallel implementation triggers: "implement", "build these" · pairs: hv-ship, hv-review ════════════════════════════════════════════════════════════════════════ ``` # hv-work Orchestrator-driven parallel implementation with per-task verification and commits. ## Configuration Read `.hv/config.json`: - `models.orchestrator` — model for planning and verification (default `opus`) - `models.worker` — model for implementation subagents (default `sonnet`) - `work.isolation` — `"branch"` (default) or `"worktree"` - `work.mergeStrategy` — `"direct"` (default) or `"pr"` - `autonomy.level` — `"off"` (default), `"auto"`, or `"loop"`. Controls whether Step 13 (Learn), Step 14 (Refactor), and Step 15 (Loop continuation) nudge or invoke the next skill directly. ## When to Use - User describes a task, feature, or list of improvements - Conversation has enough spec to act on - Work is decomposable into 2+ independent pieces ## Flow ``` Guard → Clarify (if needed) → Status → Plan → Isolate → Dispatch → Verify → Commit → TODO → Merge/PR → Status ``` ## Preview Mode (`--preview`) When invoked as `/hv-work --preview <target>` (or with `--preview` anywhere in the args), the skill enters **read-only preview mode** — it produces the same a