arn-assessing
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "execute task N", "run task N", "implement task N", "re-run task N", "retry task N", "run single task", or wants to execute a single specific task from the task list with optional review. This is for ONE task only — for executing the
$ npx -y skills add AppsVortex/arness --skill arn-code-execute-task --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-code-execute-taskContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "execute task N", "run task N", "implement task N", "re-run task N", "retry task N", "run single task", or wants to execute a single specific task from the task list with optional review. This is for ONE task only — for executing the
name: arn-code-execute-task description: >- This skill should be used when the user says "execute task N", "run task N", "implement task N", "re-run task N", "retry task N", "run single task", or wants to execute a single specific task from the task list with optional review. This is for ONE task only — for executing the full plan (all tasks), use arn-code-execute-plan instead. version: 0.4.0
Execute a single task from the task list by spawning a `arn-code-task-executor` agent. Optionally run a `arn-code-task-reviewer` to validate the implementation before marking the task complete.
Pipeline position (this is an alternative entry point, not in the main pipeline):
arn-code-taskify -> arn-code-execute-task (single task) -> [optional] arn-code-review-implementation
Use cases:
If no `## Arness` section exists in the project's CLAUDE.md, inform the user: "Arness is not configured for this project yet. Run `/arn-implementing` to get started — it will set everything up automatically." Do not proceed without it. Task list must exist (run `/arn-code-taskify` first).
1. Read the project's CLAUDE.md and extract the `## Arness` section to find:
**Template version check:** If `Template version` and `Template updates` fields are present, run the template version check procedure documented in arn-code-save-plan Step 1 (Template Version Check) before proceeding. If `## Arness` does not contain these fields, treat as legacy and skip.
---
---
Ask (using `AskUserQuestion`):
**"Run with review gate after execution?"**
Options: 1. **Yes, review after execution** (Recommended) -- Spawn reviewer to validate 2. **No, execute only** -- Skip review, mark complete after executor finishes
If review chosen, also ask:
Ask (using `AskUserQuestion`):
**"How should Arness handle critical review findings?"**
Options: 1. **Resume executor with feedback** (Recommended) -- Resumes the original agent with its full implementation context 2. **Dispatch fresh executor with review report** -- Spawns a new executor with the review report as context
Store the choice for the execution session.
---
1. Ask the user for `PROJECT_NAME` if not provided in the trigger message 2. Verify the project directory exists:
<plans-dir>/<PROJECT_NAME>/ ├── INTRODUCTION.md ├── TASKS.md ├── PROGRESS_TRACKER.json ├── plans/PHASE_*.md └── reports/
If `PROGRESS_TRACKER.json` is missing, warn that progress tracking will not be available. Execution can still proceed. 3. Mark task as `in_progress` via TaskUpdate 4. Check if the project has `### Visual Testing` configured in the `## Arness` section of CLAUDE.md. If found, extract: capture script path, compare script path, baseline directory, diff threshold.
Note: Extract only the top-level fields (implicit Layer 1). Do NOT parse `#### Layer N:` subsections — multi-layer visual validation runs during `/arn-code-review-implementation`, not per-task.
5. **Determine the executor model.** First check the per-phase upgrade override:
Then spawn `arn-code-task-executor` via the Task tool with the determined model. Full context:
6. Record the agent ID returned by the Task tool (needed for resume mode) 7. Wait for executor to complete
---
1. Read the executor's output to extract:
Arness — H not required. Structured AI workflows for Claude Code. From first idea to production deploy. Seven entry commands. That's all you need to remember.
This skill should be used when the user says "assessing", "arness assessing", "assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "arness code assess", "arn-code-assess", "assess codebase", "technical review", "codebase assessment", "find…
This skill should be used when the user says "fix CVEs", "patch vulnerabilities", "apply security patches", "resolve security advisories", "batch CVE fix",…
This skill should be used when the user says "scan for CVEs", "CVE scan", "check for vulnerabilities", "find vulnerabilities", "check security advisories",…
This skill should be used when the user says "batch implement", "implement all", "batch execution", "implement all features", "parallel implement", "implement…
This skill should be used when the user says "batch merge", "merge batch", "arness batch merge", "arn-code-batch-merge", "merge all PRs", "merge batch PRs",…