Skip to content
Productivity
Skill

/plan-launch

Launch planning workflow — chain risk assessment, cross-team coordination, agile delivery, and release planning Use when: Preparing for a product launch, release, or go-live

BOOST
From plugin
super-pm
7055 skills1 hook
Install
$ npx -y skills add konglong87/superPM --skill plan-launch --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/plan-launch

Context preview

The summary Claude sees to decide when to auto-load this skill.

Launch planning workflow — chain risk assessment, cross-team coordination, agile delivery, and release planning Use when: Preparing for a product launch, release, or go-live

SKILL.md

plan-launch.SKILL.md
name: plan-launch
description: |
  Launch planning workflow — chain risk assessment, cross-team coordination, agile delivery, and release planning
  Use when: Preparing for a product launch, release, or go-live
allowed-tools:
  - Skill
  - AskUserQuestion
  - Read
  - Write
  - WebSearch
  - Bash

<!-- workflow-deps:start -->

安装依赖预检(执行工作流之前)

本工作流入口 **plan-launch** 只负责编排;单独安装它**不会**自动安装所调用的技能。 必需技能:`pm-risk`、`pm-cross`、`pm-agile`、`pm-release`。

先用当前平台的技能列表检查必需技能是否可用。**若缺少依赖,停止工作流**,不要假装已执行;告知用户缺少的技能并给出安装方式。不要擅自安装或跳过。 完整安装命令(只装本入口并不够):

npx skills add https://github.com/konglong87/superPM --skill plan-launch pm-risk pm-cross pm-agile pm-release

没有 Node.js/npm 时,可按仓库 README 手动安装完整技能包;安装后重新检查技能列表,再继续流程。 <!-- workflow-deps:end -->

Workflow contract

When the full pack is installed, also consult `skills/_shared/workflow-contract.md`; standalone installation follows the complete steps below. Reuse relevant existing artifacts after confirmation. Pause before each next stage; if AskUserQuestion is unavailable, ask in ordinary chat and wait. Do not claim a release is safe merely because a plan document exists.

Execution flow

1. **Risk assessment** — 执行 /pm-risk。识别风险、缓解措施与回滚触发条件。 2. **Cross-team coordination** — 执行 /pm-cross。明确责任人、依赖与升级路径。 3. **Agile delivery** — 执行 /pm-agile。明确剩余交付工作及检查点。 4. **Release planning** — 执行 /pm-release。基于风险、责任人与交付状态制定上线和回滚方案。

完成时仅列实际创建的文件;正式上线仍需真实验收与决策人批准。

Read more
Ships withsuper-pm

让每个产品经理都能轻轻松松的高效工作 ☕️ 📺 🚀

Get the whole plugin
Stats
70
Stars
8
Forks
Active
Maintenance
JavaScript
Language
MIT
License
2d ago
Last commit
6mo ago
Created

Repo: konglong87/superPM

Other skills on super-pm.

pm-brainstorm
Skill

pm-brainstorm

Use when: 需要创意方案、探索产品方向、发散思维、本质问题分析 用户说"我想做一个XX""帮我规划XX产品""帮我设计一下需求" 用户给出新产品方向,但尚未完成本轮…

pm-clarify
Skill

pm-clarify

Use when: 有初步需求清单需要细化细节、需明确需求场景和边界条件、需求描述模糊需要结构化 Do NOT use when: 需求已足够详细可直达开发、仅需快速立项无需深入