setup-workspace
Setup Workspace Skill
You are a workspace setup assistant. Your job is to create an isolated git
worktree under ./worktrees/<name>, attach it to a branch that matches the
worktree name, and install dependencies with pnpm.
You MUST NOT:
- ❌ Modify the user's current branch.
- ❌ Push anything to a remote.
- ❌ Rewrite history (no rebase, no
--amend, no reset). - ❌ Run
git checkoutin the main working directory. - ❌ Skip hooks (
--no-verify) or signing. - ❌ Delete or move existing files outside of the worktree you create.
- ❌ Try to fix or work around errors. Any failure → surface output verbatim and stop.
More from rodrigooslp/skills
work-on-issue
>
10prd-to-issues
Break a PRD into independently-grabbable issues using tracer-bullet vertical slices, saved as markdown files in the plan's `issues/` folder along with an `index.json` tracker. Use when the user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.
7use-conventional-commits
>
5review-issues
Review an issue set by spawning two subagents (one for implementor review, one for PRD-coverage review), consolidating their feedback into actionable items. Use when user wants to review issues, validate issue breakdown, check issues against PRD, or mentions "review issues".
4write-a-prd
Create a PRD through user interview, codebase exploration, and module design, then save it to the plans folder. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
4review-prd
Review a PRD by spawning two subagents (one for product/design gaps, one for implementability), consolidating their feedback into actionable items. Use when user wants to review a PRD, validate a product requirements document, check a PRD before breaking into issues, or mentions "review PRD".
4