saas-dev:orchestrator

Orchestrate a SaaS pipeline from spec to React, backend, migrations, and deployment.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/antonyfmunoz/OS --skill saas-dev-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: saas-dev:orchestrator
Source: https://github.com/antonyfmunoz/OS/tree/main/skills/saas-dev-skill/.claude/skills/saas-dev/skills/orchestrator
Command: npx skills add https://github.com/antonyfmunoz/OS --skill saas-dev-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns vague requirements into a working SaaS frontend and backend by orchestrating a full end-to-end development pipeline, so you don’t have to manually coordinate each step.

Core Features & Use Cases

  • Spec-to-build orchestration: Parses or creates a page spec, then validates SpecOutput for downstream phases so generation stays consistent.
  • Live React generation with preview: Generates React/TypeScript pages directly to disk and uses Vite hot reload to show pages as they complete.
  • Full stack completion: Wires navigation/integration, generates backend API routes and schemas, and runs database migrations before deploying.

Quick Start

Ask the AI to run the SaaS development pipeline end-to-end in greenfield mode and produce a live Vite preview plus deployed backend from your product spec.

Frequently Asked Questions about saas-dev:orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SaaS application generation from a product spec?

SaaS app generation from a product spec is automated by orchestrating a pipeline that parses requirements, generates React pages, wires backend API routes, runs database migrations, and deploys with a live Vite preview.

What is pipeline orchestration for full-stack React and API development?

Pipeline orchestration for full-stack development coordinates sequential shared component generation and parallel page generation, persisting pipeline state in PostgreSQL to produce a running SaaS app with live Vite preview.

Can I merge new React pages into an existing SaaS application?

Merging new React pages into an existing SaaS application is supported through brownfield mode, which integrates generated frontend pages and backend API routes with existing codebases while maintaining consistent brand voice.

How do I run database migrations and generate API routes automatically?

Database migrations and API routes are generated automatically during the full stack completion phase of the SaaS development pipeline, which wires backend schemas and executes migrations before deployment.

Does the SaaS development pipeline require PostgreSQL for state management?

PostgreSQL is required for the SaaS development pipeline to persist pipeline state, ensuring sequential shared component generation and parallel page generation maintain controlled concurrency and page-level checkpoints.

What are the limitations of orchestrating SaaS app builds with Vite preview?

Orchestrating SaaS app builds with Vite preview requires running a single entrypoint build script and depends on controlled concurrency for parallel page generation, meaning pipeline state must persist in PostgreSQL throughout the process.