run

Orchestrate the website-factory pipeline with validate, build, QA, and deploy phases.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/calebaero/website-factory --skill run-calebaero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/calebaero/website-factory/tree/main/skills/run
Command: npx skills add https://github.com/calebaero/website-factory --skill run-calebaero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The run skill acts as the top-level orchestrator for the website-factory pipeline, chaining all phase-skills into a single, controllable workflow to build, validate, scaffold, deploy, and publish a site.

Core Features & Use Cases

  • Orchestrates the end-to-end website pipeline by sequencing validate-brief, plan-site, scaffold-site, build-site, add-cms, qa-site, deploy-preview, and optional publish-site.
  • Supports resumable runs, dry-runs for planning, and gate-driven stopping points to ensure safe, auditable deployments.
  • Writes run logs and marker artifacts to enable traceability and replays of previous runs for debugging and auditing.

Quick Start

Invoke the orchestrator with a site path or plan, for example /website-factory:run sites/acme/site-brief.json.

Frequently Asked Questions about run

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

FAQPage Schema
How do I orchestrate a full website pipeline end-to-end from a brief?

To orchestrate a full website pipeline, invoke the run skill with a site path or brief. It chains validate-brief, plan-site, scaffold-site, build-site, add-cms, qa-site, and deploy-preview into a single automated workflow.

What is the best way to automate website deployment phases safely?

Automating website deployment phases is best handled by an orchestrator that respects gate-driven stopping points. This ensures safe, auditable deployments by validating each phase before proceeding to scaffold, build, or publish.

Can I resume an interrupted website build pipeline from a previous phase?

Yes, you can resume an interrupted website build pipeline. The orchestrator supports resumable runs by writing run logs and marker artifacts, allowing you to restart or replay previous runs for debugging and auditing.

How do I dry-run a website workflow to plan phases without deploying?

You can dry-run a website workflow to plan phases without deploying by enabling the optional dry-run mode. This allows you to sequence the site brief validation and planning steps without executing the actual build or preview deployment.

Does the website-factory pipeline support automated publishing after preview deployment?

Yes, the website-factory pipeline supports automated publishing after preview deployment. The orchestrator chains an optional publish-site phase immediately following the qa-site and deploy-preview phases to complete the end-to-end workflow.