一键导入
pm-autonomous-execution
Use when executing PM plans with independent tasks — dispatches subagent per task with review between each
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when executing PM plans with independent tasks — dispatches subagent per task with review between each
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when analyzing competitors, understanding competitive landscape, conducting SWOT analysis, or positioning your product against alternatives.
Use when setting up or improving a continuous product discovery practice with weekly customer interviews.
Use when preparing design specifications for engineering handoff and quality assurance.
Use when planning a product or feature launch and preparing go-to-market execution.
Use when you have raw user feedback from multiple sources (interviews, surveys, tickets, reviews) and need to extract themes, patterns, and actionable insights
Use when defining product metrics, designing experiments, analyzing feature adoption, or setting up measurement frameworks.
| name | pm-autonomous-execution |
| description | Use when executing PM plans with independent tasks — dispatches subagent per task with review between each |
Execute a PM plan by dispatching a fresh subagent per task, with review after each output. Covers discovery, PRDs, user stories, prioritization, and launch plans.
Core principle: Fresh subagent per task + review after each = high-quality PM artifacts with minimal context pollution.
Announce at start: "I'm using the pm-autonomous-execution skill to execute this plan."
Do NOT invoke this skill unless you have a written PM plan with defined tasks and acceptance criteria. If no plan exists, invoke the relevant planning skill first.Use when:
Don't use when:
Read plan → For each task:
1. Dispatch implementer subagent (produces PM artifact)
2. Dispatch PM reviewer subagent (reviews quality)
3. Fix issues → re-review → approve
4. Mark complete → next task
Present final summary
Read the plan file once. Extract all tasks with full text, context, and acceptance criteria. Create TodoWrite with all tasks. Do NOT make subagents read the plan file — provide the text directly.
For each task in sequence:
Dispatch implementer subagent using the template in pm-autonomous-execution/pm-implementer-prompt.md. Provide: full task text, scene-setting context, and source documents.
Implementer produces the PM artifact (PRD, stories, roadmap, etc.). Reports status: DONE, DONE_WITH_CONCERNS, BLOCKED, or NEEDS_CONTEXT. If BLOCKED or NEEDS_CONTEXT, resolve and re-dispatch.
Dispatch PM reviewer subagent using pm-artifact-review. Review against task requirements. Categorize issues.
Implementer fixes issues. Re-review after fixes.
Mark task complete once reviewer approves.
Present summary of all artifacts produced, open issues, and next steps.
# [Initiative] — PM Execution Plan
**Goal:** [One sentence outcome]
## Task 1: Product Discovery
**Deliverable:** Discovery doc (JTBD, opportunity assessment, validation)
**Source:** [User interviews, analytics, support tickets]
**Output:** docs/product-superpowers/discovery/YYYY-MM-DD-topic.md
## Task 2: PRD
**Deliverable:** PRD in Amazon PR/FAQ format
**Source:** Task 1 output (discovery doc)
**Output:** docs/product-superpowers/prds/YYYY-MM-DD-feature.md
## Task 3: User Stories
**Deliverable:** INVEST-validated stories with Gherkin ACs
**Source:** Task 2 output (PRD)
**Output:** docs/product-superpowers/stories/YYYY-MM-DD-feature-stories.md
## Task 4: Launch Plan
**Deliverable:** Launch checklist, beta plan, rollout strategy
**Source:** Task 3 output (stories)
**Output:** docs/product-superpowers/launch-plans/YYYY-MM-DD-feature.md
DONE: Proceed to PM review. DONE_WITH_CONCERNS: Read concerns. If minor, proceed to review. If significant, resolve before review. NEEDS_CONTEXT: Provide missing context and re-dispatch. BLOCKED: Assess: context problem → provide more; task too hard → re-dispatch with better model; task too large → split; plan wrong → escalate to user.
Never:
Required skills:
pm-artifact-review — Review each task's outputpm-subagent-orchestration — Dispatch parallel tasks within a task if applicableCan follow:
stakeholder-management — Present completed plan to stakeholderslaunch-planning — Execute launch after plan completion