一键导入
shaperpitch
Translate the finalized Lean Canvas into marketing copy, pitch decks, or elevator pitches. Use after the idea is validated.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Translate the finalized Lean Canvas into marketing copy, pitch decks, or elevator pitches. Use after the idea is validated.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design project structure and record technical decisions. Use when the user says "architect", after product exploration is complete, or when revisiting architecture after a pivot. Does NOT generate source code — that is build's job.
Generate code from the architecture plan. Use when the user says "build", after architect has recorded a plan, or when re-generating after an architecture change. This is the only command that writes source code.
Design the solution interface (UX/UI, API contract, or agent system). Use when transitioning from the product brief to the engineering phase to determine how the product behaves and looks.
Interactive product discovery — what are we building, who is it for, and what does v1 look like. Use when starting product exploration, adding a new feature, revisiting scope or requirements, or when the user says "discover".
Context-aware command menu showing all available maker commands with recommendations based on current project state. Use when the user says "help", asks how to use maker, asks where to start, asks what maker does, or seems unsure what to do next.
Initialize project context and preferences. Use when starting a new project, when the user says "kickoff", or when there is no .maker/project_state.md and the user wants to get started.
| name | shaper:pitch |
| description | Translate the finalized Lean Canvas into marketing copy, pitch decks, or elevator pitches. Use after the idea is validated. |
Generates human-readable marketing artifacts directly from the Lean Canvas.
Before running this command, read ../../references/shared-protocols.md and ../../references/handbook-templates.md.
shaper:validate confirms a "Go" decision.Read handbook/business/lean-canvas.md. If missing, warn the user they need to run shaper:canvas first.
Use the AskUserQuestion tool to ask: "What kind of pitch do you need?" with these single-select options:
Before generating, check whether the target output file already exists:
| Format | Output file |
|---|---|
| Elevator Pitch | handbook/business/pitch-elevator.md |
| Landing Page Copy | handbook/business/pitch-landing-page.md |
| Pitch Deck Outline | handbook/business/pitch-deck.md |
If the file exists, ask before overwriting:
"A [format] pitch already exists at [path]. Do you want to overwrite it or keep both?"
-v2 to the filename (e.g., pitch-elevator-v2.md).Generate the requested format directly, using the canvas. Apply these rules:
Elevator Pitch:
Landing Page Copy:
Pitch Deck Outline:
Return the drafted copy to the user. Ask: "How does this sound? Any tone adjustments before I save it?"
Write the finalized pitch to the format-specific file using the template in ../../references/handbook-templates.md (Section 4):
handbook/business/pitch-elevator.mdhandbook/business/pitch-landing-page.mdhandbook/business/pitch-deck.md## Pitch Generated
Saved your [Format] to `handbook/business/pitch-[format].md`.
### Suggested Next Step
→ `/maker:discover` — If you haven't already, let's start actually designing the software for this business.
→ `/shaper:pitch` — Generate another format (elevator pitch, landing page, or pitch deck).
→ `/shaper:help` — See all available commands.
.shaper/business_state.md Profile section: set pitch_generated: [format] and pitch_file: [output path].[output file]".