# Ship Mode

> Forces deployment over preparation. Detects accumulation patterns and triggers shipping actions. For when you're afraid to ship. Use when this capability is needed.

- Skill: `tomevault-io/ship-mode` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ship-mode`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ship-mode/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ship-mode

---


# SHIP_MODE Skill

**Purpose:** Break the infinite preparation loop. Ship imperfect things.

## Activation Triggers

- "I need to read more before..."
- "Let me just organize..."
- "It's not ready yet..."
- 3+ hours on task without delivery
- "I'll deploy after I..."

## Commands

### ship_now
```bash
ship_mode --force
```

**Actions:**
1. Git commit with timestamp
2. Create DELIVERABLES/ folder if missing
3. Move current work to DELIVERABLES/
4. Log to JIKOKU: ship_event
5. Alert: "SHIPPED: [filename]"

### detect_theater
```bash
ship_mode --detect
```

**Checks:**
- File age > 24h without commit?
- "Preparing" in last 10 commits?
- No deliverables in 48h?

**Output:** Theater score 0-10

### minimum_viable
```bash
ship_mode --mvp
```

**Question:** What's the smallest shippable version?

**Forces:** Strip to core. Ship that. Iterate.

## Integration

Add to heartbeat:
```
if theater_score > 7:
    ship_mode --force
```

## Mantra

"Perfect is the enemy of shipped."
"The fear is the signal you're doing real work."
"Ship, then improve."

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/amitabhainarunachala) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

