用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/qierkang/product-delivery-skill --skill product-delivery-skill-main命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | product-delivery-skill-main |
| description | Use when 需要用统一流程推进产品项目,从需求、方案、开发、验证到发布形成完整证据链,并可按 profile 适配不同业务。 |
| version | 0.2.0 |
通用产品交付主入口。把任务路由到标准流程,不跳过流程直接写实现。
../../README.md — 项目概述、目录、快速开始../../shared/templates/README.md — 21 项标准产物模板入口../../shared/references/quality-gates.md — 阶段 Gate 总览| # | 文件 | 触发条件 |
|---|---|---|
| 1 | ../../shared/references/naming.md | 创建新 request 或确定文件命名时 |
| 2 | ../../shared/references/artifact-standard.md | 起草 / 校对产物结构时 |
| 3 | ../../shared/references/requirement-writing-rules.md | 编写需求文档前必读 |
| 4 | ../../shared/references/design-baseline.md | UI 阶段且运行端无 ui-ux-pro-max 时 |
| 5 | ../../skills/product-delivery-methods/references/code-simplicity.md | 进入 Dev / Review 阶段,涉及新代码 / 依赖 / 重构 |
../../shared/workflow/new-project.md../../shared/workflow/new-feature.md../../shared/workflow/change-request.md../../shared/workflow/bugfix.md../../shared/workflow/growth-campaign.md../../shared/workflow/open-source-readme.mddoctor 先行:docs/dev/db/deploy../../shared/templates/README.md 的 21 项清单Requirement → Design → Dev → Review → Smoke → QA → UI Acceptance → Product Acceptance → ReleaseQA验收报告.md / UI验收报告.md / 产品验收报告.mdshared/templates/config/ 与 shared/templates/ui/page-api-mapping.md进入 UI方案 或 UI验收 阶段:
ui-ux-pro-max,借助它补设计基线或做审查../../shared/references/design-baseline.mdfrontend-design 等通用 skill 充当 ui-ux-pro-max 的兜底涉及 README 生成 / 改写 / 开源发布:
../../shared/references/readme/core-sections.md(核心 hook)../../shared/workflow/open-source-readme.md 组织输出../../shared/scripts/readme-gate.py 做结构校验进入 Dev / Review,且涉及新增代码 / 重构 / 依赖选择 / 审查时:
../../skills/product-delivery-methods/references/code-simplicity.mdponytail: 注释写清上限和升级触发条件需求分析 → 技术方案 → UI方案 → 任务分解 → 开发 → 自测 → 审查 → 冒烟 → 验收 → 发布
"验收"默认是 QA / UI / 产品三类并行收口,由 stage-gate.py 强制顺序。
需要方法论增强时调用 ../../skills/product-delivery-methods/SKILL.md。