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 plan with teams", "run plan teams", "execute with agent teams", "team execution", "execute plan with agent teams instead of subagents", "teams mode", "agent teams mode", "execute with teams", or wants to execute a structured
$ npx -y skills add AppsVortex/arness --skill arn-code-execute-plan-teams --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arn-code-execute-plan-teamsContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user says "execute plan with teams", "run plan teams", "execute with agent teams", "team execution", "execute plan with agent teams instead of subagents", "teams mode", "agent teams mode", "execute with teams", or wants to execute a structured
name: arn-code-execute-plan-teams description: >- This skill should be used when the user says "execute plan with teams", "run plan teams", "execute with agent teams", "team execution", "execute plan with agent teams instead of subagents", "teams mode", "agent teams mode", "execute with teams", or wants to execute a structured project plan using Claude Code's experimental Agent Teams feature. Creates a team of executor, reviewer, and architect teammates that collaborate on task implementation with built-in quality gates. Requires the experimental Agent Teams feature to be enabled. For standard subagent-based execution, use arn-code-execute-plan instead. version: 0.3.0
Execute a structured project plan using Claude Code's experimental Agent Teams feature. Creates a coordinated team of executor, reviewer, and architect teammates that work together on task implementation. Each task goes through an implement->review->gate cycle within the team.
Pipeline position:
arn-code-taskify -> **arn-code-execute-plan-teams** (team: execute -> review -> architect consult -> gate) -> arn-code-review-implementation
This is an alternative to `arn-code-execute-plan` (subagent-based). Use this when:
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).
Run via Bash: `echo $CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS`
**If the variable is not set, is empty, or is set to "0" or "false":** Inform the user: "This skill requires Claude Code's experimental Agent Teams feature."
Provide setup instructions:
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 claude
Suggest the alternative: "You can use `arn-code-execute-plan` instead, which uses subagents and doesn't require Agent Teams."
**If enabled:** proceed to Step 2.
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.
2. Ask the user for `PROJECT_NAME` if not provided in the trigger message
3. Verify the project directory exists and contains the required structure:
<plans-dir>/<PROJECT_NAME>/ ├── INTRODUCTION.md ├── TASKS.md ├── PROGRESS_TRACKER.json ├── plans/PHASE_*.md └── reports/
4. If the project directory is missing, suggest running `/arn-code-save-plan` first 5. If PROGRESS_TRACKER.json is missing, warn that progress tracking will not be available. Execution can still proceed.
6. Call `TaskList` to check for existing tasks
Ask (using `AskUserQuestion`):
**"Tasks already exist with progress. How would you like to proceed?"**
Options: 1. **Resume** -- Continue execution from where it left off, picking up the next pending unblocked task 2. **Restart** -- Reset task statuses to pending (existing reports will be preserved; confirm before proceeding)
> **Note:** Teammates should not claim tasks until Step 4 completes. The lead notifies the team when the task list is structured.
Create ONE team for the entire execution. Determine team size based on the number of unblocked parallel tasks:
Team composition:
**Executor teammate(s)** (1-2 instances based on task count):
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",…