arc-implement

Orchestrate arc-implementer, arc-reviewer, arc-evaluator, and arc-doc-writer subagents in a deterministic sequence.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SentioLabs/agent-nexus --skill arc-implement
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arc-implement
Source: https://github.com/SentioLabs/agent-nexus/tree/main/opencode-marketplace/plugins/arc/skills/arc-implement
Command: npx skills add https://github.com/SentioLabs/agent-nexus --skill arc-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating end-to-end OpenCode arc task implementation by orchestrating subagents in a deterministic sequence to ensure proper gating and reviews.

Core Features & Use Cases

  • Orchestrates task flow by dispatching arc-implementer, arc-reviewer, arc-evaluator, and arc-doc-writer in the correct order.
  • Maintains a live Todo List with statuses like pending, in_progress, needs_fix, and done to track multiple arc tasks.
  • Enforces the no-direct-coding rule by validating task readiness, preserving PRE_TASK_SHA, and routing both code and docs through the intended subagents.

Quick Start

Begin by selecting a tracked arc task with arc ready, then dispatch the arc-implementer workflow to coordinate subtasks.

Frequently Asked Questions about arc-implement

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

FAQPage Schema
How do I coordinate OpenCode task implementation across multiple subagents?▼

To coordinate OpenCode task implementation, this skill orchestrates subagents including arc-implementer, arc-reviewer, arc-evaluator, and arc-doc-writer in a deterministic sequence. It captures task context, preserves PRE_TASK_SHA, and enforces gating rules while dispatching dedicated subagents.

What is the best way to automate code review and documentation workflows in OpenCode?▼

Automating code review and documentation workflows is handled by sequentially dispatching the arc-reviewer and arc-doc-writer subagents. This deterministic orchestration ensures proper gating and tracks statuses like pending, in_progress, needs_fix, and done.

How do I start a tracked arc task for subagent orchestration?▼

To start a tracked arc task for subagent orchestration, select a task with arc ready, then dispatch the arc-implementer workflow. The system maintains a live Todo List to track statuses across the implementation sequence.

Can I write code directly while using the arc task orchestration workflow?▼

No, the arc task orchestration workflow enforces a no-direct-coding rule. It validates task readiness, preserves PRE_TASK_SHA, and routes both code and documentation generation strictly through the intended subagents.

Why does deterministic task orchestration matter for OpenCode subagents?▼

Deterministic task orchestration matters for OpenCode subagents because it enforces proper gating and sequential execution. Dispatching arc-implementer, arc-reviewer, arc-evaluator, and arc-doc-writer in order guarantees structured results and prevents unreviewed code changes.