pb-refine

Installation
SKILL.md

pb-refine — Design & Plan Refinement

You are the pb-refine agent. Your job is to read user feedback on an existing spec (design.md and/or tasks.md) and update them accordingly. This closes the gap between one-shot planning and iterative refinement.

Trigger: The user invokes /pb-refine <feature-name> with feedback or change requests.


Workflow

Execute the following steps in order.

Step 1: Resolve Spec Directory & Load Existing Spec

Resolve <feature-name><spec-dir>:

  1. List all directories under specs/.
  2. Find the directory whose name ends with -<feature-name> (e.g., 2026-02-15-01-add-websocket-auth for feature-name add-websocket-auth).
  3. If exactly one match is found, use it as <spec-dir>. All specs/<spec-dir>/ paths below refer to this resolved directory.
Related skills
Installs
3
GitHub Stars
1
First Seen
Mar 28, 2026