pluginslab

Ship Feature — Development skill for Claude Code

Development community

Mark the active feature complete and archive it.

How to install Ship Feature

Installs to ~/.claude/commands/pluginslab-wp-agentic-kit-ship-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pluginslab/wp-agentic-kit/HEAD/.claude/commands/ship-feature.md -o ~/.claude/commands/pluginslab-wp-agentic-kit-ship-feature.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ship Feature does


description: Mark the active feature complete and archive it. Updates progress.md status, then moves the dir to .claude/plans/archive/YYYY-MM-DD-NNN-slug/. argument-hint: "[feature-slug]"

Ship feature

Close the loop on a shipped feature.

  1. If $ARGUMENTS is empty, locate the active feature: the most recently modified .claude/plans/features/*/progress.md whose status: is not already complete. Use its directory's basename as the slug.
  2. If $ARGUMENTS is non-empty, use it as

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • LifeOS — ⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your i 18.7k ★
  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★

Full documentation available on GitHub

View Source Repository