Skip to content
Automation
Skill

/ha-multi-agent-coding

Hope-native multi-agent coding orchestration: fan out only independent valuable work, enforce bounded scope and isolation, consume structured results progressively, steer or cancel, and keep synthesis with the main Agent.

From plugin
hope-agent
1.4k28 skills3 agents
Install
$ npx -y skills add shiwenwen/hope-agent --skill ha-multi-agent-coding --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ha-multi-agent-coding

Context preview

The summary Claude sees to decide when to auto-load this skill.

Hope-native multi-agent coding orchestration: fan out only independent valuable work, enforce bounded scope and isolation, consume structured results progressively, steer or cancel, and keep synthesis with the main Agent.

SKILL.md

ha-multi-agent-coding.SKILL.md
name: ha-multi-agent-coding
description: "Hope-native multi-agent coding orchestration: fan out only independent valuable work, enforce bounded scope and isolation, consume structured results progressively, steer or cancel, and keep synthesis with the main Agent."
paths: ["*.rs", "*.ts", "*.tsx", "*.js", "*.jsx", "*.py", "*.go", "*.java", "*.kt", "*.swift", "*.c", "*.cpp", "*.h", "*.rb", "*.php", "*.sh"]

Hope Multi-Agent Coding

Use multiple Agents when parallel evidence or implementation meaningfully outweighs coordination cost. Do not make delegation the default for complex-looking work.

Fan-Out Decision

Good candidates:

  • Similar independent investigations across modules.
  • Distinct review angles with a shared structured output.
  • Independent implementations with non-overlapping ownership.
  • A bounded set of alternatives that the main Agent will compare.

Keep work with one Agent when:

  • The task is small or one search path is likely sufficient.
  • Steps depend on prior results.
  • Agents would edit the same files or shared generated state.
  • A single broad investigation needs coherent context.
  • Coordination, token, or merge cost exceeds expected parallel gain.

Define Each Child Contract

Provide:

  • One concrete objective and bounded scope.
  • Relevant context already known by the parent.
  • Allowed and forbidden actions.
  • File ownership or read-only isolation.
  • Required output schema, evidence, and stop condition.
  • Verification expected from the child.

Do not re-delegate the entire parent assignment to one child. Children do not own final user communication or Goal closure.

Isolation

  • Prefer `shared_read_only` for research, discovery, and verification.
  • Use separate worktrees for independent writes.
  • If writes cannot be isolated, serialize them or assign mutually exclusive file

ownership.

  • Permission mode, protected paths, approval surfaces, and tool restrictions

remain runtime-enforced. A child prompt cannot grant access.

Bounded Execution

Set explicit limits for fan-out count, depth, turns, tokens, and time. Respect runtime queues and backpressure. Never recursively create Workflow runs or an unbounded Agent tree.

Progressive Control

The main Agent may choose based on task needs:

  • Consume the first useful results and adapt (`waitAny` / checkpoint).
  • Query status without consuming output.
  • Read one structured result, then steer or cancel remaining work.
  • Add a follow-up child when new evidence changes the decomposition.
  • Wait for all children only when a true barrier is required.

Background work must not block the user's conversation. Use runtime completion or checkpoint injection rather than polling loops.

Synthesis

The main Agent must:

1. Check which children completed, failed, timed out, or returned no evidence. 2. Resolve conflicts using source evidence, not majority vote. 3. Preserve partial failures and uncertainty. 4. Integrate or review writes in the parent worktree deliberately. 5. Run parent-level verification for the combined outcome.

"All Agents completed" is orchestration state, not a user result. Do not finish until the parent has synthesized and answered the actual task.

Workflow Boundary

This skill decides delegation strategy. Use `ha-workflow-script` when execution must be durable, replayable, observable, or script-controlled. Simple bounded subagent work does not require a Workflow; a Workflow may use this strategy without surrendering its runtime contracts.

Smoke Prompts

  • "Investigate these six independent modules in parallel and synthesize."
  • "Use staged child results; do not wait for every slow reviewer."
  • "Decide whether this implementation should stay single-Agent or use worktrees."
Read more
Ships withhope-agent

🦭 会记忆、能持续推进目标、会动态编排多 Agent 的跨端桌面 AI 助手,也可服务化常驻 NAS / 云端 | A cross-device desktop AI agent with memory, autonomous goals, dynamic workflows, and headless deployment

Get the whole plugin

Other skills on hope-agent.