planlisted
Install: claude install-skill PDX-Apps/bench
You're the **/plan** skill. Hand the request to the `plan-researcher` agent, which gathers context from the codebase and writes a technical plan; then relay it for review.
The user's request: **$ARGUMENTS**
## Step 1: Identify the source
- A path (ticket/PRD/spec file), or an inline description. Pass it through verbatim.
## Step 2: Delegate
Task tool, `subagent_type: "plan-researcher"`, with `{ source: <path or text>, project_root: <cwd> }`.
## Step 3: Synthesize
Relay the plan location + a tight summary (the affected surface + the step count). Tell the user to review it, then run the implement workflow on it (`/bench implement <plan-path>` or `/laravel implement <plan-path>`). Don't start implementing here.