Skip to content

Arness Code Skills

Complete reference for all 35 Arness Code skills. For workflow-oriented documentation, see the Arness Code plugin guide.

The five first-citizen entry points are the primary way to interact with Arness Code. Each one orchestrates multiple internal skills and chains to the next stage.

CommandDescriptionVersion
/arn-planningGo from an idea, issue, or bug report through to a complete implementation plan. Handles severity-aware scope routing across three ceremony tiers (swift, standard, thorough) and chains to arn-implementing.1.1.0
/arn-implementingExecute an implementation plan, run a quick implementation (swift), a standard-tier implementation, or manage the build-simplify-review cycle. Chains to arn-shipping.1.1.0
/arn-shippingCommit, push, and optionally create a pull request. Wraps arn-code-ship and chains to arn-reviewing-pr.1.0.0
/arn-reviewing-prValidate PR review comments, categorize findings, and fix or defer issues. Chains back to arn-implementing if substantial fixes are needed.1.0.0
/arn-assessingComprehensive technical assessment of the codebase against stored patterns, followed by prioritized improvement execution. Chains to arn-implementing if improvements are identified.1.0.0
CommandDescriptionVersion
/arn-code-initSet up Arness for a project by analyzing or defining code patterns, choosing configuration options, and persisting everything to CLAUDE.md. Optional — Arness auto-configures with sensible defaults on first skill invocation.1.0.0
/arn-code-helpDetect current position in the Arness Code development pipeline, render a diagram with the active stage marked, and suggest the next command. Cross-plugin aware — detects Spark and Infra activity and provides hints. Read-only.1.2.0
CommandDescriptionVersion
/arn-code-feature-specDevelop a feature idea into a well-formed specification through iterative conversation with architectural analysis. For XL features, creates multiple sub-feature specs with traceability.1.3.0
/arn-code-feature-spec-teamsDevelop a feature idea through structured debate between specialist agents (architects, UX experts, security specialists) using the experimental Agent Teams feature.0.1.0
/arn-code-bug-specInvestigate a bug through iterative conversation with diagnostic analysis. Bridges the gap between a bug report and either a direct fix or a structured bug specification for the pipeline.1.0.0
CommandDescriptionVersion
/arn-code-planGenerate an implementation plan from a specification by invoking the feature-planner agent. Presents the plan for review and iterates on feedback until approved.1.0.0
/arn-code-save-planConvert a planning conversation into a structured, executable project with phased implementation plans, testing plans, task lists, and progress tracking.2.0.0
/arn-code-review-planValidate a structured project plan for completeness, correctness, and pattern compliance before execution. Offers interactive remediation and can proceed directly to taskify.1.0.0
CommandDescriptionVersion
/arn-code-taskifyConvert a project’s TASKS.md into a Claude Code task list with dependency management. Creates tasks and wires up the dependency graph.1.0.0
/arn-code-execute-planExecute a structured project plan by dispatching parallel batches of task-executor agents with review gates. Independent tasks run concurrently; dependent tasks wait for blockers.0.3.0
/arn-code-execute-plan-teamsExecute a structured project plan using the experimental Agent Teams feature. Creates a coordinated team of executor, reviewer, and architect teammates.0.3.0
/arn-code-execute-taskExecute a single specific task from the task list by spawning a task-executor agent with optional review. For one task only — use execute-plan for the full plan.0.3.0
CommandDescriptionVersion
/arn-code-swiftImplement small features (1-8 files) through a lightweight, pattern-aware workflow: quick architectural assessment, inline plan, direct execution, verification, and review in a single session.1.1.0
/arn-code-standardImplement medium-complexity features through a mid-ceremony workflow: spec-lite generation, structured plan, task-tracked execution, verification, review-lite, and unified change record.1.0.0
/arn-code-sketchCreate a working interface preview of a feature using the project’s actual framework and conventions before committing to full implementation. Supports web, CLI, and TUI paradigms.1.0.0
CommandDescriptionVersion
/arn-code-simplifyAnalyze recently implemented code for reuse opportunities, quality issues, and efficiency problems. Dispatches three parallel reviewers and applies user-approved fixes.1.0.0
/arn-code-review-implementationPost-execution quality gate that verifies an implementation matches the plan and follows stored code patterns. Reports issues as ERRORS, WARNINGS, INFO with a verdict.1.0.0
/arn-code-review-prReview PR comments from GitHub or Bitbucket, validate each finding against actual code, categorize by severity, and optionally connect back into the pipeline for fixes.1.1.0
CommandDescriptionVersion
/arn-code-batch-planningPlan multiple features from the greenfield Feature Tracker, GitHub issues, or Jira issues in a single session. Pre-analyzes all selected features in parallel, then guides sequential spec review with pipelined plan generation.1.0.0
/arn-code-batch-implementSpawn parallel worktree-isolated background agents to implement multiple features simultaneously. Each worker is a full independent session operating in its own git worktree.1.0.0
/arn-code-batch-mergeDiscover open batch PRs, analyze them for conflicts, determine an optimal merge order, and execute merges with user-guided conflict resolution.1.0.0
/arn-code-batch-simplifyPost-merge cross-feature quality pass that finds duplication and consolidation opportunities across independently implemented features. Uses the 3-reviewer pattern with cross-feature context.1.0.0
CommandDescriptionVersion
/arn-code-shipGuide through branching, staging, committing, pushing, and optionally opening a pull request. Works standalone or as the final pipeline step.1.2.0
/arn-code-document-projectGenerate developer documentation for a completed feature or bug fix by reading plan artifacts, spec files, execution reports, and git diff.1.0.0
CommandDescriptionVersion
/arn-code-assessRun a comprehensive technical assessment of the codebase against stored patterns, let the user prioritize findings, then orchestrate the full pipeline for multiple improvements.1.0.0
/arn-code-pick-issueBrowse issues filtered by Arness labels, select one, and route it to the appropriate pipeline skill. Supports local-first dependency resolution from a greenfield feature backlog.1.2.0
/arn-code-create-issueCreate an issue in the configured issue tracker (GitHub or Jira) with Arness labels for type and priority.1.1.0
/arn-code-catch-upRetroactively document commits made outside the Arness pipeline. Scans git history, identifies undocumented commits, and generates lightweight CATCHUP records.1.0.0
CommandDescriptionVersion
/arn-code-reportReport an Arness Code workflow issue by running a diagnostic via the arn-code-doctor agent, then file a GitHub issue on the Arness repository. Cross-plugin aware — detects if the issue belongs to Spark or Infra and suggests the right report skill.1.1.0
CommandDescriptionVersion
/arn-code-ensure-configVerify and establish Arness Code configuration for the current project. Runs automatically as Step 0 of all entry-point skills to guarantee a valid user profile and config section exist.1.0.0