feature-launch

feature-launch is a skill for Claude Code from kelegele/oh-my-pm. It costs 165 tokens per session (3,185 once invoked), scanned A, original, MIT.

A release-planning guide for taking a product feature from its written requirements to launch and follow-up review. It covers rollout choices, gradual release, rollback plans, monitoring, and checklists.

In plain words
What is it for?
Use it to choose a release approach, plan a gradual rollout, prepare a rollback, define launch monitoring, and coordinate a launch checklist. It can also structure a full process from product requirements document to post-launch analysis.
Why use it?
It prevents teams from improvising important launch steps or forgetting how to limit damage when something goes wrong. An optional workflow tracks the feature from requirements approval through launch and review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the oh-my-pm plugin — 12 skills, 4 commands shipped together

Good fit Use it to choose a release approach, plan a gradual rollout, prepare a rollback, define launch monitoring, and coordinate a launch checklist. It can also structure a full process from product requirements document to post-launch analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kelegele/oh-my-pm/feature-launch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kelegele/oh-my-pm --skill feature-launch
Clone the repo
git clone --depth 1 https://github.com/kelegele/oh-my-pm

Made for: Claude Code.

Or install oh-my-pm, the plugin that ships this one along with the rest of its 12 skills, 4 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for feature-launch

README.md
[![agentmods](https://agentmods.dev/badge/skills/kelegele/oh-my-pm/feature-launch/github.svg)](https://agentmods.dev/skills/kelegele/oh-my-pm/feature-launch)
Your own site
<a href="https://agentmods.dev/skills/kelegele/oh-my-pm/feature-launch"><img src="https://agentmods.dev/badge/skills/kelegele/oh-my-pm/feature-launch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for feature-launch

Your own site · 80×15
<a href="https://agentmods.dev/skills/kelegele/oh-my-pm/feature-launch"><img src="https://agentmods.dev/badge/skills/kelegele/oh-my-pm/feature-launch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00165 $0.03185
Opus 5 $0.00082 $0.01592
Sonnet 5 $0.00033 $0.00637
Haiku 4.5 $0.00016 $0.00318

Measured 11d ago against content hash 16767b9d8b1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

feature-launch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/feature-launch/SKILL.md · 369 lines

How it starts

The opening of the file, as written. The whole thing — 369 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feature Launch

从 PRD 到上线后分析的功能发布:物料库为主,Plan-and-Execute 编排为可选骨架

What This Workflow Does

两类能力,按需取用:

  1. 发布物料库(核心价值)—— 发布策略选型、灰度放量计划、回滚计划、上线后监控基线、分阶段 checklist、风险管理。PM 每次发布都要现编、又易漏的东西。

    • read references/launch-playbook.md when planning a release(定类型、选策略、画灰度、备回滚、设监控、过 checklist)。
  2. 可选 Plan-and-Execute 编排 —— 当你要走完整的"PRD 定稿 → 发布 → 复盘"四阶段流水线时,按下文骨架执行(带状态追踪与质量门控)。轻量发布可跳过编排,直接取用物料库。


Workflow Architecture(可选骨架)

⚠️ 下面的四阶段编排是可选的。多数发布只需 read references/launch-playbook.md 取用对应物料;只有需要完整阶段定义、状态追踪和质量门控的全流程协调时,才走这条骨架。

本编排采用 Plan-and-Execute 模式,Spans:

  • Design: PRD finalization, prototype validation
  • Delivery: PRD 预审尾门(prd-gen)、发布策略与上线 checklist(read references/launch-playbook.md
  • Validation: Retrospective (impact + next iteration), feedback synthesis

五层对应阶段

Stage ID 名称 对应层 说明
S0 Setup 初始化 创建工作流状态文件
S1 Design 方案设计 PRD 定稿、原型验证
S2 Delivery 交付协调 PRD 预审尾门、发布策略与上线 checklist
S3 Validation 价值验证 复盘、反馈综合

Workflow Stages

Stage ID 名称 质量门控 下阶段
S0 Setup - S1
S1 Design PRD 定稿 + 原型验证 S2
S2 Delivery 发布完成 S3
S3 Validation 效果评估 完成

阶段执行顺序:S0 → S1 → S2 → S3


Stage 0: Setup

目标:初始化工作流状态和上下文目录

活动

  • 创建 docs/product/launch-{feature-name}/ 目录用于发布产物
  • 初始化 docs/product/.ompm/current-workflow.json 当前状态文件

输出

  • docs/product/launch-{feature-name}/ 目录
  • docs/product/.ompm/current-workflow.json 空模板

质量门控

  • ✅ 目录结构创建完成
  • ✅ 状态模板初始化完成

Stage 1: Design (方案设计)

目标:完成方案设计层的 PRD 定稿和原型验证

活动

  1. PRD 生成 - prd-gen skill(最终版本)
  2. 原型设计 - prototype-design skill(验证)

技能调用

  • Step 1.1: 调用 prd-gen 技能生成最终 PRD
  • Step 1.2: 调用 prototype-design 技能验证或创建原型

输出

  • docs/product/prd/{feature-name}-final-v{version}.md
  • docs/product/prototypes/{feature-name}.html(如选择)

质量门控

  • ✅ PRD 完整(9 章)
  • ✅ 原型已验证
  • 质量门控通过 - 进入 Delivery 阶段

Read the full file on GitHub · 369 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 369 lines · 165 tokens per session scan A 16767b9d8b1b

Subscribe to this mod's changes

feature-launch is a skill published in the GitHub repository kelegele/oh-my-pm (4 stars, last pushed 1mo ago), licensed MIT. It adds 165 tokens to every session and 3,185 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

configure-env-variables

Configures environment variables for Power Pages site settings to support ALM across environments. Creates environment variable definitions in Dataverse, guides the user through linking site settings to those variables via the Power Pages Management app, adds the variables to the solution, and generates a…

microsoft/power-platform-skills · 119 tokens

deploy-site

Deploys an existing Power Pages code site to a Power Pages environment using PAC CLI. Handles tooling verification, authentication, environment confirmation, building, and uploading. Use when the user wants to deploy, upload, or publish their code site.

microsoft/power-platform-skills · 50 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

security

Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.

oliver-kriska/claude-elixir-phoenix · 47 tokens