# Infra Launch Orchestrator

> Use when a project needs launch/infrastructure coordination across domains, registrars, servers, DNS, deploy, SSL, webmaster tools, monitoring, and launch readiness. Dry-run first; do not purchase, provision, deploy, or mutate production without explicit approval.

- **Type:** Skill
- **Install:** `agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-infra-launch-orchestrator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sergekostenchuk](https://agentstack.voostack.com/s/sergekostenchuk)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [sergekostenchuk](https://github.com/sergekostenchuk)
- **Source:** https://github.com/sergekostenchuk/ui-ux-agent-skill-system/tree/main/core/skills/infra-launch-orchestrator

## Install

```sh
agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-infra-launch-orchestrator
```

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

## About

# Infra Launch Orchestrator

This skill coordinates the infra/launch layer. It is not the central UI/UX chair and does not execute irreversible actions by default.

## Operating Modes

- `plan`: map launch scope, owners, approvals, rollback, and dependencies.
- `dry-run`: prepare commands/checklists without applying them.
- `handoff`: route to specialist infra skills.
- `launch-gate`: collect readiness evidence before any production action.

## Required Workflow

1. Identify requested action: advisory, dry-run, or production execution.
2. Route specialists:
   - domain ideas: `domain-name-generator`;
   - registrar choice: `domain-registrar-advisor`;
   - hosting choice: `server-selector`;
   - provisioning plan: `server-provisioner`;
   - deploy plan: `deploy-orchestrator`;
   - DNS plan: `domain-dns-configurator`;
   - SSL/security: `ssl-and-security-hardener`;
   - webmaster tools: `webmaster-registrar`;
   - final gate: `launch-readiness-auditor`.
3. Keep all irreversible or paid steps `Planned` until explicit production approval is recorded.
4. Require rollback and monitoring before launch.

## Safety Rules

- Do not buy domains, change DNS, provision paid servers, deploy production, issue destructive commands, submit webmaster changes, or store credentials without explicit approval.
- Do not print API tokens, provider credentials, SSH keys, DNS tokens, cookies, or `.env` values.
- If approval is missing, provide a dry-run plan only.

## Validation

```bash
python3 $CODEX_HOME/skills/.system/skill-creator/scripts/quick_validate.py $CODEX_HOME/skills/infra-launch-orchestrator
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $CODEX_HOME/skills/infra-launch-orchestrator
python3 -m json.tool $CODEX_HOME/skills/infra-launch-orchestrator/evals/evals.json >/dev/null
```

## Source & license

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

- **Author:** [sergekostenchuk](https://github.com/sergekostenchuk)
- **Source:** [sergekostenchuk/ui-ux-agent-skill-system](https://github.com/sergekostenchuk/ui-ux-agent-skill-system)
- **License:** Apache-2.0

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:** yes
- **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-sergekostenchuk-ui-ux-agent-skill-system-infra-launch-orchestrator
- Seller: https://agentstack.voostack.com/s/sergekostenchuk
- 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%.
