utility-pm-release-conductor
关于
This skill orchestrates a six-gate release process, automatically invoking specialized sub-agents for auditing and changelog tasks on Claude Code. For other development environments, it adapts by inlining those behaviors since native chaining isn't supported. It enforces strict gate-by-gate progression with confirmation pauses and manages SHA tagging according to the release plan.
快速安装
Claude Code
推荐npx skills add product-on-purpose/pm-skills -a claude-code/plugin add https://github.com/product-on-purpose/pm-skillsgit clone https://github.com/product-on-purpose/pm-skills.git ~/.claude/skills/utility-pm-release-conductor在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
PM Release Conductor (Dispatch Skill)
Cross-client dispatch wrapper for the pm-release-conductor sub-agent. Detects runtime; dispatches to the native sub-agent on Claude Code; reads subagents/pm-release-conductor.md and inlines chain composition on non-Claude clients via "reference + execute inline" pattern.
EXPERIMENTAL - PENDING GATE C VALIDATION. This dispatch skill ships in v2.16.0 in EXPERIMENTAL state. The "reference + execute inline" pattern for chain composition (inlining auditor + curator behaviors at G0 + G2 + G2.5 instead of native sub-agent chaining) has NOT yet been validated on any non-Claude client. Phase 2 GATE C sub-spike per master plan D30 is PENDING maintainer test. DO NOT use this skill for live (non-dry-run) production releases on non-Claude clients until GATE C records a PASS outcome. Safe usage modes today: (1) Claude Code path (dispatches to native sub-agent; identical behavior); (2) non-Claude client +
--dry-runflag (rehearsal walk-through without tag + push operations). If GATE C fails on a specific client, this skill is downgraded per the D-revised fallback path: conductor stays Claude-Code-only; 3 dispatch skills ship instead of all 4.
STATUS: This dispatch skill is CONDITIONAL on Phase 2 GATE C sub-spike outcome per master plan D30. The "reference + execute inline" pattern for chain composition (inlining auditor + curator behaviors at G0 + G2 + G2.5 instead of native chaining) is the most complex dispatch case in v2.16.0. If GATE C reveals reliability issues, this dispatch skill is removed from the v2.16.0 ship slate and conductor stays Claude-Code-only (D-revised path); 3 dispatch skills ship (pm-critic, pm-skill-auditor, pm-changelog-curator) instead of all 4.
When to Use
- You are running a pm-skills release on a non-Claude client (Codex CLI, Cursor, Windsurf, Copilot, Gemini CLI)
- You want the same 6-gate discipline that pm-release-conductor enforces on Claude Code, with auditor + curator behaviors inlined at the relevant gates
- You explicitly want skill-invocation semantics over sub-agent semantics on Claude Code (rare; the native sub-agent is preferred on Claude Code)
When NOT to Use
- You only need to review a PM artifact -> use
utility-pm-critic - You only need a governance audit (not a release) -> use
utility-pm-skill-auditor - You only need a CHANGELOG draft (not a release) -> use
utility-pm-changelog-curator - You want to perform release operations WITHOUT explicit gate confirmation -> the conductor refuses bypass; manual release outside the conductor is the right path
Instructions
Runtime detection step. Determine which AI client is invoking this skill.
If you are running in Claude Code with the pm-skills plugin installed
Invoke @agent-pm-release-conductor with the user's target version + optional flags from $ARGUMENTS. The native sub-agent walks the 6 gates and natively chains to pm-skill-auditor (G0, G2.5) and pm-changelog-curator (G2) via the Agent tool. Return the conductor's gate-by-gate output to the user.
If you are running in any other AI client
Codex CLI, Cursor, Windsurf, Copilot, Gemini CLI, or any other client without native pm-skills plugin sub-agent support:
- Read the canonical sub-agent definition at
subagents/pm-release-conductor.md - Read the canonical runbook at
docs/contributing/release-runbook.md(the conductor's referential source for gate definitions) - Execute the system prompt body as your operating instructions
- Walk the 6 gates inline. At gates that require chain composition:
- G0 (Pre-tag readiness): instead of chaining to pm-skill-auditor, read
subagents/pm-skill-auditor.mdand execute the auditor's 4-step audit flow inline. Capture the layered output (full findings + Status Summary + Status YAML). Treat the Status YAML as your G0 sub-check 5 input. - G2 (Version bump + CHANGELOG prep): instead of chaining to pm-changelog-curator, read
subagents/pm-changelog-curator.mdand execute the curator's 8-step drafting flow inline. Capture the layered output. Treat the Status YAML as your G2 sub-check 3 input. - G2.5 (Re-verify): re-execute the inlined auditor at sub-check 5 against the new HEAD.
- G0 (Pre-tag readiness): instead of chaining to pm-skill-auditor, read
- Pause at each gate boundary for explicit maintainer confirmation
- Refuse bypass attempts; respect refusal protocols
- Tag only the G2.5-captured SHA at G3 per D22
- Return gate-by-gate output throughout the flow
The "reference + execute inline" pattern is what enables cross-client compatibility for chain composition. Phase 2 GATE C sub-spike validates that this pattern is reliable.
Critical Caveats for Non-Claude Inline Execution
Because non-Claude clients cannot natively chain, the auditor and curator behaviors run in the SAME context window as the conductor on non-Claude clients. This has implications:
- Context budget. The combined token budget (conductor + inlined auditor + inlined curator + their child reads) may approach context limits on long releases. Plan accordingly.
- Tool authorization. The conductor's tool list includes Bash, Read, Edit, Grep, Glob, Agent. The auditor needs Bash + Read + Grep + Glob. The curator needs Bash + Read + Grep. Inline execution on non-Claude clients should have access to ALL of these (i.e., not be running in a Read-only mode).
- Refusal cascade. If the inlined auditor refuses (e.g., validators not invocable), the conductor's G0 sub-check 5 fails and the gate pauses. Same for the curator at G2.
Reference Files
- Canonical sub-agent definition:
subagents/pm-release-conductor.md - Canonical runbook:
docs/contributing/release-runbook.md - Behavioral spec:
docs/internal/release-plans/v2.16.0/spec_pm-release-conductor.md - Chain child (inlined at G0 + G2.5):
subagents/pm-skill-auditor.md - Chain child (inlined at G2):
subagents/pm-changelog-curator.md - Pre-tag validator bundle:
scripts/pre-tag-validate.{sh,ps1} - Runtime components catalog:
docs/reference/runtime-components.md - Output template:
references/TEMPLATE.md - Worked example:
references/EXAMPLE.md
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
polymarket
元这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
creating-opencode-plugins
元该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
