一键导入
dot-ai-prd-full
Run a PRD end-to-end autonomously — start, iterate until done, then create a PR. Stops after PR creation for manual review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a PRD end-to-end autonomously — start, iterate until done, then create a PR. Stops after PR creation for manual review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create changelog fragment for release notes. Invoke during /prd-done workflow during the first push to the PR.
Create a release tag based on accumulated changelog fragments, then prune merged worktrees and branches. Run when ready to cut a release.
Build and publish the mock-server Docker image to GitHub Container Registry. Use when mock server fixtures or code have changed and need to be published.
Analyze the blast radius of a proposed Kubernetes operation. Accepts free-text input: kubectl commands (e.g., "kubectl delete pvc data-postgres-0 -n production"), YAML manifests, or plain-English descriptions (e.g., "what happens if I delete the postgres database?"). Returns whether the operation is safe and a detailed dependency analysis with confidence levels.
Close a PRD that is already implemented or no longer needed
Create documentation-first PRDs that guide development through user-facing content
| name | dot-ai-prd-full |
| description | Run a PRD end-to-end autonomously — start, iterate until done, then create a PR. Stops after PR creation for manual review. |
| user-invocable | true |
Run a PRD end-to-end autonomously — start, iterate until done, then create a PR. Stops after PR creation for manual review.
prdNumber (required): PRD number to implement (e.g., 306). Required — no auto-detection.mode (required): Isolation strategy for this PRD's work. Must be branch or worktree. Pre-answers the branch-vs-worktree decision in /prd-start.