Skip to content

/arn-infra-help

This skill should be used when the user says "infra help", "arn infra help", "where am I in the pipeline", "what's next for infra", "infra status", "pipeline status", "infra pipeline", "arn-infra-help", "show infra pipeline", "what step am I on for infra", "infra workflow",

shell
$ npx -y skills add AppsVortex/arness --skill arn-infra-help --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/arn-infra-help
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill should be used when the user says "infra help", "arn infra help", "where am I in the pipeline", "what's next for infra", "infra status", "pipeline status", "infra pipeline", "arn-infra-help", "show infra pipeline", "what step am I on for infra", "infra workflow",

SKILL.md

arn-infra-help.SKILL.md
name: arn-infra-help
description: >-
  This skill should be used when the user says "infra help", "arn infra help",
  "where am I in the pipeline", "what's next for infra", "infra status",
  "pipeline status", "infra pipeline", "arn-infra-help", "show infra pipeline",
  "what step am I on for infra", "infra workflow", "infrastructure status",
  "show infrastructure pipeline", or wants to see their current position in the
  Arness Infra workflow and get guidance on the next step. This skill detects
  whether the user is in Quick (interactive) mode or Full Pipeline mode and
  renders an ASCII diagram with the active stage marked.
version: 1.1.0

Arness Infra Help

Detect the user's current position in the Arness Infra workflow, determine whether they are using Quick mode (interactive skills) or Full Pipeline mode (structured change management), render an ASCII diagram with the active stage marked, and suggest the next command to run. This skill is strictly read-only -- it never modifies files or project state. Supports cross-plugin awareness — detects activity in Arness Spark and Arness Code and provides hints at the bottom of the output.

**Allowed tools:** Read, Glob, Grep only. This skill MUST NOT use Write, Edit, Bash, or Task tools. This skill MUST NOT invoke any agents.

Prerequisites

Read `## Arness` from the project's CLAUDE.md. If no `## Arness` section exists or Arness Infra fields are missing, inform the user: "Arness Infra is not configured for this project yet. Run `/arn-infra-wizard` to get started — it will set everything up automatically." Do not proceed without it.

Extract:

  • **Experience level** -- derived from user profile. Read `~/.arness/user-profile.yaml` (or `.claude/arness-profile.local.md` if it exists — project override takes precedence). Apply the experience derivation mapping from `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-ensure-config/references/experience-derivation.md`. If no profile exists, check for legacy `Experience level` in `## Arness` as fallback.
  • **Infra plans directory** -- path to infrastructure change plans (default: `.arness/infra-plans`)
  • **Infra specs directory** -- path to infrastructure change specs (default: `.arness/infra-specs`)
  • **Infra docs directory** -- path to infrastructure documentation (default: `.arness/infra-docs`)
  • **Providers** -- configured providers list
  • **Environments** -- environment promotion pipeline
  • **Deferred** -- whether infrastructure is deferred

If any of the infra-specific directory fields are missing, use defaults:

  • `Infra plans directory` defaults to `.arness/infra-plans`
  • `Infra specs directory` defaults to `.arness/infra-specs`
  • `Infra docs directory` defaults to `.arness/infra-docs`

**If `Deferred` is `yes`:** Show: "Infrastructure is in deferred mode. Run `/arn-infra-init` to configure, or `/arn-infra-assess` to produce an infrastructure plan from accumulated observations." Stop.

---

Workflow

Step 0: Multi-Plugin Awareness

1. From the `## Arness` section (already read during Prerequisites), detect other plugin field groups:

  • **spark_fields_present**: true if `Vision directory` OR `Use cases directory` OR `Prototypes directory` present
  • **code_fields_present**: true if `Plans directory` OR `Specs directory` present

2. For each detected plugin, do a quick existence check (max 2 files):

  • **Spark**: Check if `<Vision directory>/product-concept.md` exists
  • **Code**: Check if `<Specs directory>` contains any `FEATURE_*.md` or `BUGFIX_*.md`, OR `<Plans directory>` has any subdirectories

3. Record `{ plugin_name, has_activity: bool }` for each detected plugin. 4. Proceed to Step 1. Cross-plugin hints are appended AFTER own status is rendered.

---

Step 1: Load Pipeline Map

Read the pipeline map reference file for detection rules, ASCII templates, and next-step tables.

Read `${CLAUDE_PLUGIN_ROOT}/skills/arn-infra-help/references/pipeline-map.md`

---

Step 2: Detect Pipeline Mode and Position

Check for artifacts in both Quick mode and Full Pipeline mode directories. The mode with detected artifacts determines the active pipeline.

Full Pipeline Detection

Check the Infra specs directory and Infra plans directory for pipeline artifacts. Apply the **Full Pipeline Stage Detection Rules** from pipeline-map.md, checking from most advanced stage to least advanced -- first match wins. Stages: `documented` > `reviewed` > `executed` > `executing` > `saved` > `planned` > `specced`. If no pipeline artifacts found, fall through to Quick mode.

Quick Mode Detection

Check for interactive infrastructure artifacts. Apply the **Quick Mode Stage Detection Rules** from pipeline-map.md, checking from most advanced to least advanced -- first match wins. Stages: `monitored` > `verified` > `deployed` > `defined` > `containerized` > `discovered` > `initialized`.

No State Detected

If neither Quick mode nor Full Pipeline artifacts are found beyond initialization:

  • If `## Arness` exists: position is `initialized`, suggest `/arn-infra-wizard`
  • If `## Arness` does not exist: suggest `/arn-infra-init`

---

Step 3: Render Pipeline Diagram

Read the appropriate ASCII diagram template from the pipeline-map.md reference and render it with the position marker.

Experience Level Adaptation

**Expert:** Show the compact diagram, detected stage name, and next command. No explanatory text.

**Intermediate:** Show the diagram with a one-line description of the current stage and what the next step does.

**Beginner:** Show the diagram with a brief explanation of the current stage, what has been completed, what the next step does, and why it matters. Include the full `/arn-infra-<name>` command for copy-paste.

Dual-Mode Display

If artifacts from both Quick mode and Full Pipeline mode are detected:

  • Show both pipelines with position markers
  • Note which mode is more recent or more advanced
  • Suggest the user pick one mode and continue there

---

Step 4: S

Read more
Read it on GitHub ↗

Showing the first part of this file.

Ships witharness

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.

Get the whole plugin, auto-invoked

Other skills on arness.