From arn-infra
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.
npx claudepluginhub appsvortex/arness --plugin arn-infraThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
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.
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:
~/.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..arness/infra-plans).arness/infra-specs).arness/infra-docs)If any of the infra-specific directory fields are missing, use defaults:
Infra plans directory defaults to .arness/infra-plansInfra specs directory defaults to .arness/infra-specsInfra docs directory defaults to .arness/infra-docsIf 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.
## Arness section (already read during Prerequisites), detect other plugin field groups:
Vision directory OR Use cases directory OR Prototypes directory presentPlans directory OR Specs directory present<Vision directory>/product-concept.md exists<Specs directory> contains any FEATURE_*.md or BUGFIX_*.md, OR <Plans directory> has any subdirectories{ plugin_name, has_activity: bool } for each detected plugin.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
Check for artifacts in both Quick mode and Full Pipeline mode directories. The mode with detected artifacts determines the active pipeline.
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.
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.
If neither Quick mode nor Full Pipeline artifacts are found beyond initialization:
## Arness exists: position is initialized, suggest /arn-infra-wizard## Arness does not exist: suggest /arn-infra-initRead the appropriate ASCII diagram template from the pipeline-map.md reference and render it with the position marker.
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.
If artifacts from both Quick mode and Full Pipeline mode are detected:
Based on the detected position, look up the next command in the next-step table from pipeline-map.md.
Present the suggestion using the fully-qualified /arn-infra-<name> invocation format.
If the user is at the end of a pipeline:
/arn-infra-help periodically to check status, or /arn-infra-verify to re-validate your deployment."/arn-infra-verify to re-validate, or start a new change with /arn-infra-change-spec."After rendering the infra pipeline status and next-step suggestion, append cross-plugin hints from Step 0:
/arn-code-help for details."/arn-spark-help for details."/arn-infra-wizard to get started), then: "Looking for development workflows? Try /arn-code-help. Starting a new product? Try /arn-spark-help."/arn-infra-change-spec." If Code is configured: "Build more features with /arn-planning."After presenting the pipeline status:
Common questions the user might ask:
/arn-infra-change-spec to start the structured pipeline/arn-infra-wizard which detects project state and presents guided options/arn-code-help for Arness Code development pipeline status."/arn-spark-help for Spark exploration pipeline status."## Arness config missing: Suggest running /arn-infra-wizard to get started. Stop.initialized stage marked. Suggest running /arn-infra-wizard to start the infrastructure workflow./arn-infra-<next-command>."initialized stage. The directories may not have been created yet (pre-pipeline-feature projects)./arn-infra-init or producing an assessment via /arn-infra-assess./arn-infra-init, /arn-infra-wizard).