LaunchKit · 2026
Back to Skills

saas-orchestrator

Orchestrate SAAS factory operations - spawn subagents, track projects, manage revenue targets, and coordinate.

0
438 downloads
by @juniorxcoder

Setup & Installation

openclaw skills install @juniorxcoder/saas-orchestrator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install saas-orchestrator

What This Skill Does

Coordinates a multi-agent SAAS development pipeline by spawning and managing specialized subagents for market research, MVP development, marketing, and revenue tracking. Designed around a factory model where each product targets $1000+ MRR. Tracks project status, milestones, and growth metrics across multiple concurrent products.

Centralizes the full SAAS build cycle, research through revenue tracking, into a single orchestration layer instead of managing each phase manually.

When to use it

  • Launching a new SAAS product from idea to MVP in weeks
  • Checking revenue status across multiple active products
  • Delegating market research for a new niche to a subagent
  • Getting a launch and marketing plan for a finished MVP
  • Identifying which products are underperforming on MRR targets

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: I want to build a SAAS for freelance invoice automation. Target market: solo developers. Revenue goal: $1500 MRR.

AGENT
  1. 1Receives project description and revenue target
  2. 2Spawns a market research subagent via spawn-saas-researcher.py to validate the niche and analyze competitors
  3. 3Reviews research output and spawns a development subagent via spawn-saas-builder.py with validated requirements
  4. 4Spawns a marketing subagent via spawn-saas-marketer.py to produce a launch plan
  5. 5Registers the project in the factory tracker and sets MRR monitoring for $1500 target
OUTPUT

Active project entry created with MVP scope, launch plan, and revenue milestone tracking enabled