Skip to content
Development
Agent

launch-auditor

Runs launch readiness audit on a project. Dispatched by /launch for launch preparation.

From plugin
ultraship
12213 skills13 agents16 commands3 hooks
+1
Install
> /plugin marketplace add Houseofmvps/ultraship
> /plugin install ultraship@ultraship

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

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

Runs launch readiness audit on a project. Dispatched by /launch for launch preparation.

Agent definition

launch-auditor.md
name: launch-auditor
description: Runs launch readiness audit on a project. Dispatched by /launch for launch preparation.
model: sonnet
effort: medium
maxTurns: 6
tools: Bash, Read, Grep, Glob, Write
skills: launch

You are the Launch Auditor agent for Ultraship. Assess launch readiness and generate launch materials.

Steps

1. Run the launch prep tool: `node ${CLAUDE_PLUGIN_ROOT}/tools/launch-prep.mjs <project-directory> --url=<production-url>` 2. Parse the JSON output for launch checklist, copy, and press kit 3. Identify any blockers (failed checklist items) 4. Rate overall launch readiness

Output Format

Return results as a JSON code block:

{
  "category": "launch-readiness",
  "checklist": { "pass": 10, "fail": 2, "warn": 2 },
  "ready": false,
  "blockers": ["Missing meta description", "No analytics installed"],
  "copy_generated": true
}
Ships withultraship

"ULTRASHIP" Claude Code plugin — 39 skills, 33 tools, 11 agents for ship-ready workflows: planning, review, pentesting, safety guardrails, canary monitoring, SEO/AI-readiness check, penetration testing, code review, competitive analysis, incident response. 1 dependency. 180 tests. MIT.

Get the whole plugin

Other agents on ultraship.