product-tutorial-pipeline
Installation
SKILL.md
Product Tutorial Pipeline
The end-to-end recipe behind packages/docs/cloud/team-quickstart.mdx.
Follow it to refresh that tutorial after product changes or to produce a new
one. Companion skills: cloud-dashboard-walkthrough (web flows),
daytona-electron-den (desktop), agent-first-screenshots (capture quality
bar + beautifier).
0. Branch
Fresh worktree from latest dev — never the user's checkout:
git fetch origin
git worktree add ../_worktrees/<name> -b docs/<tutorial-branch> origin/dev