with one click
dot-ai-worktree-prd
// Create a git worktree for PRD work with a descriptive branch name. Infers PRD from context or asks user.
// Create a git worktree for PRD work with a descriptive branch name. Infers PRD from context or asks user.
Start working on a PRD implementation
Kubernetes cluster operations via dot-ai CLI - natural language cluster queries, AI-powered deployment recommendations, issue troubleshooting and remediation, Day 2 operations (scale, update, rollback, delete), resources, namespaces, events, logs, organizational knowledge base (ingest, search, query), organizational patterns/policies/capabilities management, project scaffolding and repo audit, and session history and visualization. Run `dot-ai --help` for commands.
Create a release tag based on accumulated changelog fragments. Run when ready to cut a release.
| name | dot-ai-worktree-prd |
| description | Create a git worktree for PRD work with a descriptive branch name. Infers PRD from context or asks user. |
| user-invocable | true |
Create a git worktree with a descriptive branch name based on the PRD title.
Infer the PRD number from the current conversation. Look for references like "PRD 353", "PRD #353", or "prd-353".
If not found, ask the user: "Which PRD should I create a worktree for? (e.g., 353)"
If the PRD title is already known from conversation context, pass both number and title:
bash .claude/skills/dot-ai-worktree-prd/create.sh [number] "[title]"
Otherwise let the script look it up from prds/:
bash .claude/skills/dot-ai-worktree-prd/create.sh [number]
SUCCESS=true: report the branch name, worktree path, and suggest cd [worktree_path]ERROR=true: show the errors to the user and ask how to proceedmain for new feature work