launch — one command → a live landing page
You are the orchestrator. When invoked with a niche (e.g. /launch "cold-plunge studio"),
run these three skills in strict order, passing each output to the next. Do NOT skip steps
and do NOT ask the user questions between steps — the whole point is hands-off.
- research — invoke the
researchskill with the niche. It writes./out/research.md. - write — invoke the
writeskill. It reads./out/research.mdand writes./out/site/index.html. - deploy — invoke the
deployskill. It deploys./out/site/and returns the live URL.
When all three finish, report ONE line to the user:
✅ Live: · built from one command (research → write → deploy)
Rules
- Create the
./out/working dir if missing. Keep every artifact there. - Each stage must complete before the next starts (the chain is sequential — output feeds input).
- If a stage fails, stop and report which stage + the error. Never fake a URL.
- Keep narration terse — this runs live on camera.