What problem does it solve? When working across multiple projects, it is hard to know what projects exist, which are in progress, how they relate to each other, and where their worktrees live on disk. This Skill answers those questions by querying the rad-orc work-graph so you always act in the right place with full project context. ## Core Features & Use Cases - Project orientation: List active projects, show a project's status, tier, worktrees, and relationships, and classify your current directory with project locate. - Relationship management: Organize projects into groups and record follows, depends-on, and spawned-from edges in the work-graph after confirming with the user. - Worktree resolution: Find the correct worktree path for any project before acting, and safely delete projects with preview-first confirmation. - Use Case: A user asks "what projects are in progress and where should I work on the payment refactor?" The Skill lists in_progress projects, shows the payment project's relationships, and returns its resolved worktree path. ## Quick Start Ask the assistant to show which projects are currently in progress and where their worktrees are located.