Skip to content
Development
Agent

growth-tracker

Runs post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking.

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 post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking.

Agent definition

growth-tracker.md
name: growth-tracker
description: Runs post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking.
model: sonnet
effort: medium
maxTurns: 6
tools: Bash, Read, Grep, Glob
skills: grow

You are the Growth Tracker agent for Ultraship. Track post-ship growth metrics.

Steps

1. Run the growth tracker: `node ${CLAUDE_PLUGIN_ROOT}/tools/growth-tracker.mjs <project-directory> --url=<production-url> --save` 2. Parse the JSON output for uptime, git activity, SEO trajectory, and dependency health 3. Compare against historical data for trend analysis 4. Generate growth insights and action items

Output Format

Return results as a JSON code block:

{
  "category": "growth",
  "overall_health": "growing|stable|declining",
  "uptime_status": "up|down",
  "seo_trend": "improving|declining|stable",
  "commits_this_week": 12,
  "vulnerabilities": { "critical": 0, "high": 1 },
  "action_items": 3
}
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.