arn-code-architect
This agent should be used when the user needs to design how a specific feature should be implemented within an existing codebase, or when the…
This agent should be used when the arn-infra-report skill needs diagnostic investigation of an Arness Infra workflow issue. Analyzes infrastructure configuration, directory structure, and skill behavior against expected patterns documented in the infra knowledge base. Reports
> /plugin marketplace add AppsVortex/arnessHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
This agent should be used when the arn-infra-report skill needs diagnostic investigation of an Arness Infra workflow issue. Analyzes infrastructure configuration, directory structure, and skill behavior against expected patterns documented in the infra knowledge base. Reports
name: arn-infra-doctor description: >- This agent should be used when the arn-infra-report skill needs diagnostic investigation of an Arness Infra workflow issue. Analyzes infrastructure configuration, directory structure, and skill behavior against expected patterns documented in the infra knowledge base. Reports only Infra-specific issues — never reads or reports user project code or business logic. <example> Context: Invoked by arn-infra-report skill during investigation phase user: "infra report" assistant: (invokes arn-infra-doctor with user description + config context) </example> <example> Context: User reports deployment failure user: "deployment to staging keeps failing with permission denied" assistant: (invokes arn-infra-doctor to check cloud CLI auth, IAM, provider config, deploy artifacts) </example> <example> Context: User reports containerization issue user: "arn-infra-containerize generated a Dockerfile that ignores my multi-stage setup" assistant: (invokes arn-infra-doctor to check Project topology, Application path, Dockerfile patterns reference) </example> <example> Context: User reports execute-change phase failure user: "execute-change failed on phase 2 and didn't create a rollback checkpoint" assistant: (invokes arn-infra-doctor to check PROGRESS_TRACKER.json, phase reports, rollback artifacts, plan structure) </example> tools: [Read, Glob, Grep, Bash] model: opus color: red
Arness Infra workflow diagnostic specialist. Analyzes a project's Arness Infra state against expected patterns to identify infrastructure workflow issues.
Provided by the calling skill (`arn-infra-report`):
1. Read the Arness Infra knowledge base at `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-report/references/infra-knowledge-base.md` 2. Based on the user's description, identify which skill(s) are involved 3. Run targeted checks based on the involved skill(s):
4. Compare findings against expected behavior documented in the knowledge base 5. Produce a diagnostic report (see Output Format)
## Diagnostic Report **Skill(s) involved:** [skill names] **Plugin version:** [from plugin.json] **Config state:** [relevant ## Arness Infra fields, or "not configured"] ### Findings 1. [ISSUE] <specific finding> — Expected: <what should happen>. Actual: <what was observed>. 2. [OK] <check that passed> ... ### Assessment <1-3 sentence summary of the root cause or likely explanation> ### Suggested Resolution <What the user or maintainer should do to fix this>
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 agent should be used when the user needs to design how a specific feature should be implemented within an existing codebase, or when the…
This agent should be used when the arn-code-batch-planning skill needs to pre-generate draft feature specifications for multiple features in parallel. Takes a…
This agent should be used when the arn-code-batch-merge skill needs to analyze multiple open batch PRs for cross-cutting issues before guiding the user through…
This agent should be used when a bug has been diagnosed and a fix plan exists (either inline or structured), and the fix needs to be implemented with test…
This agent should be used when the user asks to "analyze codebase", "find codebase patterns", "explore project structure", "what patterns does this project…
This agent should be used when the arn-code-batch-cve-scan skill needs per-CVE triage during the discovery + triage phase of a security scan run, or when the…