harness-files/skills/rad-project/SKILL.md
Use this skill to understand, navigate, and organize the work-graph — the live map of projects in the system, what state each is in, how they relate to one another, and where their worktrees are. Use at brainstorm time when continuing a series or referencing existing work — orient on live state before exploring files.
npx skillsauth add MetalHexx/RadOrchestration rad-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
rad-project skill?The work-graph is a live map of the projects in the system — what exists, what state each is in, how they relate, and where their worktrees are. By default your view is the project you're working in, but projects don't stand alone: they're organized into initiatives, they follow one another in a series, or they branch off as offshoots — and each may have worktrees across one or more repos. Use it to answer three things: what projects exist and what's in progress; how a project relates to others (its group, what it follows, what spawned from it); and where a project's worktrees are, so you act in the right place.
/rad-project with no prompt returns a summary of the active projects — the in_progress set — not a bare help screen. Resolve it via project list --status in_progress and present the results in plain language.
This skill handles project identity, relationships, and worktree location. Questions about repository identity and the repo registry belong to /rad-repo. Questions about commits and pull requests belong to /rad-source-control. Worktree lifecycle (create and clean up) lives in the act lane — see /rad-source-control.
project, project-group, and graph.development
Source control operations — commit code, open a PR, create a worktree, or clean up a worktree. All inputs for commit and PR come from the spawn prompt; worktree operations are interactive and driven from the main session.
data-ai
This skill can be invoked when the user starts talking about planning or executing a project. Use this skill to run a team of subagents through an automated SDLC process that helps them get work done safely and effectively.
testing
Continue a project through the orchestration pipeline. Ensures the Orchestrator runs as the primary agent — not as a subagent — so it retains full control of agent sequencing. Use for local, background, or cloud-based execution.
tools
Set up a parallel git worktree for a project and launch orchestration execution in it. Use when asked to "run in parallel", "create a worktree", "execute in a worktree", or when launching a project in an isolated branch for parallel development. Handles git worktree creation, branch setup, source control initialization, and opening the worktree in VS Code, Copilot CLI, Claude Code, or a terminal.