dot-ai-worktree-prd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dot-ai-worktree-prd (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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]Copy .claude/settings.local.json from the main repo to the new worktree so local settings (which are not tracked in git) are available:
cp .claude/settings.local.json [worktree_path]/.claude/settings.local.jsonIf the source file doesn't exist, skip this step silently.
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~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.