implement_approved_pins
Returns stakeholder-approved pins grouped by page into implementation packets with CSS selectors, comment threads, and git branch names to guide code changes.
Instructions
CALL THIS FIRST when approved pins exist. Returns all stakeholder-approved pins grouped into implementation packets by page URL, each containing aggregated CSS selectors, full comment threads, and a suggested git branch name. One packet = one branch / one PR. Use the selectors to grep the source code, read the thread to understand what the stakeholder wants, then implement the fix. Workflow: implement_approved_pins → claim_pin → code change → fix_and_resolve. The result exposes both packets (canonical) and pages (alias).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Optional project ID to filter by. If omitted, returns approved pins across all projects. |