ワンクリックで
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.