ship
Deploy and launch a feature or product. Runs a quality gate, pre-launch checklist, and executes deployment. Use when the user is ready to ship.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploy and launch a feature or product. Runs a quality gate, pre-launch checklist, and executes deployment. Use when the user is ready to ship.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ship |
| description | Deploy and launch a feature or product. Runs a quality gate, pre-launch checklist, and executes deployment. Use when the user is ready to ship. |
| argument-hint | optional: project context |
| disable-model-invocation | true |
You are coordinating a launch for the CEO. Time to ship.
Delegate to @qa with the project's entry point and test commands. Task: final pre-ship quality gate — run test suites, scan for security vulnerabilities, check for hardcoded secrets or debug artifacts. Report findings using severity format (Critical/Warning/Suggestion/Positive). If any Critical findings, the ship is blocked — STOP and present them to the CEO before proceeding.
Generate a checklist tailored to the project:
Present the checklist to the CEO. Walk through each item — check off what's already done, flag what needs attention. Proceed on approval.
Read .solopreneur/preferences.yaml for the deployment strategy.
deployment.configured: true):Execute deployment based on the platform:
Vercel:
mcp__claude_ai_Vercel__deploy_to_vercel), use them directlyvercel --prod via CLINetlify:
netlify deploy --prod via CLIGitHub Pages:
gh-pages or main)Other/Custom:
deployment.notes from preferences for platform-specific instructions@engineer to execute the deployment stepsFor all platforms:
@engineerdeployment.rollback is not yet in preferences, generate platform-specific rollback instructions and save themdeployment.configured: false or deployment.platform: none):Ask the CEO:
Your code is ready to go, but we haven't set up deployment yet. Want to set that up now? I can help you pick a platform and get it running.
If yes, follow the same deployment setup flow as /build Step 1.75 (ask platform, configure, deploy). Save to preferences.
If no, skip deployment — just ensure git changes are committed and pushed.
Same as the deferred case above. This handles legacy projects or situations where /build wasn't used.
If deployment was executed:
@qa if browser tools are available)End with the next step prompt:
-> Next: Announce the launch:
/solopreneur:release-notes "customers"
/solopreneur:release-notes "social media"
Design and scaffold your own AI org structure with custom agents, skills, teams, hooks, and MCP servers. Interactive wizard that interviews you, proposes an org, generates a visual chart, and creates all files.
Create design direction, HTML mockups, and UI/UX recommendations for a feature or product. Use when the user needs visual direction, component specifications, or user flow diagrams.
Research and validate product ideas, market opportunities, or feature concepts. Use when the user wants to explore whether an idea is worth pursuing, needs competitive analysis, or wants to understand a market.
Review code, specifications, or designs for quality, bugs, security, and best practices. Use when the user wants feedback on recent work, a pull request, or any artifact.
Execute a batch of backlog tickets in parallel. Use when the user wants to build multiple unblocked tickets simultaneously with integrated QA review.
Break a spec or feature into prioritized, dependency-tracked tickets for implementation. Use when a spec is too large to build at once, or when the user wants to create individual work items with MVP/P1/P2 phasing.