# Growth Orchestrator

> The coordinator for SocialForge — routes a social-media goal to the right skills in the right order and runs them as an end-to-end workflow. Use when the user gives a broad growth goal ("grow my account", "launch on TikTok", "go viral", "plan my month", "I have a video, do everything"), or isn't sure which skill they need. Trigger on any multi-step social-growth request. Works with any capable mo…

- **Type:** Skill
- **Install:** `agentstack add skill-moses607-socialforge-growth-orchestrator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [moses607](https://agentstack.voostack.com/s/moses607)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [moses607](https://github.com/moses607)
- **Source:** https://github.com/moses607/socialforge/tree/main/skills/growth-orchestrator

## Install

```sh
agentstack add skill-moses607-socialforge-growth-orchestrator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Growth Orchestrator

Individual skills are power tools; the orchestrator is the workflow that points them at a goal in sequence, passing each skill's output into the next. It turns "help me grow" into a concrete pipeline with a deliverable at the end.

## First: diagnose the goal

Classify the request into one of the standard workflows, and gather the minimum inputs (niche, platform(s), current size, the asset if any). Don't over-ask — start with what's given and fill gaps as you go.

## Standard workflows (skill chains)

- **New account / from scratch:**
  `onboarding-brand-brief` → `audience-bullseye` → `channel-competitor-analysis` → `content-strategy-engine` → `hook-machine` → `viral-script-generator`
- **"I have one long video, do everything":**
  `repurpose-master` → `hook-machine` (per clip) → `cross-platform-adapter` → `visual-idea-generator` → posting schedule
- **"Make this specific post go viral":**
  `channel-competitor-analysis` (of top performers in niche) → `hook-machine` → `viral-script-generator` → `visual-idea-generator`
- **Ride a trend now:**
  `trend-jacker` → `hook-machine` → `viral-script-generator` (fast lane, ship same day)
- **Monthly plan:**
  `audience-bullseye` → `content-strategy-engine` → `campaign-builder` → cadence
- **"Why isn't this working?":**
  `analytics-interpreter` → `performance-optimizer` → `hook-machine` / `content-strategy-engine` (fix the weakest link)
- **Launch/series/challenge:**
  `campaign-builder` → `content-strategy-engine` → `viral-script-generator` → `engagement-booster`

## Method

1. **Route.** Pick the workflow; state the chain you'll run and the final deliverable.
2. **Run in sequence, pass context forward.** Each skill consumes the prior output (persona → pillars → hooks → scripts). Don't restart from zero at each step.
3. **Gate on quality.** After hooks and scripts, apply the ship-only-4s-and-5s bar (see `hook-machine`). Weak link → loop that one skill, don't proceed.
4. **Deliver + measure.** End with a concrete artifact (calendar, script pack, campaign) and the metric to watch. Feed real results back into `performance-optimizer` next cycle.

## Output template

```
## Growth plan: 
Workflow: 
Inputs used: 

### Pipeline
Step 1 —  → 
Step 2 —  →  (uses step 1)
...

### Deliverable

### Metric to watch + next-cycle loop

```

## Rules

- Always name the chain and the final deliverable before running it — no aimless brainstorming.
- Pass context forward; never make a later skill re-derive what an earlier one already produced.
- One weak link kills the funnel. Gate after hooks/scripts and loop the weakest step rather than shipping it.
- Match ambition to inputs — a from-scratch account gets foundations first (persona, pillars), not a viral moonshot.
- Close the loop: every plan ends with a metric and what to run next cycle.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [moses607](https://github.com/moses607)
- **Source:** [moses607/socialforge](https://github.com/moses607/socialforge)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-moses607-socialforge-growth-orchestrator
- Seller: https://agentstack.voostack.com/s/moses607
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
