arn-code-execute-task

Execute a single task by spawning an isolated executor agent.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-code-execute-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arn-code-execute-task
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-code/skills/arn-code-execute-task
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-code-execute-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes a single specified task from the task list by spawning an arn-code-task-executor agent. This targeted approach lets you test or repair a single piece of the pipeline without running the entire plan, saving time and reducing risk.

Core Features & Use Cases

  • Spawn an isolated executor to run one specific task from the plan.
  • Optionally engage a review gate to validate implementation before completion.
  • Supports re-running failed tasks, quick testing of individual phases, and incremental integration.

Quick Start

Tell Arness to execute task N from your current project plan.

Frequently Asked Questions about arn-code-execute-task

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

FAQPage Schema
How do I execute a single task from a project plan without running the entire workflow?

To execute a single task from a project plan, this Skill spawns a dedicated executor agent to run one isolated task. It requires a PROJECT_NAME to locate the plan directory, verifies the plan structure, and runs the specified task independently.

Can I re-run a failed task in isolation to test an individual phase?

Yes, you can re-run a failed task in isolation to test an individual phase. The Skill spawns an arn-code-task-executor agent to run the specific failed task again, saving time and reducing risk by avoiding a full plan execution.

How does the review gate work when executing a task?

The review gate optionally validates implementation before task completion during task execution. When engaged, it verifies the work done by the executor agent, ensuring the isolated task meets quality standards before marking it complete.

What do I need to provide to run an isolated task execution?

To run an isolated task execution, you need to provide the PROJECT_NAME so the system can locate the plan directory. The Skill then verifies the plan structure before spawning the dedicated executor agent to run the specified task.

Why should I use isolated task execution instead of running the full automation plan?

Isolated task execution lets you test or repair a single piece of the pipeline without running the full automation plan. This targeted approach saves time and reduces risk when you need to re-run a failed task or implement one isolated task.

Does this task execution support visual testing configuration?

Yes, task execution supports visual testing configuration. When you execute a single task from the project plan using the dedicated executor agent, it can optionally engage visual testing configuration to validate the implementation.